~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin
  • Date: 2011-04-15 21:22:57 UTC
  • mto: This revision was merged to the branch mainline in revision 5797.
  • Revision ID: gzlist@googlemail.com-20110415212257-jgtovwwp4be7egd9
Add release notes

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
Improvements
 
36
************
 
37
 
 
38
Documentation
 
39
*************
 
40
 
 
41
API Changes
 
42
***********
 
43
 
 
44
Internals
 
45
*********
 
46
 
 
47
Testing
 
48
*******
 
49
 
 
50
 
8
51
bzr 2.0.6
9
52
#########
10
53