~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-05 06:38:18 UTC
  • Revision ID: mbp@sourcefrog.net-20050505063818-3eb3260343878325
- do upload CHANGELOG to web server, even though it's autogenerated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
 
14
 
 
15
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
 
16
      either read or write mode.
 
17
 
 
18
  TESTING:
 
19
 
 
20
    * Converted black-box test suites from Bourne shell into Python;
 
21
      now run using ``./testbzr``.  Various structural improvements to
 
22
      the tests.
 
23
 
 
24
  INTERNAL:
 
25
 
 
26
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
 
27
 
 
28
    * Refactor command functions into Command objects based on
 
29
      mango-sorbet by Scott James Remnant.
 
30
 
 
31
    * Better help messages for many commands.
 
32
 
 
33
    * Expose bzrlib.open_tracefile() to start the tracefile; until
 
34
      this is called trace messages are just discarded.
 
35
 
 
36
 
 
37
bzr-0.0.4  2005-04-22
 
38
 
 
39
  ENHANCEMENTS:
 
40
 
 
41
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
 
42
      basic.  Patch from QuantumG.
 
43
 
 
44
    * More default ignore patterns.
 
45
 
 
46
    * New 'bzr log --verbose' shows a list of files changed in the
 
47
      changeset.  Patch from Sebastian Cote.
 
48
 
 
49
    * Roll over ~/.bzr.log if it gets too large.
 
50
 
 
51
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
 
52
      by Jason Diamon.
 
53
 
 
54
    * New 'bzr help commands' based on a patch from Denys Duchier.
 
55
 
 
56
 
 
57
  CHANGES:
 
58
 
 
59
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
 
60
      or $EMAIL.  All are decoded by the locale preferred encoding.
 
61
      If none of these are present user@hostname is used.  The host's
 
62
      fully-qualified name is not used because that tends to fail when
 
63
      there are DNS problems.
 
64
 
 
65
    * New 'bzr whoami' command instead of username user-email.
 
66
 
 
67
 
 
68
  BUG FIXES: 
 
69
 
 
70
    * Make commit safe for hardlinked bzr trees.
 
71
 
 
72
    * Some Unicode/locale fixes.
 
73
 
 
74
    * Partial workaround for difflib.unified_diff not handling
 
75
      trailing newlines properly.
 
76
 
 
77
 
 
78
  INTERNAL:
 
79
 
 
80
    * Allow docstrings for help to be in PEP0257 format.  Patch from
 
81
      Matt Brubeck.
 
82
 
 
83
    * More tests in test.sh.
 
84
 
 
85
    * Write profile data to a temporary file not into working
 
86
      directory and delete it when done.
 
87
 
 
88
    * Smaller .bzr.log with process ids.
 
89
 
 
90
 
 
91
  PORTABILITY:
 
92
 
 
93
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
 
94
      Bennetts.
 
95
 
 
96
    * Some improvements in handling paths on Windows, based on a patch
 
97
      from QuantumG.
 
98
 
 
99
 
 
100
bzr-0.0.3  2005-04-06
 
101
 
 
102
  ENHANCEMENTS:
 
103
 
 
104
    * New "directories" internal command lists versioned directories
 
105
      in the tree.
 
106
 
 
107
    * Can now say "bzr commit --help".
 
108
 
 
109
    * New "rename" command to rename one file to a different name
 
110
      and/or directory.
 
111
 
 
112
    * New "move" command to move one or more files into a different
 
113
      directory.
 
114
 
 
115
    * New "renames" command lists files renamed since base revision.
 
116
 
 
117
    * New cat command contributed by janmar.
 
118
 
 
119
  CHANGES:
 
120
 
 
121
    * .bzr.log is placed in $HOME (not pwd) and is always written in
 
122
      UTF-8.  (Probably not a completely good long-term solution, but
 
123
      will do for now.)
 
124
 
 
125
  PORTABILITY:
 
126
 
 
127
    * Workaround for difflib bug in Python 2.3 that causes an
 
128
      exception when comparing empty files.  Reported by Erik Toubro
 
129
      Nielsen.
 
130
 
 
131
  INTERNAL:
 
132
 
 
133
    * Refactored inventory storage to insert a root entry at the top.
 
134
 
 
135
  TESTING:
 
136
 
 
137
    * Start of shell-based black-box testing in test.sh.
 
138
 
 
139
 
 
140
bzr-0.0.2.1
 
141
 
 
142
  PORTABILITY:
 
143
 
 
144
    * Win32 fixes from Steve Brown.
 
145
 
 
146
 
 
147
bzr-0.0.2  "black cube"  2005-03-31
 
148
 
 
149
  ENHANCEMENTS:
 
150
 
 
151
    * Default ignore list extended (see bzrlib/__init__.py).
 
152
 
 
153
    * Patterns in .bzrignore are now added to the default ignore list,
 
154
      rather than replacing it.
 
155
 
 
156
    * Ignore list isn't reread for every file.
 
157
 
 
158
    * More help topics.
 
159
 
 
160
    * Reinstate the 'bzr check' command to check invariants of the
 
161
      branch.
 
162
 
 
163
    * New 'ignored' command lists which files are ignored and why;
 
164
      'deleted' lists files deleted in the current working tree.
 
165
 
 
166
    * Performance improvements.
 
167
 
 
168
    * New global --profile option.
 
169
    
 
170
    * Ignore patterns like './config.h' now correctly match files in
 
171
      the root directory only.
 
172
 
 
173
 
 
174
bzr-0.0.1  2005-03-26
 
175
 
 
176
  ENHANCEMENTS:
 
177
 
 
178
    * More information from info command.
 
179
 
 
180
    * Can now say "bzr help COMMAND" for more detailed help.
 
181
 
 
182
    * Less file flushing and faster performance when writing logs and
 
183
      committing to stores.
 
184
 
 
185
    * More useful verbose output from some commands.
 
186
 
 
187
  BUG FIXES:
 
188
 
 
189
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
190
 
 
191
  PORTABILITY:
 
192
 
 
193
    * Include a subset of ElementTree-1.2.20040618 to make
 
194
      installation easier.
 
195
 
 
196
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
197
      supported).
 
198
 
 
199
 
 
200
bzr-0.0.0.69  2005-03-22
 
201
 
 
202
  ENHANCEMENTS:
 
203
 
 
204
    * First public release.
 
205
 
 
206
    * Storage of local versions: init, add, remove, rm, info, log,
 
207
      diff, status, etc.