~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge pt1 hooks branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Release Notes
3
3
####################
4
4
 
5
 
.. toctree::
6
 
   :maxdepth: 1
7
 
 
8
 
bzr 2.2.6
9
 
#########
10
 
 
11
 
:2.2.6: NOT RELEASED YET
12
 
 
13
 
Compatibility Breaks
14
 
********************
15
 
 
16
 
New Features
17
 
************
18
 
 
19
 
Bug Fixes
20
 
*********
21
 
 
22
 
Improvements
23
 
************
24
 
 
25
 
Documentation
26
 
*************
27
 
 
28
 
API Changes
29
 
***********
30
 
 
31
 
Internals
32
 
*********
33
 
 
34
 
Testing
35
 
*******
36
 
 
 
5
.. contents:: List of Releases
 
6
   :depth: 1
37
7
 
38
8
bzr 2.2.5
39
9
#########
40
10
 
41
 
:2.2.5: 2011-09-01
42
 
 
43
 
This is a bugfix release. One regression introduced in 2.2b1 has been fixed
44
 
for some rare conflict resolutions. Also a warning is now emmitted when
45
 
branching an out-of-date ubuntu packaging branch. Upgrading is recommended
46
 
for all users on earlier 2.2 releases.
 
11
:Codename: Suggestions welcome
 
12
:2.2.5: NOT RELEASED YET
47
13
 
48
14
Compatibility Breaks
49
15
********************
50
16
 
51
 
None.
52
 
 
53
17
New Features
54
18
************
55
19
 
56
 
None.
57
 
 
58
20
Bug Fixes
59
21
*********
60
22
 
62
24
  doubly-stacked branch.
63
25
  (James Westby, Martin Pool, #715000)
64
26
 
65
 
* Don't crash while merging and encountering obscure path conflicts
66
 
  involving different root-ids. (Vincent Ladeuil, #805809)
 
27
Improvements
 
28
************
 
29
 
 
30
Documentation
 
31
*************
 
32
 
 
33
API Changes
 
34
***********
67
35
 
68
36
Internals
69
37
*********
70
38
 
71
 
* Fixed bug in the bundled copy of ConfigObj with quoting of triple quotes
72
 
  in the value string. Fix suggested by ConfigObj's author Michael Foord.
73
 
  (Alexander Belchenko, #710410)
74
 
 
 
39
Testing
 
40
*******
 
41
 
 
42
 
 
43
bzr 2.2.4
 
44
#########
 
45
 
 
46
:2.2.4: 2011-02-04
 
47
 
 
48
This is a bugfix release. Only one bug has been fixed, a regression from 2.2.3
 
49
involving only certain operations with launchpad. Upgrading is recommended for
 
50
all users on earlier 2.2 releases.
 
51
 
 
52
Bug Fixes
 
53
*********
 
54
 
 
55
* Fix communications with the Launchpad web service when using
 
56
  launchpadlib >= 1.5.5.  This was a latent bug in bzr's communication
 
57
  with Launchpad's production instance, which only became a problem when
 
58
  the default instance was switched from edge to production in bzr 2.2.3.
 
59
  (Max Bowsher, #707075)
 
60
 
 
61
 
 
62
bzr 2.2.3
 
63
#########
 
64
 
 
65
:2.2.3: 2011-01-20
 
66
 
 
67
This is a bugfix release. Upgrading is recommended for all users
 
68
on earlier 2.2 releases.
 
69
 
 
70
Compatibility Breaks
 
71
********************
 
72
 
 
73
* Launchpad has announced that the ``edge.launchpad.net`` instance is
 
74
  deprecated and may be shut down in the future
 
75
  <http://blog.launchpad.net/general/edge-is-deprecated>.  Bazaar has therefore
 
76
  been updated in this release to talk to the main (``launchpad.net``) servers,
 
77
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
75
78
 
76
79
bzr 2.2.4
77
80
#########