~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-04-05 08:24:51 UTC
  • Revision ID: mbp@sourcefrog.net-20050405082451-408ebb0fd108440f
start adding quotes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DEVELOPMENT HEAD
2
 
 
3
 
  BUG FIXES:
4
 
  
5
 
    * bzr-man.py has been updated to work again. Contributed by
6
 
      Rob Weir.
7
 
 
8
 
    * Locking is now done with fcntl.lockf which works with NFS
9
 
      file systems. Contributed by Harald Meland.
10
 
 
11
 
  IMPROVEMENTS:
12
 
 
13
 
    * 'branch' now accepts a --basis parameter which will take advantage
14
 
      of local history when making a new branch. This allows faster 
15
 
      branching of remote branches. Contributed by Aaron Bentley.
16
 
 
17
 
    * New tree format based on weave files, called version 5.
18
 
      Existing branches can be upgraded to this format using 
19
 
      'bzr upgrade'.
20
 
 
21
 
  INTERNALS:
22
 
 
23
 
    * Test case failures have the exception printed after the log 
24
 
      for your viewing pleasure.
25
 
 
26
 
 
27
 
  TESTING:
28
 
 
29
 
    * Removed testsweet module so that tests can be run after 
30
 
      bzr installed by 'bzr selftest'.
31
 
 
32
 
      
33
 
bzr 0.0.9 2005-09-23
34
 
 
35
 
  BUG FIXES:
36
 
 
37
 
    * Fixed "branch -r" option.
38
 
 
39
 
    * Fix remote access to branches containing non-compressed history.
40
 
      (Robert Collins).
41
 
 
42
 
    * Better reliability of http server tests.  (John Arbash-Meinel)
43
 
 
44
 
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
45
 
   
46
 
    * Various minor bug in windows support have been fixed, largely in the
47
 
      test suite. Contributed by Alexander Belchenko.
48
 
 
49
 
  IMPROVEMENTS:
50
 
 
51
 
    * Status now accepts a -r argument to give status between chosen
52
 
      revisions. Contributed by Heikki Paajanen.
53
 
 
54
 
    * Revision arguments no longer use +/-/= to control ranges, instead
55
 
      there is a 'before' namespace, which limits the successive namespace.
56
 
      For example '$ bzr log -r date:yesterday..before:date:today' will
57
 
      select everything from yesterday and before today. Contributed by
58
 
      Robey Pointer
59
 
 
60
 
    * There is now a bzr.bat file created by distutils when building on 
61
 
      Windows. Contributed by Alexander Belchenko.
62
 
 
63
 
  INTERNALS:
64
 
 
65
 
    * Removed uuid() as it was unused.
66
 
 
67
 
    * Improved 'fetch' code for pulling revisions from one branch into
68
 
      another (used by pull, merged, etc.)
69
 
 
70
 
 
71
 
bzr 0.0.8 2005-09-20
72
 
 
73
 
  IMPROVEMENTS:
74
 
 
75
 
    * Adding a file whose parent directory is not versioned will
76
 
      implicitly add the parent, and so on up to the root. This means
77
 
      you should never need to explictly add a directory, they'll just
78
 
      get added when you add a file in the directory.  Contributed by
79
 
      Michael Ellerman.
80
 
 
81
 
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
82
 
      Nir Soffer.
83
 
 
84
 
    * If you set BZR_EDITOR in the environment, it is checked in
85
 
      preference to EDITOR and the config file for the interactive commit
86
 
      editing program. Related to this is a bugfix where a missing program
87
 
      set in EDITOR would cause editing to fail, now the fallback program
88
 
      for the operating system is still tried.
89
 
 
90
 
    * Files that are not directories/symlinks/regular files will no longer
91
 
      cause bzr to fail, it will just ignore them by default. You cannot add
92
 
      them to the tree though - they are not versionable.
93
 
 
94
 
 
95
 
  INTERNALS:
96
 
 
97
 
    * Refactor xml packing/unpacking.
98
 
 
99
 
  BUG FIXES: 
100
 
 
101
 
    * Fixed 'bzr mv' by Ollie Rutherfurd.
102
 
 
103
 
    * Fixed strange error when trying to access a nonexistent http
104
 
      branch.
105
 
 
106
 
    * Make sure that the hashcache gets written out if it can't be
107
 
      read.
108
 
 
109
 
 
110
 
  PORTABILITY:
111
 
 
112
 
    * Various Windows fixes from Ollie Rutherfurd.
