~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: 2011-04-11 09:38:59 UTC
  • mfrom: (5609.33.1 2.3)
  • mto: This revision was merged to the branch mainline in revision 5783.
  • Revision ID: v.ladeuil+lp@free.fr-20110411093859-0gyunr0tkvnoskrm
Merge 2.3 to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  had changed.  Bazaar was attempting to open and lock the master branch
59
59
  twice in this case.  (Andrew Bennetts, #733350)
60
60
 
 
61
* Standalone bzr.exe installation on Windows: user can put additional python 
 
62
  libraries into ``site-packages`` subdirectory of the installation directory,
 
63
  this might be required for "installing" extra dependencies for some plugins.
 
64
  (Alexander Belchenko, #743256)
 
65
 
61
66
* When reporting a crash without apport, don't print the full list of
62
67
  plugins because it's often too long.
63
68
  (Martin Pool, #716389)