~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-02-18 17:24:52 UTC
  • mfrom: (6468.1.1 merge-2.5)
  • Revision ID: pqm@pqm.ubuntu.com-20120218172452-x7mk642v7mwxtyo1
(jelmer) Merge the 2.5 branch. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
.. Improvements to existing commands, especially improved performance 
28
28
   or memory usage, or better results.
29
29
 
 
30
* The names of colocated branches are used as branch nicks if no nick is
 
31
  specified. (Aaron Bentley)
 
32
 
30
33
Bug Fixes
31
34
*********
32
35
 
33
36
.. Fixes for situations where bzr would previously crash or give incorrect
34
37
   or undesirable results.
35
38
 
 
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
 
36
43
Documentation
37
44
*************
38
45
 
57
64
   suite.  This can include new facilities for writing tests, fixes to 
58
65
   spurious test failures and changes to the way things should be tested.
59
66
 
 
67
* Stop depending on the particular CPython ordering of dictionary keys
 
68
  when testing the result of BzrDir.get_branches.
 
69
  (Wouter van Heyst)
60
70
 
61
71
bzr 2.5b6
62
72
#########