~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin
  • Date: 2011-09-05 17:18:09 UTC
  • mto: (6123.1.4 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6124.
  • Revision ID: gzlist@googlemail.com-20110905171809-o1kcid6klnxbcrfm
Add release notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
* Decode ``BZR_HOME`` with fs encoding on posix platforms to avoid unicode
149
149
  errors.  (Vincent Ladeuil, #822571)
150
150
 
 
151
* Fix fallout from URL handling changes in 2.5 that caused an IndexError to be
 
152
  raised whenever a transport at the drive root was opened on windows.
 
153
  (Martin [gz], #841322)
 
154
 
151
155
* Rather than an error being raised, a warning is now printed when the
152
156
  current user does not have permission to read a configuration file.
153
157
  (Jelmer Vernooij, #837324)