~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-03-08 18:30:33 UTC
  • mfrom: (6487 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6488.
  • Revision ID: v.ladeuil+lp@free.fr-20120308183033-bccqnbr1tpozs711
Merge bzr.dev resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr 2.5.0
 
8
bzr 2.5.1
9
9
#########
10
10
 
11
 
:Codename: Phillip
12
 
:2.5.0: NOT RELEASED YET
 
11
:2.5.1: NOT RELEASED YET
13
12
 
14
13
External Compatibility Breaks
15
14
*****************************
27
26
.. Improvements to existing commands, especially improved performance 
28
27
   or memory usage, or better results.
29
28
 
 
29
* ``bzr branches`` will now also list sibling branches when
 
30
  the current location is a lightweight checkout of a branch in
 
31
  a shared repository. (Jelmer Vernooij)
 
32
 
30
33
Bug Fixes
31
34
*********
32
35
 
33
36
.. Fixes for situations where bzr would previously crash or give incorrect
34
37
   or undesirable results.
35
38
 
 
39
* Make sure configuration options can provide their own help topic.
 
40
  (Jelmer Vernooij, #941672)
 
41
 
36
42
Documentation
37
43
*************
38
44
 
58
64
   spurious test failures and changes to the way things should be tested.
59
65
 
60
66
 
 
67
bzr 2.5.0
 
68
#########
 
69
 
 
70
:Codename: Phillip
 
71
:2.5.0: 2012-02-24
 
72
 
 
73
This release marks the start of a new long-term-stable series. From here, we
 
74
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
 
75
until April 2017), while 2.6 will become our new development series.
 
76
 
 
77
This is a bugfix and polish release over the 2.4 series, with a large number
 
78
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
 
79
faster smart protocol implementation for many operations, basic support for
 
80
colocated branches. We have started translating bzr with the 2.5 series:
 
81
https://translations.launchpad.net/bzr, more than 20 languages have already
 
82
been registered but these are the early days, contributions welcome.
 
83
 
 
84
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
 
85
are included here.
 
86
 
 
87
Users are encouraged to upgrade from the other stable series.
 
88
 
 
89
 
 
90
External Compatibility Breaks
 
91
*****************************
 
92
 
 
93
None.
 
94
 
 
95
New Features
 
96
************
 
97
 
 
98
None.
 
99
 
 
100
Improvements
 
101
************
 
102
 
 
103
* The names of colocated branches are used as branch nicks if no nick is
 
104
  specified. (Aaron Bentley)
 
105
 
 
106
Bug Fixes
 
107
*********
 
108
 
 
109
* Show locks in ``bzr info`` on control directories without a
 
110
  repository. (Jelmer Vernooij, #936767)
 
111
 
 
112
* Disable ssl certificate verification on osx and windows until a native
 
113
  access to the the root certificates is provided there.
 
114
  (Vincent Ladeuil, #929179)
 
115
 
 
116
Testing
 
117
*******
 
118
 
 
119
* Stop depending on the particular CPython ordering of dictionary keys
 
120
  when testing the result of BzrDir.get_branches.
 
121
  (Wouter van Heyst)
 
122
 
61
123
bzr 2.5b6
62
124
#########
63
125
 
107
169
 
108
170
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
109
171
 
110
 
* Two new command hooks, ``pre_command`` and ``post_command``,
111
 
  provide notification before and after a command has been run.
112
 
  (Brian de Alwis, Jelmer Vernooij)
113
 
 
114
172
Bug Fixes
115
173
*********
116
174