~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-08 16:12:07 UTC
  • mfrom: (3926.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090108161207-d95v7ouel5ibahh0
(vila) Authentication.conf supports credential stores. '.netrc' is
        supported with a new plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
  NEW FEATURES:
22
22
 
23
 
    * ``shelve --list`` can now be used to list shelved changes.
24
 
      (Aaron Bentley)
25
 
 
26
23
    * Add support for `bzr tags -r 1..2`, that is we now support showing
27
24
      tags applicable for a specified revision range. (Marius Kruger)
28
25
 
 
26
    * ``authentication.conf`` now accepts pluggable read-only credential
 
27
      stores. Such a plugin (``netrc_credential_store``) is now included,
 
28
      handles the ``$HOME/.netrc`` file and can server as an example to
 
29
      implement other plugins.
 
30
      (Vincent Ladeuil)
 
31
 
 
32
    * ``shelve --list`` can now be used to list shelved changes.
 
33
      (Aaron Bentley)
 
34
 
29
35
  IMPROVEMENTS:
30
36
 
31
37
    * Add trailing slash to directories in all output of ``bzr ls``, except
76
82
      editor, and emit warnings when a configured editor cannot be
77
83
      started. (Andrew Bennetts)
78
84
 
 
85
    * ``$HOME/.netrc`` file is now recognized as a read-only credential store
 
86
      if configured in ``authentication.conf`` with 'password_encoding=netrc'
 
87
      in the appropriate sections.
 
88
      (Vincent Ladeuil, #103029)
 
89
 
79
90
    * Preserve transport decorators while following redirections.
80
91
      (Vincent Ladeuil, #245964, #270863)
81
92