~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

MergeĀ lp:bzr.

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
 
30
 
* The names of colocated branches are used as branch nicks if no nick is
31
 
  specified. (Aaron Bentley)
32
 
 
33
29
Bug Fixes
34
30
*********
35
31
 
36
32
.. Fixes for situations where bzr would previously crash or give incorrect
37
33
   or undesirable results.
38
34
 
39
 
* ``bzr rmbranch`` now supports removing colocated branches.
40
 
  (Jelmer Vernooij, #920653)
41
 
 
42
 
* Show locks in ``bzr info`` on control directories without a
43
 
  repository. (Jelmer Vernooij, #936767)
44
 
 
45
 
* Disable ssl certificate verification on osx and windows until a native
46
 
  access to the the root certificates is provided there.
47
 
  (Vincent Ladeuil, #929179)
48
 
 
49
35
Documentation
50
36
*************
51
37
 
70
56
   suite.  This can include new facilities for writing tests, fixes to 
71
57
   spurious test failures and changes to the way things should be tested.
72
58
 
 
59
 
 
60
bzr 2.5.0
 
61
#########
 
62
 
 
63
:Codename: Phillip
 
64
:2.5.0: 2012-02-24
 
65
 
 
66
This release marks the start of a new long-term-stable series. From here, we
 
67
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
 
68
until April 2017), while 2.6 will become our new development series.
 
69
 
 
70
This is a bugfix and polish release over the 2.4 series, with a large number
 
71
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
 
72
faster smart protocol implementation for many operations, basic support for
 
73
colocated branches. We have started translating bzr with the 2.5 series:
 
74
https://translations.launchpad.net/bzr, more than 20 languages have already
 
75
been registered but these are the early days, contributions welcome.
 
76
 
 
77
Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
 
78
are included here.
 
79
 
 
80
Users are encouraged to upgrade from the other stable series.
 
81
 
 
82
 
 
83
External Compatibility Breaks
 
84
*****************************
 
85
 
 
86
None.
 
87
 
 
88
New Features
 
89
************
 
90
 
 
91
None.
 
92
 
 
93
Improvements
 
94
************
 
95
 
 
96
* The names of colocated branches are used as branch nicks if no nick is
 
97
  specified. (Aaron Bentley)
 
98
 
 
99
Bug Fixes
 
100
*********
 
101
 
 
102
* Show locks in ``bzr info`` on control directories without a
 
103
  repository. (Jelmer Vernooij, #936767)
 
104
 
 
105
* Disable ssl certificate verification on osx and windows until a native
 
106
  access to the the root certificates is provided there.
 
107
  (Vincent Ladeuil, #929179)
 
108
 
 
109
Testing
 
110
*******
 
111
 
73
112
* Stop depending on the particular CPython ordering of dictionary keys
74
113
  when testing the result of BzrDir.get_branches.
75
114
  (Wouter van Heyst)
115
154
  a control directory (but no branch or working tree).
116
155
  (Jelmer Vernooij, #913980)
117
156
 
 
157
* Checkouts of colocated branches are now always lightweight.
 
158
  (Jelmer Vernooij, #918828)
 
159
 
118
160
* Colocated branches can now have names including forward slashes, to
119
161
  allow for namespaces. (Jelmer Vernooij, #907980)
120
162
 
121
163
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
122
164
 
123
 
* Checkouts of colocated branches are now always lightweight.
124
 
  (Jelmer Vernooij, #918828)
125
 
 
126
165
Bug Fixes
127
166
*********
128
167