~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: 2013-07-27 12:46:39 UTC
  • mfrom: (6581.1.3 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20130727124639-ncw8s8ophdgysemn
(vila) Release 2.6.0 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.6b3
9
9
#########
10
10
 
11
 
:2.6b3: NOT RELEASED YET
 
11
:Codename: Surprise
 
12
:2.6.0: 2013-07-27
 
13
 
 
14
This release marks the start of a new long-term-stable series. From here, we
 
15
will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7
 
16
will become our new development series.
 
17
 
 
18
This is a bugfix and polish release over the 2.4 series, with a large number
 
19
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
 
20
faster smart protocol implementation for many operations, basic support for
 
21
colocated branches. We have started translating bzr with the 2.5 series:
 
22
https://translations.launchpad.net/bzr, more than 20 languages have already
 
23
been registered but these are the early days, contributions welcome.
 
24
 
 
25
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
 
26
are included here.
 
27
 
 
28
Users are encouraged to upgrade from the other stable series.
12
29
 
13
30
External Compatibility Breaks
14
31
*****************************
15
32
 
16
 
.. These may require users to change the way they use Bazaar.
17
 
 
18
33
* ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge
19
34
  proposal.  (Jonathan Lange)
20
35
 
28
43
  context (i.e. showing lines that have not changed).  Also available as the 
29
44
  named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon)
30
45
 
 
46
* The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij)
 
47
 
31
48
* The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij)
32
49
 
33
50
Improvements
80
97
  instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160)
81
98
 
82
99
* When a missing referenced chk root error is encountered, bzr now suggests
83
 
  running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij, #1021537)
 
100
  running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij)
84
101
 
85
102
* When pushing a specific revision, create the new working tree at
86
103
  that revision. (#484516, Neil Martinsen-Burrell)
88
105
Documentation
89
106
*************
90
107
 
91
 
.. Improved or updated documentation.
92
 
 
93
108
* Clarify ``bzr config`` usages especially around other option references
94
109
  expansion. (Vincent Ladeuil, #996401)
95
110
 
96
111
API Changes
97
112
***********
98
113
 
99
 
.. Changes that may require updates in plugins or other code that uses
100
 
   bzrlib.
 
114
* None.
101
115
 
102
116
Internals
103
117
*********
147
161
* New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``.
148
162
  (Jelmer Vernooij, #681792)
149
163
 
150
 
* The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij)
151
 
 
152
164
Improvements
153
165
************
154
166