/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-05 08:06:38 UTC
  • Revision ID: mbp@sourcefrog.net-20050505080638-005d85468e636c5e
- todo notes on inventory

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