113
 
 
114
 
    * Quieten warnings about locking; patch from Matt Lavin.
115
 
 
116
 
 
117
 
bzr-0.0.7 2005-09-02
118
 
 
119
 
  NEW FEATURES:
120
 
 
121
 
    * ``bzr shell-complete`` command contributed by Clint Adams to
122
 
      help with intelligent shell completion.
123
 
 
124
 
    * New expert command ``bzr find-merge-base`` for debugging merges.
125
 
 
126
 
 
127
 
  ENHANCEMENTS:
128
 
 
129
 
    * Much better merge support.
130
 
 
131
 
    * merge3 conflicts are now reported with markers like '<<<<<<<'
132
 
      (seven characters) which is the same as CVS and pleases things
133
 
      like emacs smerge.
134
 
 
135
 
 
136
 
  BUG FIXES:
137
 
 
138
 
    * ``bzr upgrade`` no longer fails when trying to fix trees that
139
 
      mention revisions that are not present.
140
 
 
141
 
    * Fixed bugs in listing plugins from ``bzr plugins``.
142
 
 
143
 
    * Fix case of $EDITOR containing options for the editor.
144
 
 
145
 
    * Fix log -r refusing to show the last revision.
146
 
      (Patch from Goffredo Baroncelli.)
147
 
 
148
 
 
149
 
  CHANGES:
150
 
 
151
 
    * ``bzr log --show-ids`` shows the revision ids of all parents.
152
 
 
153
 
    * Externally provided commands on your $BZRPATH no longer need
154
 
      to recognize --bzr-usage to work properly, and can just handle
155
 
      --help themselves.
156
 
 
157
 
 
158
 
  LIBRARY:
159
 
 
160
 
    * Changed trace messages to go through the standard logging
161
 
      framework, so that they can more easily be redirected by
162
 
      libraries.
163
 
 
164
 
 
165
 
 
166
 
bzr-0.0.6 2005-08-18
167
 
 
168
 
  NEW FEATURES:
169
 
 
170
 
    * Python plugins, automatically loaded from the directories on
171
 
      BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
172
 
 
173
 
    * New 'bzr mkdir' command.
174
 
 
175
 
    * Commit mesage is fetched from an editor if not given on the
176
 
      command line; patch from Torsten Marek.
177
 
 
178
 
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
179
 
      FOO.
180
 
      
181
 
    * ``bzr add`` with no arguments adds everything under the current directory.
182
 
 
183
 
    * ``bzr mv`` does move or rename depending on its arguments, like
184
 
      the Unix command.
185
 
 
186
 
    * ``bzr missing`` command shows a summary of the differences
187
 
      between two trees.  (Merged from John Arbash-Meinel.)
188
 
 
189
 
    * An email address for commits to a particular tree can be
190
 
      specified by putting it into .bzr/email within a branch.  (Based
191
 
      on a patch from Heikki Paajanen.)
192
 
 
193
 
 
194
 
  ENHANCEMENTS:
195
 
 
196
 
    * Faster working tree operations.
197
 
 
198
 
 
199
 
  CHANGES:
200
 
 
201
 
    * 3rd-party modules shipped with bzr are copied within the bzrlib
202
 
      python package, so that they can be installed by the setup
203
 
      script without clashing with anything already existing on the
204
 
      system.  (Contributed by Gustavo Niemeyer.)
205
 
 
206
 
    * Moved plugins directory to bzrlib/, so that there's a standard
207
 
      plugin directory which is not only installed with bzr itself but
208
 
      is also available when using bzr from the development tree.
209
 
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
210
 
      standard plugins directory.
211
 
 
212
 
    * When exporting to a tarball with ``bzr export --format tgz``, put 
213
 
      everything under a top directory rather than dumping it into the
214
 
      current directory.   This can be overridden with the ``--root`` 
215
 
      option.  Patch from William DodĂ© and John Meinel.
216
 
 
217
 
    * New ``bzr upgrade`` command to upgrade the format of a branch,
218
 
      replacing ``bzr check --update``.
219
 
 
220
 
    * Files within store directories are no longer marked readonly on
221
 
      disk.
222
 
 
223
 
    * Changed ``bzr log`` output to a more compact form suggested by
224
 
      John A Meinel.  Old format is available with the ``--long`` or
225
 
      ``-l`` option, patched by William DodĂ©.
226
 
 
227
 
    * By default the commit command refuses to record a revision with
228
 
      no changes unless the ``--unchanged`` option is given.
229
 
 
230
 
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
231
 
      line options must come before the command name because they 
