~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-10-26 10:00:24 UTC
  • mfrom: (0.12.70 shelf-manager)
  • mto: This revision was merged to the branch mainline in revision 3823.
  • Revision ID: aaron@aaronbentley.com-20081026100024-08whjq5p54yah68r
Merge shelf-manager into shelf-ui

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
  NEW FEATURES:
13
13
 
 
14
    * New Branch hook ``transform_fallback_location`` allows a function to
 
15
      be called when looking up the stacked source. (Michael Hudson)
 
16
 
14
17
  IMPROVEMENTS:
15
18
 
16
19
    * ``bzr dump-btree`` is a hidden command introduced to allow dumping
17
20
      the contents of a compressed btree file.  (John Arbash Meinel)
18
21
 
 
22
    * ``bzr pack`` now tells the index builders to optimize for size. For
 
23
      btree index repositories, this can save 25% of the index size
 
24
      (mostly in the text indexes). (John Arbash Meinel)
 
25
 
19
26
    * default username for bzr+ssh and sftp can be configured in
20
27
      authentication.conf. (Aaron Bentley)
21
28
 
44
51
      could only happen if ``bzr reconcile`` decided that the parent
45
52
      ordering was incorrect in the file graph.  (John Arbash Meinel)
46
53
 
 
54
    * Some compatibility fixes for building the extensions with MSVC and
 
55
      for python2.4. (John Arbash Meinel, #277484)
 
56
 
47
57
  DOCUMENTATION:
48
58
 
49
59
  API CHANGES:
50
60
 
 
61
    * commands.plugins_cmds is now a CommandRegistry, not a dict.
 
62
 
51
63
  TESTING:
52
64
 
53
65
  INTERNALS: