~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-02-14 17:22:37 UTC
  • mfrom: (6466 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6468.
  • Revision ID: v.ladeuil+lp@free.fr-20120214172237-7dv7er3n4uy8d5m4
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Release Notes
3
3
####################
4
4
 
5
 
.. contents:: List of Releases
6
 
   :depth: 1
 
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
 
7
37
 
8
38
bzr 2.2.5
9
39
#########
10
40
 
11
 
:Codename: Suggestions welcome
12
 
:2.2.5: NOT RELEASED YET
 
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.
13
47
 
14
48
Compatibility Breaks
15
49
********************
16
50
 
 
51
None.
 
52
 
17
53
New Features
18
54
************
19
55
 
 
56
None.
 
57
 
20
58
Bug Fixes
21
59
*********
22
60
 
24
62
  doubly-stacked branch.
25
63
  (James Westby, Martin Pool, #715000)
26
64
 
27
 
Improvements
28
 
************
29
 
 
30
 
Documentation
31
 
*************
32
 
 
33
 
API Changes
34
 
***********
 
65
* Don't crash while merging and encountering obscure path conflicts
 
66
  involving different root-ids. (Vincent Ladeuil, #805809)
35
67
 
36
68
Internals
37
69
*********
38
70
 
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)
 
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
 
78
75
 
79
76
bzr 2.2.4
80
77
#########