~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge merge-into2 into direct-patching

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
IN DEVELOPMENT
8
8
--------------
9
9
 
10
 
  CHANGES:
 
10
  USER-VISIBLE CHANGES:
11
11
 
12
 
  FEATURES
 
12
  NEW FEATURES:
13
13
 
14
14
  IMPROVEMENTS:
15
15
 
 
16
    * ``bzr dump-btree`` is a hidden command introduced to allow dumping
 
17
      the contents of a compressed btree file.  (John Arbash Meinel)
 
18
 
16
19
  BUG FIXES:
17
20
 
18
21
  DOCUMENTATION:
19
22
 
20
23
  API CHANGES:
21
24
 
22
 
    * Tree API implementations must now provide get_inventory_entry, but a
23
 
      default implementation is provided by the Tree class.  (Aaron Bentley)
24
 
 
25
25
  TESTING:
26
26
 
27
27
  INTERNALS:
28
28
 
 
29
 
29
30
bzr 1.8rc1 2008-10-07
30
31
---------------------
31
32
 
57
58
      pyrex >= 0.9.6 so it doesn't effect releases, only users running
58
59
      from the source tree. (John Arbash Meinel, #276868)
59
60
 
60
 
  FEATURES
 
61
  FEATURES:
61
62
 
62
63
    * bzr is now compatible with python-2.6. python-2.6 is not yet officially
63
64
      supported (nor released, tests were conducted with the dev version of
122
123
      repository now preserves the repository format.
123
124
      (Andrew Bennetts, #269214)
124
125
 
 
126
    * ``bzr co`` uses less memory. It used to unpack the entire WT into
 
127
      memory before writing it to disk. This was a little bit faster, but
 
128
      consumed lots of memory. (John Arbash Meinel, #269456)
 
129
 
125
130
    * ``bzr log`` now accepts a ``--change`` option.
126
131
      (Vincent Ladeuil, #248427)
127
132