~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-12 12:28:19 UTC
  • mfrom: (1185.3.4)
  • mto: (1092.3.2)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050912122819-e3f141d4a14f3f7f
mergeĀ fromĀ HEAD

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
development head
 
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
  INTERNALS:
 
13
 
 
14
    * Refactor xml packing/unpacking.
 
15
 
 
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
 
1
30
bzr-0.0.7 2005-09-02
2
31
 
3
32
  NEW FEATURES: