~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
 
5
.. contents:: List of Releases
 
6
   :depth: 1
7
7
 
8
 
bzr 2.2.3
 
8
bzr 2.2.5
9
9
#########
10
10
 
11
 
:2.2.3: NOT RELEASED YET
 
11
:Codename: Suggestions welcome
 
12
:2.2.5: NOT RELEASED YET
12
13
 
13
14
Compatibility Breaks
14
15
********************
15
16
 
16
 
* Launchpad has announced that the ``edge.launchpad.net`` instance is
17
 
  deprecated and may be shut down in the future
18
 
  <http://blog.launchpad.net/general/edge-is-deprecated>.  Bazaar has therefore
19
 
  been updated in this release to talk to the main (``launchpad.net``) servers,
20
 
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
21
 
 
22
17
New Features
23
18
************
24
19
 
25
20
Bug Fixes
26
21
*********
27
22
 
 
23
* Correctly handle ``bzr log`` and `get_known_graph_ancestry` on a
 
24
  doubly-stacked branch.
 
25
  (James Westby, Martin Pool, #715000)
 
26
 
 
27
Improvements
 
28
************
 
29
 
 
30
Documentation
 
31
*************
 
32
 
 
33
API Changes
 
34
***********
 
35
 
 
36
Internals
 
37
*********
 
38
 
 
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)
 
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
 
 
115
Bug Fixes
 
116
*********
 
117
 
28
118
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
29
119
  path on windows from symlink support addition. (Martin [gz], #686611)
30
120
 
 
121
* Correctly resolve content (and path) conflicts for files in subdirs.
 
122
  (Vincent Ladeuil, #660935)
 
123
 
31
124
* Don't probe for a repository from within ``NotBranchError.__repr__``,
32
125
  because this can cause knock-on errors at awkward times.
33
126
  (Andrew Bennetts, #687653)
34
127
 
 
128
* Fix a crash during ``RepositoryPackCollection.pack`` caused by a
 
129
  concurrent repository pack operation.  This was particularly affecting
 
130
  ``bzr-svn`` users.  (Andrew Bennetts, #701940)
 
131
 
35
132
* ``https`` access works again with recent versions of python2.7.
36
133
  (Vincent Ladeuil, #693880)
37
134
 
39
136
  symlinks.  Instead, it returns False, like other Trees and methods.
40
137
  (Aaron Bentley, #681885)
41
138
 
42
 
Improvements
43
 
************
44
 
 
45
 
Documentation
46
 
*************
47
 
 
48
 
API Changes
49
 
***********
50
 
 
51
 
Internals
52
 
*********
53
 
 
54
 
Testing
55
 
*******
56
139
 
57
140
bzr 2.2.2
58
141
#########
62
145
This is a bugfix release. None of these bugfixes are critical, but upgrading
63
146
is recommended for all users on earlier 2.2 releases.
64
147
 
65
 
New Features
66
 
************
67
 
 
68
148
Bug Fixes
69
149
*********
70
150