~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-03-15 11:06:07 UTC
  • mfrom: (6504.1.2 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20120315110607-bbulg6wegrhwnavm
(vila) Release 2.6b1 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.6b1
9
9
#########
10
10
 
11
 
:2.6b1: NOT RELEASED YET
 
11
:2.6b1: 2012-03-15
 
12
 
 
13
This is the first beta for the 2.6 series, leading up to a 2.6.0 release in
 
14
August 2012.
 
15
 
 
16
This release includes ssl certificates verification from the urllib-based
 
17
http implementation turned on by default, fixes some UI issues around
 
18
colocated branches, documentation fixes and more.
 
19
 
 
20
This release includes all bugs fixed in previous series known at the time of
 
21
this release.
 
22
 
 
23
Beta releases are suitable for everyday use but may cause some
 
24
incompatibilities with plugins.  Some plugins may need small updates to work
 
25
with 2.6b1.
12
26
 
13
27
External Compatibility Breaks
14
28
*****************************
15
29
 
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.
 
30
None.
22
31
 
23
32
Improvements
24
33
************
25
34
 
26
 
.. Improvements to existing commands, especially improved performance 
27
 
   or memory usage, or better results.
28
 
 
29
35
* Access to HTTPS URLs now uses the urrllib implementation by default.
30
36
  For the old pycurl-based implementation, specify ``https+pycurl://`` as
31
37
  the URL scheme when accessing a HTTPS location.
53
59
Bug Fixes
54
60
*********
55
61
 
56
 
.. Fixes for situations where bzr would previously crash or give incorrect
57
 
   or undesirable results.
58
 
 
59
62
* Fix ``bzr config`` display for ``RegistryOption`` values.
60
63
  (Vincent Ladeuil, #930182)
61
64
 
62
65
Documentation
63
66
*************
64
67
 
65
 
.. Improved or updated documentation.
66
 
 
67
68
* Prevent lines of command descriptions starting with a dot to
68
69
  accidentally be interpreted as a roff macro in bzr(1).
69
70
  (Jelmer Vernooij, #711079)
73
74
API Changes
74
75
***********
75
76
 
76
 
.. Changes that may require updates in plugins or other code that uses
77
 
   bzrlib.
78
 
 
79
77
* ``GPGStrategy.do_verifications`` has been deprecated.
80
78
  (Jelmer Vernooij)
81
79
 
131
129
Internals
132
130
*********
133
131
 
134
 
.. Major internal changes, unlikely to be visible to users or plugin 
135
 
   developers, but interesting for bzr developers.
136
 
 
137
132
* ``Tree.path2id`` now once again accepts a list of path elements
138
133
  in addition to a path. (Jelmer Vernooij)
139
134
 
142
137
  conf.get(option, expand=False) or conf.get_user_option(option,
143
138
  expand=False). (Vincent Ladeuil)
144
139
 
145
 
Testing
146
 
*******
147
 
 
148
 
.. Fixes and changes that are only relevant to bzr's test framework and 
149
 
   suite.  This can include new facilities for writing tests, fixes to 
150
 
   spurious test failures and changes to the way things should be tested.
151
 
 
152
140
..
153
141
   vim: tw=74 ft=rst ff=unix