~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Haw Loeung (hloeung)
  • Date: 2012-07-24 12:53:36 UTC
  • mfrom: (6541 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6542.
  • Revision ID: haw.loeung@canonical.com-20120724125336-r3wzxm02lyec7jm6
[hloeung] Merged with upstream resolving conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
New Features
19
19
************
20
20
 
21
 
.. New commands, options, etc that users may wish to try out.
 
21
* ``bzr switch --store`` now stores uncommitted changes in the branch, and
 
22
  restores them when switching back to the branch. (Aaron Bentley)
22
23
 
23
24
Improvements
24
25
************
25
26
 
26
 
.. Improvements to existing commands, especially improved performance
27
 
   or memory usage, or better results.
 
27
``bzr lp-find-proposal`` now only cares about the revision-id that is
 
28
specified, not the branch you use.  This was enabled by a new API call in
 
29
Launchpad's web service.  (Aaron Bentley)
28
30
 
29
31
Bug Fixes
30
32
*********
31
33
 
32
 
.. Fixes for situations where bzr would previously crash or give incorrect
33
 
   or undesirable results.
34
 
 
35
34
* Fixed a bug where the entire contents of ``/etc/mailname`` is read in.
36
35
  We only want to read in the first line so that comments could be added
37
36
  and would be ignored.
51
50
Internals
52
51
*********
53
52
 
54
 
.. Major internal changes, unlikely to be visible to users or plugin 
55
 
   developers, but interesting for bzr developers.
 
53
* The launchpad plugin now requires API 1.6.0 or later.  This version shipped
 
54
  with Ubuntu 9.10.  (Aaron Bentley)
56
55
 
57
56
Testing
58
57
*******