~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-12 10:54:51 UTC
  • mfrom: (6059.1.7 integer-option)
  • Revision ID: pqm@pqm.ubuntu.com-20110812105451-s1i361x4d409godc
(vila) Implement integer config options. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
 
23
* A ``from_unicode`` parameter can be specified when registering a config
 
24
  option. This implements boolean and integer config options when the
 
25
  provided ``bool_from_store`` and ``int_from_store`` are used.
 
26
  (Vincent Ladeuil)
 
27
 
23
28
* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
24
29
  checks to see if the most recent published source package version for
25
30
  that project is present in the branch tags. This should help developers