~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Add {basename} as a section local configuration option. (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
.. Fixes for situations where bzr would previously crash or give incorrect
40
40
   or undesirable results.
41
41
 
 
42
* A new section local option ``basename`` is available to help support some
 
43
  ``bzr-pipeline`` workflows and more generally help mapping local paths to
 
44
  remote ones. See ``bzr help configuration`` for more details.
 
45
  (Vincent Ladeuil, #843211)
 
46
 
42
47
* Resolve regression from colocated branch path handling, by ensuring that
43
48
  unreserved characters are unquoted in URLs. (Martin Packman, #842223)
44
49
 
 
50
* Support looking up revision numbers by revision id in empty branches.
 
51
  (Jelmer Vernooij, #535031)
 
52
 
45
53
* Support verifying signatures on remote repositories.
46
54
  (Jelmer Vernooij, #889694)
47
55
 
48
 
* Support looking up revision numbers by revision id in empty branches.
49
 
  (Jelmer Vernooij, #535031)
50
 
 
51
56
Documentation
52
57
*************
53
58