/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

Merge fix for bug #583667 from 2.2

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
* The ``edge.launchpad.net`` server has been deprecated and all references to
 
17
  it have been removed from the code base. This ensures that users upgrading
 
18
  to bzr 2.0.7 or better will never try to contact the 'edge' server. Users of
 
19
  previous versions can workaround connection problems by setting the
 
20
  ``BZR_LP_XMLRPC_URL`` environment variable to
 
21
  ``http://xmlrpc.launchpad.net/bazaar/``.  (Vincent Ladeuil, #583667)
 
22
 
 
23
New Features
 
24
************
 
25
 
 
26
Bug Fixes
 
27
*********
 
28
 
 
29
Improvements
 
30
************
 
31
 
 
32
Documentation
 
33
*************
 
34
 
 
35
API Changes
 
36
***********
 
37
 
 
38
Internals
 
39
*********
 
40
 
 
41
Testing
 
42
*******
 
43
 
8
44
bzr 2.2.2
9
45
#########
10
46