~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-04-11 01:58:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050411015857-f781b0d325632cf5cacd2481
- more output from test.sh
- write revison-history in a way that is hardlink-safe

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-0.0.2  "black cube"  NOT RELEASED YET
 
1
bzr-0.0.4  NOT RELEASED YET
 
2
 
 
3
  ENHANCEMENTS:
 
4
 
 
5
    * bzr diff optionally takes a list of files to diff.  Still a bit
 
6
      basic.  Patch from QuantumG.
 
7
 
 
8
  INTERNAL:
 
9
 
 
10
    * Allow docstrings for help to be in PEP0257 format.  Patch from
 
11
      Matt Brubeck.
 
12
 
 
13
 
 
14
bzr-0.0.3  2005-04-06
 
15
 
 
16
  ENHANCEMENTS:
 
17
 
 
18
    * New "directories" internal command lists versioned directories
 
19
      in the tree.
 
20
 
 
21
    * Can now say "bzr commit --help".
 
22
 
 
23
    * New "rename" command to rename one file to a different name
 
24
      and/or directory.
 
25
 
 
26
    * New "move" command to move one or more files into a different
 
27
      directory.
 
28
 
 
29
    * New "renames" command lists files renamed since base revision.
 
30
 
 
31
    * New cat command contributed by janmar.
 
32
 
 
33
  CHANGES:
 
34
 
 
35
    * .bzr.log is placed in $HOME (not pwd) and is always written in
 
36
      UTF-8.  (Probably not a completely good long-term solution, but
 
37
      will do for now.)
 
38
 
 
39
  PORTABILITY:
 
40
 
 
41
    * Workaround for difflib bug in Python 2.3 that causes an
 
42
      exception when comparing empty files.  Reported by Erik Toubro
 
43
      Nielsen.
 
44
 
 
45
  INTERNAL:
 
46
 
 
47
    * Refactored inventory storage to insert a root entry at the top.
 
48
 
 
49
  TESTING:
 
50
 
 
51
    * Start of shell-based black-box testing in test.sh.
 
52
 
 
53
 
 
54
bzr-0.0.2.1
 
55
 
 
56
  PORTABILITY:
 
57
 
 
58
    * Win32 fixes from Steve Brown.
 
59
 
 
60
 
 
61
bzr-0.0.2  "black cube"  2005-03-31
2
62
 
3
63
  ENHANCEMENTS:
4
64
 
22
82
    * New global --profile option.
23
83
    
24
84
    * Ignore patterns like './config.h' now correctly match files in
25
 
      the root directory only.
 
85
      the root directory only.
 
86
 
 
87
 
26
88
bzr-0.0.1  2005-03-26
27
89
 
28
90
  ENHANCEMENTS:
49
111
      supported).
50
112
 
51
113
 
52
 
 
53
114
bzr-0.0.0.69  2005-03-22
54
115
 
55
116
  ENHANCEMENTS: