~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge merge tweaks from aaron, which includes latest .dev

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
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
 
12
      Nir Soffer.
 
13
 
 
14
 
3
15
  INTERNALS:
4
16
 
5
17
    * Refactor xml packing/unpacking.
6
18
 
7
19
 
 
20
  BUG FIXES: 
 
21
 
 
22
    * Fixed 'bzr mv' by Ollie Rutherfurd.
 
23
 
 
24
    * Fixed strange error when trying to access a nonexistent http
 
25
      branch.
 
26
 
 
27
    * Make sure that the hashcache gets written out if it can't be
 
28
      read.
 
29
 
 
30
 
 
31
  PORTABILITY:
 
32
 
 
33
    * Various Windows fixes from Ollie Rutherfurd.
 
34
 
 
35
 
8
36
bzr-0.0.7 2005-09-02
9
37
 
10
38
  NEW FEATURES: