~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: 2017-01-15 20:38:48 UTC
  • mfrom: (6615.3.5 merges)
  • mto: (6615.3.6 merges)
  • mto: This revision was merged to the branch mainline in revision 6620.
  • Revision ID: v.ladeuil+lp@free.fr-20170115203848-uydcme4tuuqg9ku5
MergeĀ 2.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.7.1
9
9
#########
10
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
 
11
29
 
12
30
Bug Fixes
13
31
*********
18
36
* Cope with paramiko making argument to SFTPFile.prefetch() mandatory.
19
37
  (Jelmer Vernooij, #1579093)
20
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
 
21
66
 
22
67
bzr 2.7.0
23
68
#########