~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Max Bowsher
  • Date: 2011-01-11 11:26:48 UTC
  • mto: This revision was merged to the branch mainline in revision 5589.
  • Revision ID: maxb@f2s.com-20110111112648-3lleuo22utyaunfw
Add a consistent header comment to tools/packaging/*.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
8
 
bzr 2.2.5
9
 
#########
10
 
 
11
 
:Codename: Suggestions welcome
12
 
:2.2.5: NOT RELEASED YET
13
 
 
14
 
Compatibility Breaks
15
 
********************
16
 
 
17
 
New Features
18
 
************
19
 
 
20
 
Bug Fixes
21
 
*********
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
 
* 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
 
Testing
44
 
*******
45
 
 
46
 
 
47
 
bzr 2.2.4
48
 
#########
49
 
 
50
 
:2.2.4: 2011-02-04
51
 
 
52
 
This is a bugfix release. Only one bug has been fixed, a regression from 2.2.3
53
 
involving only certain operations with launchpad. Upgrading is recommended for
54
 
all users on earlier 2.2 releases.
55
 
 
56
 
Bug Fixes
57
 
*********
58
 
 
59
 
* Fix communications with the Launchpad web service when using
60
 
  launchpadlib >= 1.5.5.  This was a latent bug in bzr's communication
61
 
  with Launchpad's production instance, which only became a problem when
62
 
  the default instance was switched from edge to production in bzr 2.2.3.
63
 
  (Max Bowsher, #707075)
64
 
 
65
 
 
66
8
bzr 2.2.3
67
9
#########
68
10
 
69
 
:2.2.3: 2011-01-20
70
 
 
71
 
This is a bugfix release. Upgrading is recommended for all users
72
 
on earlier 2.2 releases.
 
11
:2.2.3: NOT RELEASED YET
73
12
 
74
13
Compatibility Breaks
75
14
********************
80
19
  been updated in this release to talk to the main (``launchpad.net``) servers,
81
20
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)
82
21
 
 
22
New Features
 
23
************
 
24
 
83
25
Bug Fixes
84
26
*********
85
27
 
86
28
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
87
29
  path on windows from symlink support addition. (Martin [gz], #686611)
88
30
 
89
 
* Correctly resolve content (and path) conflicts for files in subdirs.
90
 
  (Vincent Ladeuil, #660935)
91
 
 
92
31
* Don't probe for a repository from within ``NotBranchError.__repr__``,
93
32
  because this can cause knock-on errors at awkward times.
94
33
  (Andrew Bennetts, #687653)
95
34
 
96
 
* Fix a crash during ``RepositoryPackCollection.pack`` caused by a
97
 
  concurrent repository pack operation.  This was particularly affecting
98
 
  ``bzr-svn`` users.  (Andrew Bennetts, #701940)
99
 
 
100
35
* ``https`` access works again with recent versions of python2.7.
101
36
  (Vincent Ladeuil, #693880)
102
37
 
104
39
  symlinks.  Instead, it returns False, like other Trees and methods.
105
40
  (Aaron Bentley, #681885)
106
41
 
 
42
Improvements
 
43
************
 
44
 
 
45
Documentation
 
46
*************
 
47
 
 
48
API Changes
 
49
***********
 
50
 
 
51
Internals
 
52
*********
 
53
 
 
54
Testing
 
55
*******
107
56
 
108
57
bzr 2.2.2
109
58
#########
113
62
This is a bugfix release. None of these bugfixes are critical, but upgrading
114
63
is recommended for all users on earlier 2.2 releases.
115
64
 
 
65
New Features
 
66
************
 
67
 
116
68
Bug Fixes
117
69
*********
118
70