~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-12-19 16:41:49 UTC
  • mfrom: (6386 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6387.
  • Revision ID: v.ladeuil+lp@free.fr-20111219164149-ecfrvwscqb6v77jn
Merge trunk to resolve news conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
* Properly ignore '\n' in an option reference since this cannot be part of a
68
68
  config option identifier. (Vincent Ladeuil, #902125)
69
69
 
 
70
* Make sure that the bzr probers are always registered when
 
71
  bzrlib.workingtree is imported. (Jelmer Vernooij, #905218)
 
72
 
70
73
* Report mistake trying to move a removed file with a non-ascii name without
71
74
  UnicodeEncodeError being raised. (Martin Packman, #898541)
72
75
 
99
102
.. Major internal changes, unlikely to be visible to users or plugin 
100
103
   developers, but interesting for bzr developers.
101
104
 
 
105
* ``bzrlib.urlutils`` now includes ``quote`` and ``unquote`` functions,
 
106
  rather than importing them from ``urllib``. This prevents loading
 
107
  of the ``socket``, ``ssl`` and ``urllib`` modules for
 
108
  local bzr operations. (Jelmer Vernooij)
 
109
 
102
110
* Configuration options can be SI units by using ``int_SI_from_unicode`` as
103
111
  their ``convert_from_unicode`` helper. (Vincent Ladeuil)
104
112
 
107
115
  branches themselves. The active branch uses the key None.
108
116
  (Neil Martinsen-Burrell)
109
117
 
 
118
* Helper ``osutils.path_from_environ`` added for extracting a unicode path
 
119
  from an environment variable. (Martin Packman, #832028)
 
120
 
110
121
* Helper ``win32utils.get_environ_unicode`` added for avoiding encoding
111
122
  problems with ``os.environ.get`` use. (Martin Packman, #262874) 
112
123
 
113
 
* Helper ``osutils.path_from_environ`` added for extracting a unicode path
114
 
  from an environment variable. (Martin Packman, #832028)
 
124
* Lazy imports can now only be absolute. (Jelmer Vernooij)
115
125
 
116
126
* New HPSS call ``BzrDir.checkout_metadir``. (Jelmer Vernooij, #894459)
117
127