~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-05 15:10:33 UTC
  • mfrom: (5523.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101105151033-ozpgdr443dvkzz3j
(vila) Merge 2.2 into trunk resolving conflicts and including fix for
        bug #632465 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
* Missing files (files bzr add'ed and then OS deleted) are now shown in ``bzr
74
74
  status`` output. (Rory Yorke, #134168)
75
75
 
 
76
* ``NotBranchError`` no longer allows errors from calling
 
77
  ``bzrdir.open_repository()`` to propagate.  This is unhelpful at best,
 
78
  and at worst can trigger infinite loops in callers.  (Andrew Bennetts)
 
79
  
 
80
* Windows installers no longer requires the Microsoft vcredist to be
 
81
  installed. (Martin [gz], Gary van der Merwe, #632465)
 
82
 
76
83
Documentation
77
84
*************
78
85