~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: 2010-11-11 08:45:19 UTC
  • mfrom: (4597.9.22 reports-conflict-resolved)
  • Revision ID: pqm@pqm.ubuntu.com-20101111084519-bmk1zmblp7kex41a
(vila) More feedback about the conflicts just resolved and the remaining
 ones. (Vincent Ladeuil)

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.3
9
 
#########
10
 
 
11
 
:2.2.3: NOT RELEASED YET
12
 
 
13
 
Compatibility Breaks
14
 
********************
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
 
 
22
 
New Features
23
 
************
24
 
 
25
 
Bug Fixes
26
 
*********
27
 
 
28
 
Improvements
29
 
************
30
 
 
31
 
Documentation
32
 
*************
33
 
 
34
 
API Changes
35
 
***********
36
 
 
37
 
Internals
38
 
*********
39
 
 
40
 
Testing
41
 
*******
42
 
 
43
8
bzr 2.2.2
44
9
#########
45
10
 
46
 
:2.2.2: 2010-11-25
 
11
:2.2.2: NOT RELEASED YET
47
12
 
48
 
This is a bugfix release. None of these bugfixes are critical, but upgrading
49
 
is recommended for all users on earlier 2.2 releases.
 
13
Compatibility Breaks
 
14
********************
50
15
 
51
16
New Features
52
17
************
63
28
  is a conflict).  (Andrew Bennetts, #603395)
64
29
  
65
30
* Correctly set the Content-Type header when http POSTing to comply
66
 
  with stricter web frameworks. (Vincent Ladeuil, #665100)
 
31
  with stricter web frameworks. (Vincent Ladeuil, #655100)
67
32
 
68
33
* ``NotBranchError`` no longer allows errors from calling
69
34
  ``bzrdir.open_repository()`` to propagate.  This is unhelpful at best,
84
49
  installed.
85
50
  (Martin [gz], Gary van der Merwe, #632465)
86
51
 
87
 
* Close leaked socket to SSH subprocesses, which caused dput sftp uploads
88
 
  to hang.  (Max Bowsher, #659590)
 
52
Improvements
 
53
************
 
54
 
 
55
Documentation
 
56
*************
 
57
 
 
58
API Changes
 
59
***********
 
60
 
 
61
Internals
 
62
*********
89
63
 
90
64
Testing
91
65
*******