~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-07-23 19:46:45 UTC
  • mfrom: (6538.2.5 find-proposal-revid)
  • Revision ID: pqm@pqm.ubuntu.com-20120723194645-5a57w8fw122aei34
(abentley) lp-find-proposal now ignores branch. (Aaron Bentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Improvements
25
25
************
26
26
 
27
 
.. Improvements to existing commands, especially improved performance 
28
 
   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)
29
30
 
30
31
Bug Fixes
31
32
*********
47
48
Internals
48
49
*********
49
50
 
50
 
.. Major internal changes, unlikely to be visible to users or plugin 
51
 
   developers, but interesting for bzr developers.
 
51
* The launchpad plugin now requires API 1.6.0 or later.  This version shipped
 
52
  with Ubuntu 9.10.  (Aaron Bentley)
52
53
 
53
54
Testing
54
55
*******