~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-18 17:20:33 UTC
  • mfrom: (6031.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110718172033-l9zmherfao7q80yp
(jam) Merge lp:bzr/2.4 into lp:bzr after fixing up release-notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
35
 
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
 
35
* The fix for bug #513709 caused us to open a new connection when
 
36
  switching a lightweight checkout that was pointing at a bound branch.
 
37
  This isn't necessary because we know the master URL without opening it,
 
38
  avoiding an extra SSH connection, etc.
 
39
  (John Arbash Meinel, #812285)
36
40
 
37
41
Documentation
38
42
*************