~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-02-28 10:06:39 UTC
  • mfrom: (6437.40.2 rmbranch-colo)
  • mto: This revision was merged to the branch mainline in revision 6482.
  • Revision ID: jelmer@samba.org-20120228100639-p5gndu91wuqwugti
Merge rmbranch-colo.

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
 
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
43
 
  is specified. (Jelmer Vernooij, #922953)
44
 
 
45
 
* Show locks in ``bzr info`` on control directories without a
46
 
  repository. (Jelmer Vernooij, #936767)
47
 
 
48
 
* Disable ssl certificate verification on osx and windows until a native
49
 
  access to the the root certificates is provided there.
50
 
  (Vincent Ladeuil, #929179)
51
 
 
52
35
Documentation
53
36
*************
54
37
 
73
56
   suite.  This can include new facilities for writing tests, fixes to 
74
57
   spurious test failures and changes to the way things should be tested.
75
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
 
76
112
* Stop depending on the particular CPython ordering of dictionary keys
77
113
  when testing the result of BzrDir.get_branches.
78
114
  (Wouter van Heyst)
118
154
  a control directory (but no branch or working tree).
119
155
  (Jelmer Vernooij, #913980)
120
156
 
 
157
* Checkouts of colocated branches are now always lightweight.
 
158
  (Jelmer Vernooij, #918828)
 
159
 
121
160
* Colocated branches can now have names including forward slashes, to
122
161
  allow for namespaces. (Jelmer Vernooij, #907980)
123
162
 
124
163
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
125
164
 
126
 
* Checkouts of colocated branches are now always lightweight.
127
 
  (Jelmer Vernooij, #918828)
128
 
 
129
165
Bug Fixes
130
166
*********
131
167