~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-15 14:13:21 UTC
  • mfrom: (5609.50.5 786980-url-aliases)
  • Revision ID: pqm@pqm.ubuntu.com-20110715141321-v1p6z768o2iqv9by
(vila) Add more tests for bound_location variations in config files.
 (Vincent Ladeuil)

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
 
* 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)
 
35
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
40
36
 
41
37
Documentation
42
38
*************