~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.5b6
9
9
#########
10
10
 
11
 
:2.5b6: NOT RELEASED YET
 
11
:2.5b6: 2012-02-02
 
12
 
 
13
This is the sixth (and last (really)) beta of the 2.5 series, leading to a
 
14
2.5.0 release in March 2012. Beta releases are suitable for everyday use
 
15
but may cause some incompatibilities with plugins.
12
16
 
13
17
External Compatibility Breaks
14
18
*****************************
15
19
 
16
 
.. These may require users to change the way they use Bazaar.
 
20
None.
17
21
 
18
22
New Features
19
23
************
20
24
 
21
 
.. New commands, options, etc that users may wish to try out.
22
 
 
23
25
* Support for colocated branches is now available in the default
24
26
  format ("2a"). (Jelmer Vernooij)
25
27
 
26
28
Improvements
27
29
************
28
30
 
29
 
.. Improvements to existing commands, especially improved performance 
30
 
   or memory usage, or better results.
31
 
 
32
31
* ``bzr switch -b`` in a standalone tree will now create a colocated branch.
33
32
  (Jelmer Vernooij, #918197)
34
33
 
50
49
Bug Fixes
51
50
*********
52
51
 
53
 
.. Fixes for situations where bzr would previously crash or give incorrect
54
 
   or undesirable results.
55
 
 
56
52
* ``bzr branch`` now fetches revisions when branching into an empty
57
53
  control directory. (Jelmer Vernooij, #905594)
58
54
 
79
75
  validity as well as the hostname.
80
76
  (Jelmer Vernooij, Vincent Ladeuil, #651161)
81
77
 
82
 
Documentation
83
 
*************
84
 
 
85
 
.. Improved or updated documentation.
86
78
 
87
79
API Changes
88
80
***********
89
81
 
90
 
.. Changes that may require updates in plugins or other code that uses
91
 
   bzrlib.
92
 
 
93
82
* ``config.config_dir`` and related functions now always return paths as
94
83
  unicode. (Martin Packman, #825826)
95
84
 
102
91
Internals
103
92
*********
104
93
 
105
 
.. Major internal changes, unlikely to be visible to users or plugin 
106
 
   developers, but interesting for bzr developers.
107
 
 
108
94
* A new matcher ``RevisionHistoryMatches`` has been added. (Jelmer Vernooij)
109
95
 
110
96
* Add new module ``bzrlib.url_policy_open``. (Jelmer Vernooij, #850843)
117
103
Testing
118
104
*******
119
105
 
120
 
.. Fixes and changes that are only relevant to bzr's test framework and 
121
 
   suite.  This can include new facilities for writing tests, fixes to 
122
 
   spurious test failures and changes to the way things should be tested.
123
 
 
124
106
* Be more careful about closing open files for pypy interoperability.
125
107
  (Wouter van Heyst)
126
108