~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2011-02-14 11:57:45 UTC
  • mto: This revision was merged to the branch mainline in revision 5664.
  • Revision ID: andrew.bennetts@canonical.com-20110214115745-gzb0nn2whvs4unp7
Preserve identity of default values in the pretty decorators.

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
 
5
.. contents:: List of Releases
 
6
   :depth: 1
7
7
 
8
8
bzr 2.2.5
9
9
#########
36
36
Internals
37
37
*********
38
38
 
39
 
* Fixed bug in the bundled copy of ConfigObj with quoting of triple quotes
40
 
  in the value string. Fix suggested by ConfigObj's author Michael Foord.
41
 
  (Alexander Belchenko, #710410)
42
 
 
43
39
Testing
44
40
*******
45
41
 
80
76
  been updated in this release to talk to the main (``launchpad.net``) servers,
81
77
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
82
78
 
 
79
bzr 2.2.4
 
80
#########
 
81
 
 
82
:2.2.4: 2011-02-04
 
83
 
 
84
This is a bugfix release. Only one bug has been fixed, a regression from 2.2.3
 
85
involving only certain operations with launchpad. Upgrading is recommended for
 
86
all users on earlier 2.2 releases.
 
87
 
 
88
Bug Fixes
 
89
*********
 
90
 
 
91
* Fix communications with the Launchpad web service when using
 
92
  launchpadlib >= 1.5.5.  This was a latent bug in bzr's communication
 
93
  with Launchpad's production instance, which only became a problem when
 
94
  the default instance was switched from edge to production in bzr 2.2.3.
 
95
  (Max Bowsher, #707075)
 
96
 
 
97
 
 
98
bzr 2.2.3
 
99
#########
 
100
 
 
101
:2.2.3: 2011-01-20
 
102
 
 
103
This is a bugfix release. Upgrading is recommended for all users
 
104
on earlier 2.2 releases.
 
105
 
 
106
Compatibility Breaks
 
107
********************
 
108
 
 
109
* Launchpad has announced that the ``edge.launchpad.net`` instance is
 
110
  deprecated and may be shut down in the future
 
111
  <http://blog.launchpad.net/general/edge-is-deprecated>.  Bazaar has therefore
 
112
  been updated in this release to talk to the main (``launchpad.net``) servers,
 
113
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
 
114
 
83
115
Bug Fixes
84
116
*********
85
117