~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2011-07-25 02:51:30 UTC
  • mfrom: (6042 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6043.
  • Revision ID: mbp@canonical.com-20110725025130-s0j1lxfw8wljp420
resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  checks to see if the most recent published source package version for
25
25
  that project is present in the branch tags. This should help developers
26
26
  trust whether the packaging branch is up-to-date and can be used for new
27
 
  changes. (John Arbash Meinel, #609187)
 
27
  changes. The level of verbosity is controlled by the config item
 
28
  ``launchpad.packaging_verbosity``. It can be set to one of
 
29
 
 
30
  off
 
31
    disable all checks
 
32
 
 
33
 
 
34
  minimal
 
35
    only display if the branch is out-of-date
 
36
 
 
37
  short
 
38
    also display single-line up-to-date and missing,
 
39
 
 
40
 
 
41
  all
 
42
    (default) display multi-line content for all states
 
43
 
 
44
 
 
45
  (John Arbash Meinel, #609187, #812928)
28
46
 
29
47
* Add a config option gpg_signature_key for setting which GPG key
30
48
  should be used to sign commits. Also default to using the gpg user
35
53
  while --match-message, --match-author, --match-committer and
36
54
  --match-bugs match each of those fields.
37
55
 
 
56
* Relative local paths can now be specified in URL syntax by using the
 
57
  "file:" prefix.  (Jelmer Vernooij)
 
58
 
38
59
Improvements
39
60
************
40
61
 
89
110
* Remove ``TransportListRegistry.set_default_transport``, as the concept of
90
111
  a default transport is currently unused. (Jelmer Vernooij)
91
112
 
 
113
* There is a new class `ContentFilterTree` that provides a facade for 
 
114
  content filtering.  The `filtered` parameter to `export` is deprecated 
 
115
  in favor of passing a filtered tree, and the specific exporter plugins
 
116
  no longer support it.
 
117
  (Martin Pool)
 
118
 
92
119
Internals
93
120
*********
94
121