~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-07-18 15:09:20 UTC
  • mfrom: (6015.3.5 2.4)
  • mto: This revision was merged to the branch mainline in revision 6032.
  • Revision ID: john@arbash-meinel.com-20110718150920-19l4k8i6djiiv0j3
Merge bzr/2.4 into bzr.dev. Resolve a release-notes (NEWS) conflict, in favor of putting
the 2.4 entry into 2.5 where it belonged.

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
*************