~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2016-02-01 18:09:33 UTC
  • mto: This revision was merged to the branch mainline in revision 6615.
  • Revision ID: v.ladeuil+lp@free.fr-20160201180933-t9cvw49bog4jeb21
Tags: bzr-2.7.0
ReleaseĀ 2.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr 2.7b1
 
8
bzr 2.7.0
9
9
#########
10
10
 
11
 
:2.7b1: NOT RELEASED YET
 
11
:2.7.0: 2016-02-01
12
12
 
13
13
External Compatibility Breaks
14
14
*****************************
15
15
 
16
 
.. These may require users to change the way they use Bazaar.
 
16
None.
17
17
 
18
18
New Features
19
19
************
20
20
 
21
 
.. New commands, options, etc that users may wish to try out.
 
21
None.
22
22
 
23
23
Improvements
24
24
************
25
25
 
26
 
.. Improvements to existing commands, especially improved performance 
27
 
   or memory usage, or better results.
28
 
 
29
26
* bzrlib.patches.parse_patches can optionally return a list of 'dirty'
30
27
  patch headers (prefixed with '===').
31
28
  (Kit Randel, #1400567)
33
30
Bug Fixes
34
31
*********
35
32
 
36
 
.. Fixes for situations where bzr would previously crash or give incorrect
37
 
   or undesirable results.
38
 
 
39
33
* 'acceptable_keys' from 'bazaar.conf' is now properly handled.
40
34
  (Vincent Ladeuil, #1249732)
41
35
 
49
43
* Forbid more operations for ReadonlyTransportDecorator so no more write
50
44
  methods can be used my mistake.  (Vincent Ladeuil, #150196)
51
45
 
52
 
Documentation
53
 
*************
54
 
 
55
 
.. Improved or updated documentation.
56
46
 
57
47
API Changes
58
48
***********
59
49
 
60
 
.. Changes that may require updates in plugins or other code that uses
61
 
   bzrlib.
 
50
None.
62
51
 
63
52
Internals
64
53
*********
65
54
 
66
 
.. Major internal changes, unlikely to be visible to users or plugin 
67
 
   developers, but interesting for bzr developers.
68
 
 
69
55
* Make all transport put_bytes() raises TypeError instead of AssertionError
70
56
  or UnicodeEncodeError when given unicode strings rather than bytes.
71
57
  (Vincent Ladeuil, #106898)
82
68
Testing
83
69
*******
84
70
 
85
 
.. Fixes and changes that are only relevant to bzr's test framework and 
86
 
   suite.  This can include new facilities for writing tests, fixes to 
87
 
   spurious test failures and changes to the way things should be tested.
88
 
 
89
71
* Fix gpgme test failure starting on wily. (Vincent Ladeuil)
90
72
     
91
73
* Fix racy http tests (TestBadStatusServer is so simple, it exposes a race
116
98
     
117
99
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
118
100
  account. Only tests are affected (Vincent Ladeuil, #1303879).
119
 
 
120
 
..
121
 
   vim: tw=74 ft=rst ff=unix