~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-02-02 14:29:12 UTC
  • mfrom: (6437.23.4 2.5)
  • mto: This revision was merged to the branch mainline in revision 6522.
  • Revision ID: jelmer@samba.org-20120202142912-3nmwuq16po3104u2
MergeĀ 2.5.

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.5b6
9
9
#########
10
10
 
11
 
:2.5.0: NOT RELEASED YET
 
11
:2.5b6: NOT RELEASED YET
12
12
 
13
13
External Compatibility Breaks
14
14
*****************************
59
59
* ``bzr branch`` now fetches revisions when branching into an empty
60
60
  control directory. (Jelmer Vernooij, #905594)
61
61
 
 
62
* A sane default is provided for ``ssl.ca_certs`` which should points to the
 
63
  Certificate Authority bundle for supported platforms.
 
64
  (Vincent Ladeuil, #920455)
 
65
 
62
66
* ``bzr branch`` generates correct target branch locations again if not
63
67
  specified. (Jelmer Vernooij, #919218)
64
68
 
65
69
* ``bzr send`` works on treeless branches again.
66
70
  (Jelmer Vernooij, #921591)
67
71
 
 
72
* ``bzr version`` no longer throws a UnicodeDecodeError if the .bzr.log path
 
73
  contains non-ascii characters. (Martin Packman, #312841)
 
74
 
68
75
* Support scripts that don't call bzrlib.initialize() but still call run_bzr().
69
76
  (Vincent Ladeuil, #917733)
70
77
 
89
96
* ``ControlDir`` now has a new method ``set_branch_reference`` which can
90
97
  be used for setting branch references. (Jelmer Vernooij)
91
98
 
 
99
* ``ControlDir.destroy_branch`` now raises ``NotBranchError`` rather than
 
100
  ``NoSuchFile`` if the branch didn't exist. (Jelmer Vernooij, #921693)
 
101
 
92
102
Internals
93
103
*********
94
104