~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Lalo Martins
  • Date: 2005-09-14 05:22:13 UTC
  • mfrom: (1185.1.10)
  • mto: (1185.1.22)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: lalo@exoweb.net-20050914052213-2aa5c1005959abdf
merging from Robert's integration branch

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
 
3
12
  INTERNALS:
4
13
 
5
14
    * Refactor xml packing/unpacking.
6
15
 
7
16
 
 
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
 
 
25
  PORTABILITY:
 
26
 
 
27
    * Various Windows fixes from Ollie Rutherfurd.
 
28
 
 
29
 
8
30
bzr-0.0.7 2005-09-02
9
31
 
10
32
  NEW FEATURES: