~bzr/ubuntu/maverick/bzr/bzr-ppa

« back to all changes in this revision

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

  • Committer: Max Bowsher
  • Date: 2012-07-20 20:34:54 UTC
  • mfrom: (0.5951.12 oneiric)
  • mto: This revision was merged to the branch mainline in revision 159.
  • Revision ID: _@maxb.eu-20120720203454-ktkpa2w984hayj4c
* New upstream release 2.5.1.
 + Fixes handling of colocated branches in `bzr rmbranch`. LP: #920653
 + rmbranch now refuses to remove active branch. LP: #922953
 + Connecting with HTTPS via HTTP correctly uses host name of destination
   rather than that of proxy. LP: #944696
 + No longer requires tty when GPG signing commits. LP: #847388
 + Fixes unicode erorrs when translated progress task messages
   contain non-ascii text. LP: #966934
 + Fixes display of help for configuration options that overlap
   with other topics. LP: #941672
* Merge from 2.5.1-0ubuntu2:
 + Revert use of --no-tty when using gpg to sign commits. LP: #1014570

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
 
9
#########
 
10
 
 
11
:2.5.1: 2012-05-22
 
12
 
 
13
This is a bugfix release. Most of the bugs dealt https and colocated
 
14
branches glitches. Upgrading is recommended for all users of earlier 2.5
 
15
releases.
 
16
 
 
17
External Compatibility Breaks
 
18
*****************************
 
19
 
 
20
None.
 
21
 
 
22
New Features
 
23
************
 
24
 
 
25
None.
 
26
 
 
27
Improvements
 
28
************
 
29
 
 
30
* ``bzr rmbranch`` now supports removing colocated branches.
 
31
  (Jelmer Vernooij, #920653)
 
32
 
 
33
* ``bzr rmbranch`` no longer removes active branches unless ``--force``
 
34
  is specified. (Jelmer Vernooij, #922953)
 
35
 
 
36
Bug Fixes
 
37
*********
 
38
 
 
39
* Connecting with HTTPS via HTTP now correctly uses the host name of the
 
40
  destination rather than the proxy when checking certificates.
 
41
  (Martin Packman, #944696)
 
42
 
 
43
* Fixed merge tool availability checking and invocation to search the
 
44
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
 
45
 
 
46
* Fixed problem with getting errors about failing to open /dev/tty when using
 
47
  Bazaar Explorer to sign commits. (Mark Grandi, #847388)
 
48
 
 
49
* Fix UnicodeEncodeError when translated progress task messages contain
 
50
  non-ascii text. (Martin Packman, #966934)
 
51
 
 
52
* Make sure configuration options can provide their own help topic.
 
53
  (Jelmer Vernooij, #941672)
 
54
 
 
55
Documentation
 
56
*************
 
57
 
 
58
* The alpha-quality texinfo sphinx builder has been deprecated. Sphinx >=
 
59
  1.1.2 now provides a better one. Most of the documentation can now be
 
60
  generated to the texinfo format with ``make texinfo-sphinx``. This will
 
61
  generate both the ``.texi`` files and the ``.info`` ones.
 
62
  (Vincent Ladeuil, #940164)
 
63
 
 
64
API Changes
 
65
***********
 
66
 
 
67
None.
 
68
 
 
69
Testing
 
70
*******
 
71
 
 
72
* Add support for pyftpdlib >= 0.7.0 and drop support for previous pyftpdlib
 
73
  versions. (Vincent Ladeuil, #956027)
 
74
 
 
75
* Run smoketest for setup.py isolated in a tempdir. (Martin Packman, #140874)
 
76
 
 
77
 
8
78
bzr 2.5.0
9
79
#########
10
80