~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Mark test failures on windows as KnownFailures pending investigation.
 (Vincent Ladeuil)

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
7
 
8
 
bzr 2.2.5
 
8
bzr 2.2.3
9
9
#########
10
10
 
11
 
:Codename: Suggestions welcome
12
 
:2.2.5: NOT RELEASED YET
 
11
:2.2.3: NOT RELEASED YET
13
12
 
14
13
Compatibility Breaks
15
14
********************
16
15
 
 
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
 
17
22
New Features
18
23
************
19
24
 
20
25
Bug Fixes
21
26
*********
22
27
 
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
 
 
118
28
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
119
29
  path on windows from symlink support addition. (Martin [gz], #686611)
120
30
 
121
 
* Correctly resolve content (and path) conflicts for files in subdirs.
122
 
  (Vincent Ladeuil, #660935)
123
 
 
124
31
* Don't probe for a repository from within ``NotBranchError.__repr__``,
125
32
  because this can cause knock-on errors at awkward times.
126
33
  (Andrew Bennetts, #687653)
127
34
 
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
 
 
132
35
* ``https`` access works again with recent versions of python2.7.
133
36
  (Vincent Ladeuil, #693880)
134
37
 
136
39
  symlinks.  Instead, it returns False, like other Trees and methods.
137
40
  (Aaron Bentley, #681885)
138
41
 
 
42
Improvements
 
43
************
 
44
 
 
45
Documentation
 
46
*************
 
47
 
 
48
API Changes
 
49
***********
 
50
 
 
51
Internals
 
52
*********
 
53
 
 
54
Testing
 
55
*******
139
56
 
140
57
bzr 2.2.2
141
58
#########
145
62
This is a bugfix release. None of these bugfixes are critical, but upgrading
146
63
is recommended for all users on earlier 2.2 releases.
147
64
 
 
65
New Features
 
66
************
 
67
 
148
68
Bug Fixes
149
69
*********
150
70