~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-12-14 23:14:44 UTC
  • mfrom: (5569 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5570.
  • Revision ID: andrew.bennetts@canonical.com-20101214231444-uubf7zjbg8q92ocs
MergeĀ lp:bzr.

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