~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-02-14 17:22:37 UTC
  • mfrom: (6466 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6468.
  • Revision ID: v.ladeuil+lp@free.fr-20120214172237-7dv7er3n4uy8d5m4
Merge trunk

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
Bug Fixes
 
35
*********
 
36
 
 
37
.. Fixes for situations where bzr would previously crash or give incorrect
 
38
   or undesirable results.
 
39
 
 
40
Documentation
 
41
*************
 
42
 
 
43
.. Improved or updated documentation.
 
44
 
 
45
API Changes
 
46
***********
 
47
 
 
48
.. Changes that may require updates in plugins or other code that uses
 
49
   bzrlib.
 
50
 
 
51
* File ids in the ``Tree`` API can now be bytestring as previously,
 
52
  or tuples of bytestrings.
 
53
  (Jelmer Vernooij)
 
54
 
 
55
* ``mail_client`` now accepts a configuration stack object rather than
 
56
  an old style Config object. (Jelmer Vernooij)
 
57
 
 
58
* New configuration option class ``RegistryOption`` which is backed
 
59
  onto a registry. (Jelmer Vernooij)
 
60
 
 
61
* New convenience API method ``WorkingTree.get_config_stack``.
 
62
  (Jelmer Vernooij)
 
63
 
 
64
Internals
 
65
*********
 
66
 
 
67
.. Major internal changes, unlikely to be visible to users or plugin 
 
68
   developers, but interesting for bzr developers.
 
69
 
 
70
Testing
 
71
*******
 
72
 
 
73
.. Fixes and changes that are only relevant to bzr's test framework and 
 
74
   suite.  This can include new facilities for writing tests, fixes to 
 
75
   spurious test failures and changes to the way things should be tested.
 
76
 
 
77
 
 
78
..
 
79
   vim: tw=74 ft=rst ff=unix