~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-01-03 12:04:03 UTC
  • mfrom: (6404.3.1 908050-protect-unquote)
  • Revision ID: pqm@pqm.ubuntu.com-20120103120403-05m286q87wkbygl6
(vila) Robustly unquote configuration values (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
* Report mistake trying to move a removed file with a non-ascii name without
99
99
  UnicodeEncodeError being raised. (Martin Packman, #898541)
100
100
 
 
101
* Safely unquote configuration values in weird edge cases (a section seen as
 
102
  a dictionary which is not a supported use case for the configuration
 
103
  stacks). (Vincent Ladeuil, #908050)
 
104
 
101
105
Documentation
102
106
*************
103
107