~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Vincent Ladeuil
  • Date: 2017-01-30 14:42:05 UTC
  • mfrom: (6620.1.1 trunk)
  • Revision ID: tarmac-20170130144205-r8fh2xpmiuxyozpv
Merge  2.7 into trunk including fix for bug #1657238 [r=vila]

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.1
 
9
#########
 
10
 
 
11
:2.7.1: NOT RELEASED YET
 
12
 
 
13
 
 
14
External Compatibility Breaks
 
15
*****************************
 
16
 
 
17
None.
 
18
 
 
19
New Features
 
20
************
 
21
 
 
22
None.
 
23
 
 
24
Improvements
 
25
************
 
26
 
 
27
None.
 
28
 
 
29
 
 
30
Bug Fixes
 
31
*********
 
32
 
 
33
* Complete monkey-patching of re.finditer or LazyRegexps leak.
 
34
  (Vincent Ladeuil, #1644003, #1657238)
 
35
 
 
36
* Cope with paramiko making argument to SFTPFile.prefetch() mandatory.
 
37
  (Jelmer Vernooij, #1579093)
 
38
 
 
39
Documentation
 
40
*************
 
41
 
 
42
* Clarify pypi uploads for releases. (Vincent Ladeuil, #1542903)
 
43
 
 
44
API Changes
 
45
***********
 
46
 
 
47
None.
 
48
 
 
49
Internals
 
50
*********
 
51
 
 
52
None.
 
53
 
 
54
Changed Behaviour
 
55
*****************
 
56
 
 
57
None.
 
58
 
 
59
Testing
 
60
*******
 
61
 
 
62
* Recent versions of pycurl started being stricter about the proxy url,
 
63
  using 'http+pycurl:' is not allowed anymore and should just be 'http:'
 
64
  (Vincent Ladeuil, #1645017).
 
65
 
 
66
 
8
67
bzr 2.7.0
9
68
#########
10
69