~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-06-12 01:48:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4438.
  • Revision ID: andrew.bennetts@canonical.com-20090612014843-y2q18pp74tv2v632
Rename BzrDirFormat.initialize_ex verb to BzrDirFormat.initialize_ex_1.16.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
* Fix rule handling so that eol is optional, not mandatory.
95
95
  (Ian Clatworthy, #379370)
96
96
 
 
97
* Pushing a new stacked branch to a 1.15 smart server was broken due to a
 
98
  bug in the ``BzrDirFormat.initialize_ex`` smart verb.  This is fixed in
 
99
  1.16, but required changes to the network protocol, so the
 
100
  ``BzrDirFormat.initialize_ex`` verb has been removed and replaced with a
 
101
  corrected ``BzrDirFormat.initialize_ex_1.16`` verb.  1.15 clients will
 
102
  still work with a 1.16 server as they will fallback to slower (and
 
103
  bug-free) methods.
 
104
  (Jonathan Lange, Robert Collins, Andrew Bennetts, #385132)
 
105
 
97
106
* Reconcile can now deal with text revisions that originated in revisions 
98
107
  that are ghosts. (Jelmer Vernooij, #336749)
99
108