~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.4.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-05-31 10:01:15 UTC
  • mto: (5993.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5994.
  • Revision ID: v.ladeuil+lp@free.fr-20110531100115-bkea029bq5oki70l
Put the '\n' back into the formats and fix tests accordingly (reducing code duplication).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
***********************************
2
 
What's New in Bazaar 2.4 (Oronsay)?
3
 
***********************************
 
1
*************************
 
2
What's New in Bazaar 2.4?
 
3
*************************
4
4
 
5
5
Bazaar 2.4 is still under development, and will be released in August 2011.
6
6
This document accumulates a high level summary of what's changed.  See the
49
49
Two built-in synonyms for ``bzr branch`` have been deprecated: ``clone`` and
50
50
``get``.
51
51
 
52
 
Command options
53
 
***************
54
 
 
55
 
* The ``bzr log`` and ``bzr missing`` commands now accept ``-S`` as a
56
 
  shorthand for ``--short``.
57
 
 
58
52
Configuration files
59
53
*******************
60
54
 
107
101
network roundtrips.  Other operations where a local branch is stacked on a
108
102
branch hosted on a smart server will also benefit.
109
103
 
110
 
More export control
111
 
*******************
112
 
 
113
 
When exporting a tree, you may now use get_export_generator() to 
114
 
do an operation after each file is exported. 
115
 
 
116
104
Testing
117
105
*******
118
106
 
120
108
the tests that match any of the specified patterns will be excluded. Only
121
109
the last specified patetrn was previously taken into account.
122
110
 
123
 
Digital Signature Verification
124
 
******************************
125
 
 
126
 
A new command ``bzr verify-signatures`` has been added to check that commits
127
 
are correctly signed with trusted keys by GPG.  This requires python-gpgme to
128
 
be installed.  ``bzr log`` has gained a ``--signatures`` option to list the
129
 
validity of signatures for each commit.  New config options ``acceptable_keys``
130
 
and ``validate_signatures_in_log`` can be set to control options to these
131
 
commands.
132
 
 
133
111
Further information
134
112
*******************
135
113