~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-10-17 09:39:41 UTC
  • mfrom: (2911 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2933.
  • Revision ID: robertc@robertcollins.net-20071017093941-v7d1djrt2617citb
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
   * Fix log against smart server branches that don't support tags.
112
112
     (James Westby, #140615)
113
113
 
 
114
   * Fix pycurl http implementation by defining error codes from
 
115
     pycurl instead of relying on an old curl definition.
 
116
     (Vincent Ladeuil, #147530)
 
117
 
114
118
   * Fix 'unprintable error' message when displaying BzrCheckError and 
115
119
     some other exceptions on Python 2.5.
116
120
     (Martin Pool, #144633)
210
214
     duplication from user input, when a user mentions both a path and an item
211
215
     contained within that path. (Robert Collins)
212
216
 
 
217
   * New method ``bzrlib.repository.Repository.is_write_locked`` useful for
 
218
     determining if a repository is write locked. (Robert Collins)
 
219
 
213
220
   * New method on ``bzrlib.tree.Tree`` ``path_content_summary`` provides a
214
221
     tuple containing the key information about a path for commit processing
215
222
     to complete. (Robert Collins)
332
339
   * ``Branch.hooks`` now supports ``pre_commit`` hook. The hook's signature
333
340
     is documented in BranchHooks constructor. (Nam T. Nguyen, #102747)
334
341
 
 
342
   * New ``Repository.stream_knit_data_for_revisions`` request added to the
 
343
     network protocol for greatly reduced roundtrips when retrieving a set of
 
344
     revisions. (Andrew Bennetts)
 
345
 
335
346
  BUG FIXES:
336
347
 
337
348
   * ``bzr plugins`` now lists the version number for each plugin in square
480
491
     include them as Concepts within the User Reference.
481
492
     (Paul Moore, Ian Clatworthy)
482
493
 
 
494
    * ``check`` can detect versionedfile parent references that are
 
495
      inconsistent with revision and inventory info, and ``reconcile`` can fix
 
496
      them.  These faulty references were generated by 0.8-era releases,
 
497
      so repositories which were manipulated by old bzrs should be
 
498
      checked, and possibly reconciled ASAP.  (Aaron Bentley, Andrew Bennetts)
 
499
 
483
500
  API BREAKS:
484
501
 
485
502
   * ``Branch.append_revision`` is removed altogether; please use