~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-03 07:59:47 UTC
  • mfrom: (5641.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110203075947-l52516mt7wsqryi7
(vila) Merge 2.3 into trunk including fix for lp:707075. (Max Bowsher)

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