~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-03-13 09:07:18 UTC
  • mfrom: (6437.23.26 2.5)
  • mto: This revision was merged to the branch mainline in revision 6499.
  • Revision ID: v.ladeuil+lp@free.fr-20120313090718-2e5wf4d6otbh2k2r
Merge 2.5 branch including bugfix for #940164 and #944696

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
.. Fixes for situations where bzr would previously crash or give incorrect
37
37
   or undesirable results.
38
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
 
39
43
* Fixed merge tool availability checking and invocation to search the
40
44
  Windows App Path registry in addition to the PATH. (Gordon Tyler, #939605)
41
45
 
45
49
Documentation
46
50
*************
47
51
 
48
 
.. Improved or updated documentation.
 
52
* The alpha-quality texinfo sphinx builder has been deprecated. Sphinx >=
 
53
  1.1.2 now provides a better one. Most of the documentation can now be
 
54
  generated to the texinfo format with ``make texinfo-sphinx``. This will
 
55
  generate both the ``.texi`` files and the ``.info`` ones.
 
56
  (Vincent Ladeuil, #940164)
49
57
 
50
58
API Changes
51
59
***********