~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: John Arbash Meinel
  • Date: 2011-04-22 14:12:22 UTC
  • mfrom: (5809 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5836.
  • Revision ID: john@arbash-meinel.com-20110422141222-nx2j0hbkihcb8j16
Merge newer bzr.dev and resolve conflicts.
Try to write some documentation about how the _dirblock_state works.
Fix up the tests so that they pass again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
* ``bzr serve`` no longer crashes when a server_started hook is installed and
310
310
  IPv6 support is available on the system. (Jelmer Vernooij, #293697)
311
311
 
 
312
* ``bzr status`` will not rewrite the dirstate file if it only has
 
313
  'trivial' changes. (Currently limited to dir updates and newly-added
 
314
  files changing state.) This saves a bit of time for regular operations.
 
315
  eg. ``bzr status`` in a 100k tree takes 1.4s to compute the status, but 1s
 
316
  to re-save the dirstate file. (John Arbash Meinel, #765881)
 
317
 
312
318
* ``bzr tags`` will no longer choke on branches with ghost revisions in
313
319
  their mainline and tags on revisions not in the branch ancestry. 
314
320
  (Jelmer Vernooij, #397556)
357
363
  (``bzrlib.branch.format_registry``) rather than using the class
358
364
  methods on ``BranchFormat``. (Jelmer Vernooij, #714729)
359
365
 
 
366
* ``Branch.set_revision_history`` is now deprecated.
 
367
  (Jelmer Vernooij)
 
368
 
360
369
* ``BranchFormat.supports_leaving_lock()`` and
361
370
  ``RepositoryFormat.supports_leaving_lock`` flags have been added.
362
371
  (Jelmer Vernooij)