232
 
      affect what commands are available; all other options must come 
233
 
      after the command name because their interpretation depends on
234
 
      it.
235
 
 
236
 
    * ``branch`` and ``clone`` added as aliases for ``branch``.
237
 
 
238
 
    * Default log format is back to the long format; the compact one
239
 
      is available with ``--short``.
240
 
      
241
 
      
242
 
  BUG FIXES:
243
 
  
244
 
    * Fix bugs in committing only selected files or within a subdirectory.
245
 
 
246
 
 
247
 
bzr-0.0.5  2005-06-15
248
 
  
249
 
  CHANGES:
250
 
 
251
 
    * ``bzr`` with no command now shows help rather than giving an
252
 
      error.  Suggested by Michael Ellerman.
253
 
 
254
 
    * ``bzr status`` output format changed, because svn-style output
255
 
      doesn't really match the model of bzr.  Now files are grouped by
256
 
      status and can be shown with their IDs.  ``bzr status --all``
257
 
      shows all versioned files and unknown files but not ignored files.
258
 
 
259
 
    * ``bzr log`` runs from most-recent to least-recent, the reverse
260
 
      of the previous order.  The previous behaviour can be obtained
261
 
      with the ``--forward`` option.
262
 
        
263
 
    * ``bzr inventory`` by default shows only filenames, and also ids
264
 
      if ``--show-ids`` is given, in which case the id is the second
265
 
      field.
266
 
 
267
 
 
268
 
  ENHANCEMENTS:
269
 
 
270
 
    * New 'bzr whoami --email' option shows only the email component
271
 
      of the user identification, from Jo Vermeulen.
272
 
 
273
 
    * New ``bzr ignore PATTERN`` command.
274
 
 
275
 
    * Nicer error message for broken pipe, interrupt and similar
276
 
      conditions that don't indicate an internal error.
277
 
 
278
 
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
279
 
 
280
 
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
281
 
      either read or write mode.
282
 
 
283
 
    * New option ``bzr log --show-ids`` shows revision and file ids.
284
 
 
285
 
    * New usage ``bzr log FILENAME`` shows only revisions that
286
 
      affected that file.
287
 
 
288
 
    * Changed format for describing changes in ``bzr log -v``.
289
 
 
290
 
    * New option ``bzr commit --file`` to take a message from a file,
291
 
      suggested by LarstiQ.
292
 
 
293
 
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz
294
 
      Oler.  File may be in a branch other than the working directory.
295
 
 
296
 
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
297
 
      a filename.
298
 
 
299
 
    * Commands can now be defined by external programs or scripts
300
 
      in a directory on $BZRPATH.
301
 
 
302
 
    * New "stat cache" avoids reading the contents of files if they 
303
 
      haven't changed since the previous time.
304
 
 
305
 
    * If the Python interpreter is too old, try to find a better one
306
 
      or give an error.  Based on a patch from Fredrik Lundh.
307
 
 
308
 
    * New optional parameter ``bzr info [BRANCH]``.
309
 
 
310
 
    * New form ``bzr commit SELECTED`` to commit only selected files.
311
 
 
312
 
    * New form ``bzr log -r FROM:TO`` shows changes in selected
313
 
      range; contributed by John A Meinel.
314
 
 
315
 
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
316
 
      options through to an external GNU diff.
317
 
 
318
 
    * New option ``bzr add --no-recurse`` to add a directory but not
319
 
      their contents.
320
 
 
321
 
    * ``bzr --version`` now shows more information if bzr is being run
322
 
      from a branch.
323
 
 
324
 
  
325
 
  BUG FIXES:
326
 
 
327
 
    * Fixed diff format so that added and removed files will be
328
 
      handled properly by patch.  Fix from Lalo Martins.
329
 
 
330
 
    * Various fixes for files whose names contain spaces or other
331
 
      metacharacters.
332
 
 
333
 
 
334
 
  TESTING:
335
 
 
336
 
    * Converted black-box test suites from Bourne shell into Python;
337
 
      now run using ``./testbzr``.  Various structural improvements to
338
 
      the tests.
339
 
 
340
 
    * testbzr by default runs the version of bzr found in the same
341
 
      directory as the tests, or the one given as the first parameter.
342
 
 
343
 
    * testbzr also runs the internal tests, so the only command
344
 
      required to check is just ``./testbzr``.
345
 
 
346
 
    * testbzr requires python2.4, but can be used to test bzr running
347
 
      under a different version.
