~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-13 03:39:24 UTC
  • mfrom: (6059.2.3 list-option)
  • Revision ID: pqm@pqm.ubuntu.com-20110813033924-w5vit9zjr8dmqe99
(vila) Implements list config options. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  provided ``bool_from_store`` and ``int_from_store`` are used.
26
26
  (Vincent Ladeuil)
27
27
 
 
28
* A ``from_unicode`` parameter can be specified when registering a config
 
29
  option. This implements boolean, integer and list config options when the
 
30
  provided ``bool_from_store``, ``int_from_store`` and ``list_from_store``
 
31
  are used for this parameter.  (Vincent Ladeuil)
 
32
 
28
33
* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
29
34
  checks to see if the most recent published source package version for
30
35
  that project is present in the branch tags. This should help developers