~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: 2011-12-15 12:43:54 UTC
  • mfrom: (6374.2.2 fix_news_2.5b5)
  • Revision ID: pqm@pqm.ubuntu.com-20111215124354-r79d90ukkqzpfeyf
(gz) Add missing release notes for previously landed branches (Martin
 Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
* Properly ignore '\n' in an option reference since this cannot be part of a
64
64
  config option identifier. (Vincent Ladeuil, #902125)
65
65
 
 
66
* Report mistake trying to move a removed file with a non-ascii name without
 
67
  UnicodeEncodeError being raised. (Martin Packman, #898541)
 
68
 
66
69
Documentation
67
70
*************
68
71
 
97
100
  branches themselves. The active branch uses the key None.
98
101
  (Neil Martinsen-Burrell)
99
102
 
 
103
* Helper ``win32utils.get_environ_unicode`` added for avoiding encoding
 
104
  problems with ``os.environ.get`` use. (Martin Packman, #262874) 
 
105
 
 
106
* Helper ``osutils.path_from_environ`` added for extracting a unicode path
 
107
  from an environment variable. (Martin Packman, #832028)
 
108
 
100
109
* New HPSS call ``BzrDir.checkout_metadir``. (Jelmer Vernooij, #894459)
101
110
 
102
111
* New HPSS call ``VersionedFileRepository.get_inventories``,
226
235
  unreserved characters are unquoted in URLs. (Martin Packman, #842223)
227
236
 
228
237
* Split segments from URLs for colocated branches without assuming the
229
 
  combined form is a valid. (Martin Packman, #842233)
 
238
  combined form is valid. (Martin Packman, #842233)
230
239
 
231
240
* Support looking up revision numbers by revision id in empty branches.
232
241
  (Jelmer Vernooij, #535031)