348
 
 
349
 
    * Tests added for many other changes in this release.
350
 
 
351
 
 
352
 
  INTERNAL:
353
 
 
354
 
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
355
 
 
356
 
    * Refactor command functions into Command objects based on HCT by
357
 
      Scott James Remnant.
358
 
 
359
 
    * Better help messages for many commands.
360
 
 
361
 
    * Expose bzrlib.open_tracefile() to start the tracefile; until
362
 
      this is called trace messages are just discarded.
363
 
 
364
 
    * New internal function find_touching_revisions() and hidden
365
 
      command touching-revisions trace the changes to a given file.
366
 
 
367
 
    * Simpler and faster compare_inventories() function.
368
 
 
369
 
    * bzrlib.open_tracefile() takes a tracefilename parameter.
370
 
 
371
 
    * New AtomicFile class.
372
 
 
373
 
    * New developer commands ``added``, ``modified``.
374
 
 
375
 
 
376
 
  PORTABILITY:
377
 
 
378
 
    * Cope on Windows on python2.3 by using the weaker random seed.
379
 
      2.4 is now only recommended.
380
 
 
381
 
 
382
 
bzr-0.0.4  2005-04-22
383
 
 
384
 
  ENHANCEMENTS:
385
 
 
386
 
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
387
 
      basic.  Patch from QuantumG.
388
 
 
389
 
    * More default ignore patterns.
390
 
 
391
 
    * New 'bzr log --verbose' shows a list of files changed in the
392
 
      changeset.  Patch from Sebastian Cote.
393
 
 
394
 
    * Roll over ~/.bzr.log if it gets too large.
395
 
 
396
 
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
397
 
      by Jason Diamon.
398
 
 
399
 
    * New 'bzr help commands' based on a patch from Denys Duchier.
400
 
 
401
 
 
402
 
  CHANGES:
403
 
 
404
 
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
405
 
      or $EMAIL.  All are decoded by the locale preferred encoding.
406
 
      If none of these are present user@hostname is used.  The host's
407
 
      fully-qualified name is not used because that tends to fail when
408
 
      there are DNS problems.
409
 
 
410
 
    * New 'bzr whoami' command instead of username user-email.
411
 
 
412
 
 
413
 
  BUG FIXES: 
414
 
 
415
 
    * Make commit safe for hardlinked bzr trees.
416
 
 
417
 
    * Some Unicode/locale fixes.
418
 
 
419
 
    * Partial workaround for difflib.unified_diff not handling
420
 
      trailing newlines properly.
421
 
 
422
 
 
423
 
  INTERNAL:
424
 
 
425
 
    * Allow docstrings for help to be in PEP0257 format.  Patch from
426
 
      Matt Brubeck.
427
 
 
428
 
    * More tests in test.sh.
429
 
 
430
 
    * Write profile data to a temporary file not into working
431
 
      directory and delete it when done.
432
 
 
433
 
    * Smaller .bzr.log with process ids.
434
 
 
435
 
 
436
 
  PORTABILITY:
437
 
 
438
 
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
439
 
      Bennetts.
440
 
 
441
 
    * Some improvements in handling paths on Windows, based on a patch
442
 
      from QuantumG.
443
 
 
444
 
 
445
 
bzr-0.0.3  2005-04-06
 
1
bzr-0.0.3  NOT RELEASED YET
446
2
 
447
3
  ENHANCEMENTS:
448
4
 
451
7
 
452
8
    * Can now say "bzr commit --help".
453
9
 
454
 
    * New "rename" command to rename one file to a different name
455
 
      and/or directory.
 
10
    * New "rename" command to rename one file.
456
11
 
457
 
    * New "move" command to move one or more files into a different
458
 
      directory.
 
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.)
459
15
 
460
16
    * New "renames" command lists files renamed since base revision.
461
17
 
462
 
    * New cat command contributed by janmar.
463
 
 
464
18
  CHANGES:
465
19
 
466
20
    * .bzr.log is placed in $HOME (not pwd) and is always written in
477
31
 
478
32
    * Refactored inventory storage to insert a root entry at the top.
479
33
 
480
 
  TESTING:
481
 
 
482
34
    * Start of shell-based black-box testing in test.sh.
483
35
 
484
36
 
489
41
    * Win32 fixes from Steve Brown.
490
42
 
491
43
 
492
 
bzr-0.0.2  "black cube"  2005-03-31
 
44
bzr-0.0.2  "black cube"  2003-03-31
493
45
 
494
46
  ENHANCEMENTS:
495
47