~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-06 06:44:11 UTC
  • Revision ID: mbp@sourcefrog.net-20050906064410-86f1113d1d1ee429
- fix v5 packing of inventory entries

  add test for round-trip on inventory entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
development head
2
2
 
3
 
  IMPROVEMENTS:
4
 
 
5
 
    * Adding a file whose parent directory is not versioned will
6
 
      implicitly add the parent, and so on up to the root. This means
7
 
      you should never need to explictly add a directory, they'll just
8
 
      get added when you add a file in the directory.  Contributed by
9
 
      Michael Ellerman.
10
 
 
11
 
 
12
3
  INTERNALS:
13
4
 
14
5
    * Refactor xml packing/unpacking.
15
6
 
16
7
 
17
 
  BUG FIXES: 
18
 
 
19
 
    * Fixed 'bzr mv' by Ollie Rutherfurd.
20
 
 
21
 
    * Fixed strange error when trying to access a nonexistent http
22
 
      branch.
23
 
 
24
 
    * Make sure that the hashcache gets written out if it can't be
25
 
      read.
26
 
 
27
 
 
28
 
  PORTABILITY:
29
 
 
30
 
    * Various Windows fixes from Ollie Rutherfurd.
31
 
 
32
 
 
33
8
bzr-0.0.7 2005-09-02
34
9
 
35
10
  NEW FEATURES: