~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-09-22 14:12:18 UTC
  • mfrom: (6155.3.1 jam)
  • Revision ID: pqm@pqm.ubuntu.com-20110922141218-86s4uu6nqvourw4f
(jameinel) Cleanup comments bzrlib/smart/__init__.py (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
bzr 2.0.7
 
9
#########
 
10
 
 
11
:2.0.7: 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
* Avoid spurious ValueErrors when autopacking a subset of the repository,
 
29
  and seeing a revision without its related inventory
 
30
  (John Arbash Meinel, #437003)
 
31
 
 
32
* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
 
33
  path on windows from symlink support addition. (Martin [gz], #686611)
 
34
 
 
35
* Fix activity reporting for pycurl when using https with some
 
36
  implementations of curl. (Vincent Ladeuil, #614713)
 
37
 
 
38
Improvements
 
39
************
 
40
 
 
41
Documentation
 
42
*************
 
43
 
 
44
API Changes
 
45
***********
 
46
 
 
47
Internals
 
48
*********
 
49
 
 
50
Testing
 
51
*******
 
52
 
 
53
 
8
54
bzr 2.0.6
9
55
#########
10
56