~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2008-10-29 22:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 3808.
  • Revision ID: andrew.bennetts@canonical.com-20081029223355-xaqfypm2wjyt1f50
Add NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    * API versioning support now has a multiple-version checking api
53
53
      ``require_any_api``. (Robert Collins, #279447)
54
54
 
 
55
    * ``bzr branch --stacked`` from a smart server to a standalone branch 
 
56
      works again.  This fixes a regression in 1.7 and 1.8.
 
57
      (Andrew Bennetts, #270397)
 
58
 
55
59
    * ``bzr co`` uses less memory. It used to unpack the entire WT into
56
60
      memory before writing it to disk. This was a little bit faster, but
57
61
      consumed lots of memory. (John Arbash Meinel, #269456)