~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: pauljnixon at gmail
  • Date: 2012-07-05 22:03:40 UTC
  • mfrom: (6534 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6547.
  • Revision ID: pauljnixon@gmail.com-20120705220340-y6lz4shlvgz9cx7o
Added "--context" option to "bzr diff" to control number of lines of context shown

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.1
 
8
bzr 2.5.2
9
9
#########
10
10
 
11
 
:2.5.1: NOT RELEASED YET
 
11
:2.5.2: NOT RELEASED YET
12
12
 
13
13
External Compatibility Breaks
14
14
*****************************
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
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
 
 
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
 
 
35
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
 
36
 
 
37
Documentation
 
38
*************
 
39
 
 
40
.. Improved or updated documentation.
 
41
 
 
42
API Changes
 
43
***********
 
44
 
 
45
.. Changes that may require updates in plugins or other code that uses
 
46
   bzrlib.
 
47
 
 
48
Internals
 
49
*********
 
50
 
 
51
.. Major internal changes, unlikely to be visible to users or plugin 
 
52
   developers, but interesting for bzr developers.
 
53
 
 
54
Testing
 
55
*******
 
56
 
 
57
.. Fixes and changes that are only relevant to bzr's test framework and 
 
58
   suite.  This can include new facilities for writing tests, fixes to 
 
59
   spurious test failures and changes to the way things should be tested.
 
60
 
 
61
 
 
62
bzr 2.5.1
 
63
#########
 
64
 
 
65
:2.5.1: 2012-05-22
 
66
 
 
67
This is a bugfix release. Most of the bugs dealt with https and colocated
 
68
branches glitches. Upgrading is recommended for all users of earlier 2.5
 
69
releases.
 
70
 
 
71
External Compatibility Breaks
 
72
*****************************
 
73
 
 
74
None.
 
75
 
 
76
New Features
 
77
************
 
78
 
 
79
None.
 
80
 
 
81
Improvements
 
82
************
 
83
 
 
84
* ``bzr rmbranch`` now supports removing colocated branches.
 
85
  (Jelmer Vernooij, #920653)
 
86
 
 
87
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
 
88
  is specified. (Jelmer Vernooij, #922953)
 
89
 
 
90
Bug Fixes
 
91
*********
 
92
 
39
93
* Connecting with HTTPS via HTTP now correctly uses the host name of the
40
94
  destination rather than the proxy when checking certificates.
41
95
  (Martin Packman, #944696)
43
97
* Fixed merge tool availability checking and invocation to search the
44
98
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
45
99
 
 
100
* Fixed problem with getting errors about failing to open /dev/tty when using
 
101
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
 
102
 
 
103
* Fix UnicodeEncodeError when translated progress task messages contain
 
104
  non-ascii text. (Martin Packman, #966934)
 
105
 
46
106
* Make sure configuration options can provide their own help topic.
47
107
  (Jelmer Vernooij, #941672)
48
108
 
58
118
API Changes
59
119
***********
60
120
 
61
 
.. Changes that may require updates in plugins or other code that uses
62
 
   bzrlib.
63
 
 
64
 
Internals
65
 
*********
66
 
 
67
 
.. Major internal changes, unlikely to be visible to users or plugin 
68
 
   developers, but interesting for bzr developers.
 
121
None.
69
122
 
70
123
Testing
71
124
*******
72
125
 
73
 
.. Fixes and changes that are only relevant to bzr's test framework and 
74
 
   suite.  This can include new facilities for writing tests, fixes to 
75
 
   spurious test failures and changes to the way things should be tested.
76
 
 
77
126
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
78
127
  versions. (Vincent Ladeuil, #956027)
79
128
 
 
129
* Run smoketest for setup.py isolated in a tempdir. (Martin Packman, #140874)
 
130
 
 
131
 
80
132
bzr 2.5.0
81
133
#########
82
134
 
174
226
  a control directory (but no branch or working tree).
175
227
  (Jelmer Vernooij, #913980)
176
228
 
177
 
* Checkouts of colocated branches are now always lightweight.
178
 
  (Jelmer Vernooij, #918828)
179
 
 
180
229
* Colocated branches can now have names including forward slashes, to
181
230
  allow for namespaces. (Jelmer Vernooij, #907980)
182
231
 
183
232
* New HPSS call for ``BzrDir.get_branches``. (Jelmer Vernooij, #894460)
184
233
 
 
234
* Checkouts of colocated branches are now always lightweight.
 
235
  (Jelmer Vernooij, #918828)
 
236
 
185
237
Bug Fixes
186
238
*********
187
239
 
1092
1144
  operations that use it, like merge, can now create trees without a root.
1093
1145
  (Aaron Bentley)
1094
1146
 
1095
 
* Fixed problem with getting errors about failing to open /dev/tty when using
1096
 
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
1097
 
 
1098
1147
Documentation
1099
1148
*************
1100
1149