~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-17 21:20:18 UTC
  • mfrom: (1461)
  • mto: This revision was merged to the branch mainline in revision 1462.
  • Revision ID: robertc@robertcollins.net-20051017212018-5e2a78c67f36a026
merge from integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
UNRELEASED CHANGES
2
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
    * The config directory is now ~/.bazaar, and there is a single file 
 
6
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
 
7
      (Robert Collins)
 
8
 
 
9
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
 
10
      has been added that suppresses all output.
 
11
 
 
12
    * Improved zsh completion support in contrib/zsh, from Clint
 
13
      Adams.
 
14
 
 
15
    * Builtin 'bzr annotate' command, by Martin Pool with improvements from 
 
16
      Goffredo Baroncelli.
 
17
    
 
18
    * 'bzr check' now accepts -v for verbose reporting, and checks for
 
19
      ghosts in the branch.
 
20
 
 
21
    * New command 're-sign' which will regenerate the gpg signature for 
 
22
      a revision.
 
23
 
 
24
    * If you set check_signatures=require for a path in 
 
25
      ~/.bazaar/branches.conf then bzr will invoke your
 
26
      gpg_signing_command (defaults to gpg) and record a digital signature
 
27
      of your commit.
 
28
 
 
29
  TESTING:
 
30
 
 
31
    * The 'bzr selftest --pattern' option for has been removed, now 
 
32
      test specifiers on the command line can be simple strings, or 
 
33
      regexps, or both.
 
34
 
 
35
    * Passing -v to selftest will now show the time each test took to 
 
36
      complete, which will aid in analysing performance regressions and
 
37
      related questions.
 
38
 
 
39
    * 'bzr selftest' runs all tests, even if one feels, unless '--one'
 
40
      is given.
 
41
 
3
42
  INTERNALS:
4
43
 
5
44
    * New 'manifest' command and concept for making gpg-signatures 
7
46
      representation.
8
47
 
9
48
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
49
      (Robert Collins)
 
50
 
 
51
    * Improved command line option definitions allowing explanations
 
52
      for individual options, among other things.  Contributed by 
 
53
      Magnus Therning.
 
54
 
 
55
    * Config options have moved from bzrlib.osutils to bzrlib.config.
10
56
      Configuration is now done via the config.Config interface:
11
57
      Depending on whether you have a Branch, a Location or no information
12
58
      available, construct a *Config, and use its signature_checking,
24
70
      implicitly. (Robert Collins)
25
71
 
26
72
 
27
 
  IMPROVEMENTS:
28
 
 
29
 
    * The config directory is now ~/.bazaar, and there is a single file 
30
 
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
31
 
      (Robert Collins)
32
 
 
33
 
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
34
 
      has been added that suppresses all output.
35
 
 
36
 
    * 'bzr check' now accepts -v for verbose reporting, and checks for
37
 
      ghosts in the branch.
38
 
 
39
 
    * New command 're-sign' which will regenerate the gpg signature for 
40
 
      a revision.
41
 
 
42
 
  TESTING:
43
 
 
44
 
    * The --pattern option has been removed, now test specifiers on the
45
 
      command line can be simple strings, or regexps, or both.
46
 
 
47
 
    * Passing -v to selftest will now show the time each test took to 
48
 
      complete, which will aid in analysing performance regressions and
49
 
      related questions.
50
 
 
51
 
 
52
73
bzr 0.1.1 2005-10-12
53
74
 
54
75
  BUG FIXES: