~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Richard Wilbur
  • Date: 2016-02-04 19:07:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6618.
  • Revision ID: richard.wilbur@gmail.com-20160204190728-p0zvfii6zase0fw7
Update COPYING.txt from the original http://www.gnu.org/licenses/gpl-2.0.txt  (Only differences were in whitespace.)  Thanks to Petr Stodulka for pointing out the discrepancy.

Show diffs side-by-side

added added

removed removed

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