~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-02-28 10:06:39 UTC
  • mfrom: (6437.40.2 rmbranch-colo)
  • mto: This revision was merged to the branch mainline in revision 6482.
  • Revision ID: jelmer@samba.org-20120228100639-p5gndu91wuqwugti
Merge rmbranch-colo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####################
 
2
Bazaar Release Notes
 
3
####################
 
4
 
 
5
.. toctree::
 
6
   :maxdepth: 1
 
7
 
 
8
bzr 2.6b1
 
9
#########
 
10
 
 
11
:2.6b1: NOT RELEASED YET
 
12
 
 
13
External Compatibility Breaks
 
14
*****************************
 
15
 
 
16
.. These may require users to change the way they use Bazaar.
 
17
 
 
18
New Features
 
19
************
 
20
 
 
21
.. New commands, options, etc that users may wish to try out.
 
22
 
 
23
Improvements
 
24
************
 
25
 
 
26
.. Improvements to existing commands, especially improved performance 
 
27
   or memory usage, or better results.
 
28
 
 
29
* Access to HTTPS URLs now uses the urrllib implementation by default.
 
30
  For the old pycurl-based implementation, specify ``https+pycurl://`` as
 
31
  the URL scheme when accessing a HTTPS location.
 
32
  (Jelmer Vernooij, #125055)
 
33
 
 
34
* Avoid 'Invalid range access' errors when whole files are retrieved with
 
35
  transport.http.get() . (Vincent Ladeuil, #924746)
 
36
 
 
37
* ``bzr rmbranch`` now supports removing colocated branches.
 
38
  (Jelmer Vernooij, #920653)
 
39
 
 
40
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
 
41
  is specified. (Jelmer Vernooij, #922953)
 
42
 
 
43
* Two new command hooks, ``pre_command`` and ``post_command``,
 
44
  provide notification before and after a command has been run.
 
45
  (Brian de Alwis, Jelmer Vernooij)
 
46
 
 
47
Bug Fixes
 
48
*********
 
49
 
 
50
.. Fixes for situations where bzr would previously crash or give incorrect
 
51
   or undesirable results.
 
52
 
 
53
* Fix ``bzr config`` display for ``RegistryOption`` values.
 
54
  (Vincent Ladeuil, #930182)
 
55
 
 
56
Documentation
 
57
*************
 
58
 
 
59
.. Improved or updated documentation.
 
60
 
 
61
API Changes
 
62
***********
 
63
 
 
64
.. Changes that may require updates in plugins or other code that uses
 
65
   bzrlib.
 
66
 
 
67
* File ids in the ``Tree`` API can now be bytestring as previously,
 
68
  or tuples of bytestrings.
 
69
  (Jelmer Vernooij)
 
70
 
 
71
* ``mail_client`` now accepts a configuration stack object rather than
 
72
  an old style Config object. (Jelmer Vernooij)
 
73
 
 
74
* New configuration option class ``RegistryOption`` which is backed
 
75
  onto a registry. (Jelmer Vernooij)
 
76
 
 
77
* New convenience API method ``WorkingTree.get_config_stack``.
 
78
  (Jelmer Vernooij)
 
79
 
 
80
Internals
 
81
*********
 
82
 
 
83
.. Major internal changes, unlikely to be visible to users or plugin 
 
84
   developers, but interesting for bzr developers.
 
85
 
 
86
Testing
 
87
*******
 
88
 
 
89
.. Fixes and changes that are only relevant to bzr's test framework and 
 
90
   suite.  This can include new facilities for writing tests, fixes to 
 
91
   spurious test failures and changes to the way things should be tested.
 
92
 
 
93
 
 
94
..
 
95
   vim: tw=74 ft=rst ff=unix