~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-11-05 14:07:45 UTC
  • mfrom: (5050.45.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5524.
  • Revision ID: v.ladeuil+lp@free.fr-20101105140745-e5xwb9b75a4i7ef1
Merge 2.2 into trunk resolving conflicts and including fix for bug #632465

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