~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: 2011-04-11 22:19:19 UTC
  • mfrom: (5779.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110411221919-41dxeb7vorwmvo1y
(vila) Merge 2.3 to trunk (Vincent Ladeuil)

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)