~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-08-23 14:24:38 UTC
  • mfrom: (6499.3.13 832042-shared-stores)
  • Revision ID: pqm@pqm.ubuntu.com-20120823142438-804xd3yql622ahhp
(vila) Share and cache local config files (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
Improvements
29
29
************
30
30
 
31
 
``bzr lp-find-proposal`` now only cares about the revision-id that is
32
 
specified, not the branch you use.  This was enabled by a new API call in
33
 
Launchpad's web service.  (Aaron Bentley)
 
31
* ``bzr lp-find-proposal`` now only cares about the revision-id that is
 
32
  specified, not the branch you use.  This was enabled by a new API call in
 
33
  Launchpad's web service.  (Aaron Bentley)
34
34
 
35
35
* Implement authentication.conf password obfuscation, the password_encoding
36
36
  option can now be set to base64. (Florian Dorn)
37
37
 
 
38
* Local configurations files (i.e. accessed on the local file system like
 
39
  ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the
 
40
  number of IOs when querying a configuation option. (Vincent Ladeuil, #832042)
 
41
 
38
42
Bug Fixes
39
43
*********
40
44