~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-25 05:42:10 UTC
  • mfrom: (6092.1.1 810701-lang-not-set)
  • Revision ID: pqm@pqm.ubuntu.com-20110825054210-ynb198gs8dkiuv5p
(jr) Merge in 2.4 version
 Fix i18n use when no environment variables are set. (Jelmer Vernooij,
 #810701) (Jonathan Riddell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
* Decode ``BZR_HOME`` with fs encoding on posix platforms to avoid unicode
122
122
  errors.  (Vincent Ladeuil, #822571)
123
123
 
124
 
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
125
 
 
126
124
* TreeTransformBase.fixup_new_roots no longer forces trees to have a root, so
127
125
  operations that use it, like merge, can now create trees without a root.
128
126
  (Aaron Bentley)