~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-02 07:29:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050502072928-4243b61c5272c9d9
- update doc build commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-0.0.3  NOT RELEASED YET
 
1
bzr-0.0.5  NOT RELEASED YET
 
2
 
 
3
  ENHANCEMENTS:
 
4
 
 
5
    * New 'bzr whoami --email' option shows only the email component
 
6
      of the user identification, from Jo Vermeulen.
 
7
 
 
8
    * New 'bzr ignore PATTERN' command.
 
9
 
 
10
    * Nicer error message for broken pipe, interrupt and similar
 
11
      conditions that don't indicate an internal error.
 
12
 
 
13
  TESTING:
 
14
 
 
15
    * Converted black-box test suites from Bourne shell into Python.
 
16
      Various structural improvements to the tests.
 
17
 
 
18
  INTERNAL:
 
19
 
 
20
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
 
21
 
 
22
 
 
23
bzr-0.0.4  2005-04-22
 
24
 
 
25
  ENHANCEMENTS:
 
26
 
 
27
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
 
28
      basic.  Patch from QuantumG.
 
29
 
 
30
    * More default ignore patterns.
 
31
 
 
32
    * New 'bzr log --verbose' shows a list of files changed in the
 
33
      changeset.  Patch from Sebastian Cote.
 
34
 
 
35
    * Roll over ~/.bzr.log if it gets too large.
 
36
 
 
37
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
 
38
      by Jason Diamon.
 
39
 
 
40
    * New 'bzr help commands' based on a patch from Denys Duchier.
 
41
 
 
42
 
 
43
  CHANGES:
 
44
 
 
45
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
 
46
      or $EMAIL.  All are decoded by the locale preferred encoding.
 
47
      If none of these are present user@hostname is used.  The host's
 
48
      fully-qualified name is not used because that tends to fail when
 
49
      there are DNS problems.
 
50
 
 
51
    * New 'bzr whoami' command instead of username user-email.
 
52
 
 
53
 
 
54
  BUG FIXES: 
 
55
 
 
56
    * Make commit safe for hardlinked bzr trees.
 
57
 
 
58
    * Some Unicode/locale fixes.
 
59
 
 
60
    * Partial workaround for difflib.unified_diff not handling
 
61
      trailing newlines properly.
 
62
 
 
63
 
 
64
  INTERNAL:
 
65
 
 
66
    * Allow docstrings for help to be in PEP0257 format.  Patch from
 
67
      Matt Brubeck.
 
68
 
 
69
    * More tests in test.sh.
 
70
 
 
71
    * Write profile data to a temporary file not into working
 
72
      directory and delete it when done.
 
73
 
 
74
    * Smaller .bzr.log with process ids.
 
75
 
 
76
 
 
77
  PORTABILITY:
 
78
 
 
79
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
 
80
      Bennetts.
 
81
 
 
82
    * Some improvements in handling paths on Windows, based on a patch
 
83
      from QuantumG.
 
84
 
 
85
 
 
86
bzr-0.0.3  2005-04-06
2
87
 
3
88
  ENHANCEMENTS:
4
89
 
7
92
 
8
93
    * Can now say "bzr commit --help".
9
94
 
10
 
    * New "rename" command to rename one file.
 
95
    * New "rename" command to rename one file to a different name
 
96
      and/or directory.
11
97
 
12
 
    * Basic "bzr mv" support for renames!  (Not all scenarios work
13
 
      through the command at the moment, but the inventory support is
14
 
      there.)
 
98
    * New "move" command to move one or more files into a different
 
99
      directory.
15
100
 
16
101
    * New "renames" command lists files renamed since base revision.
17
102
 
 
103
    * New cat command contributed by janmar.
 
104
 
18
105
  CHANGES:
19
106
 
20
107
    * .bzr.log is placed in $HOME (not pwd) and is always written in
31
118
 
32
119
    * Refactored inventory storage to insert a root entry at the top.
33
120
 
 
121
  TESTING:
 
122
 
34
123
    * Start of shell-based black-box testing in test.sh.
35
124
 
36
125
 
41
130
    * Win32 fixes from Steve Brown.
42
131
 
43
132
 
44
 
bzr-0.0.2  "black cube"  2003-03-31
 
133
bzr-0.0.2  "black cube"  2005-03-31
45
134
 
46
135
  ENHANCEMENTS:
47
136