~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-03-06 17:17:27 UTC
  • mfrom: (6481 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6486.
  • Revision ID: jelmer@samba.org-20120306171727-jx9dsy122hsivepo
Merge bzr.dev.

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
 
* Disable ssl certificate verification on osx and windows until a native
40
 
  access to the the root certificates is provided there.
41
 
  (Vincent Ladeuil, #929179)
42
 
 
43
35
Documentation
44
36
*************
45
37
 
64
56
   suite.  This can include new facilities for writing tests, fixes to 
65
57
   spurious test failures and changes to the way things should be tested.
66
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
 
67
112
* Stop depending on the particular CPython ordering of dictionary keys
68
113
  when testing the result of BzrDir.get_branches.
69
114
  (Wouter van Heyst)
117
162
 
118
163
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
119
164
 
120
 
* Two new command hooks, ``pre_command`` and ``post_command``,
121
 
  provide notification before and after a command has been run.
122
 
  (Brian de Alwis, Jelmer Vernooij)
123
 
 
124
165
Bug Fixes
125
166
*********
126
167