~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

merge hpss-get-checkout-format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
.. These may require users to change the way they use Bazaar.
17
17
 
 
18
* The '.bzr/branch/email' file is no longer read to determine the users'
 
19
  identity. Instead, the 'email' setting in '.bzr/branch/branch.conf'
 
20
  should be used. (Jelmer Vernooij, #903894)
 
21
 
18
22
New Features
19
23
************
20
24
 
32
36
 
33
37
* New HPSS call for ``Repository.reconcile``. (Jelmer Vernooij, #894455)
34
38
 
 
39
* Override the value returned by ``sys.getfilesystemencoding()`` for the bzr
 
40
  script to utf-8 when it would otherwise be ascii on a posix system. This
 
41
  will mean bzr works with non-ascii files when no locale or an incorrect
 
42
  locale is set. (Martin Packman, #794353)
 
43
 
35
44
Bug Fixes
36
45
*********
37
46
 
82
91
   suite.  This can include new facilities for writing tests, fixes to 
83
92
   spurious test failures and changes to the way things should be tested.
84
93
 
 
94
* New matcher ``ContainsNoVfsCalls`` which filters a list of HPSS
 
95
  calls for VFS requests. (Jelmer Vernooij)
 
96
 
85
97
 
86
98
bzr 2.5b4
87
99
#########
97
109
history sized operations, enhancements to the config framework, bug fixes
98
110
related to unicode paths and more.
99
111
 
100
 
This release includes all bug fixed in previous series known at the time of
 
112
All bug fixed in previous series known at the time of this release are
 
113
included.
101
114
 
102
115
External Compatibility Breaks
103
116
*****************************
260
273
  ``Repository.get_revision_signature_text``.
261
274
  (Jelmer Vernooij)
262
275
 
 
276
* Add HPSS call for ``Branch.get_checkout_format``. (Jelmer Vernooij, #894459)
 
277
 
 
278
* Add HPSS call for ``Repository.pack``. (Jelmer Vernooij, #894461)
 
279
 
263
280
* Add HPSS calls for ``Repository.iter_files_bytes``, speeding up
264
281
  several commands including ``bzr export`` and ``bzr co --lightweight``.
265
282
  (Jelmer Vernooij, #608640)
266
283
 
267
 
* Add HPSS call for ``Branch.get_checkout_format``. (Jelmer Vernooij, #894459)
268
 
 
269
 
* Add HPSS call for ``Repository.pack``. (Jelmer Vernooij, #894461)
270
 
 
271
284
* Custom HPSS error handlers can now be installed in the smart server client
272
285
  using the ``error_translators`` and ``no_context_error_translators``
273
286
  registries. (Jelmer Vernooij)