~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mbp at sourcefrog
  • Date: 2005-04-05 09:05:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050405090532-af541f6893fd6b75
- clearer check against attempts to introduce directory loops in   the 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
 
  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
 
    * Refactor command functions into Command objects based on
23
 
      mango-sorbet by Scott James Remnant.
24
 
 
25
 
    * Better help messages for many commands.
26
 
 
27
 
 
28
 
bzr-0.0.4  2005-04-22
29
 
 
30
 
  ENHANCEMENTS:
31
 
 
32
 
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
33
 
      basic.  Patch from QuantumG.
34
 
 
35
 
    * More default ignore patterns.
36
 
 
37
 
    * New 'bzr log --verbose' shows a list of files changed in the
38
 
      changeset.  Patch from Sebastian Cote.
39
 
 
40
 
    * Roll over ~/.bzr.log if it gets too large.
41
 
 
42
 
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
43
 
      by Jason Diamon.
44
 
 
45
 
    * New 'bzr help commands' based on a patch from Denys Duchier.
46
 
 
47
 
 
48
 
  CHANGES:
49
 
 
50
 
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
51
 
      or $EMAIL.  All are decoded by the locale preferred encoding.
52
 
      If none of these are present user@hostname is used.  The host's
53
 
      fully-qualified name is not used because that tends to fail when
54
 
      there are DNS problems.
55
 
 
56
 
    * New 'bzr whoami' command instead of username user-email.
57
 
 
58
 
 
59
 
  BUG FIXES: 
60
 
 
61
 
    * Make commit safe for hardlinked bzr trees.
62
 
 
63
 
    * Some Unicode/locale fixes.
64
 
 
65
 
    * Partial workaround for difflib.unified_diff not handling
66
 
      trailing newlines properly.
67
 
 
68
 
 
69
 
  INTERNAL:
70
 
 
71
 
    * Allow docstrings for help to be in PEP0257 format.  Patch from
72
 
      Matt Brubeck.
73
 
 
74
 
    * More tests in test.sh.
75
 
 
76
 
    * Write profile data to a temporary file not into working
77
 
      directory and delete it when done.
78
 
 
79
 
    * Smaller .bzr.log with process ids.
80
 
 
81
 
 
82
 
  PORTABILITY:
83
 
 
84
 
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
85
 
      Bennetts.
86
 
 
87
 
    * Some improvements in handling paths on Windows, based on a patch
88
 
      from QuantumG.
89
 
 
90
 
 
91
 
bzr-0.0.3  2005-04-06
 
1
bzr-0.0.3  NOT RELEASED YET
92
2
 
93
3
  ENHANCEMENTS:
94
4
 
97
7
 
98
8
    * Can now say "bzr commit --help".
99
9
 
100
 
    * New "rename" command to rename one file to a different name
101
 
      and/or directory.
 
10
    * New "rename" command to rename one file.
102
11
 
103
 
    * New "move" command to move one or more files into a different
104
 
      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.)
105
15
 
106
16
    * New "renames" command lists files renamed since base revision.
107
17
 
108
 
    * New cat command contributed by janmar.
109
 
 
110
18
  CHANGES:
111
19
 
112
20
    * .bzr.log is placed in $HOME (not pwd) and is always written in
123
31
 
124
32
    * Refactored inventory storage to insert a root entry at the top.
125
33
 
126
 
  TESTING:
127
 
 
128
34
    * Start of shell-based black-box testing in test.sh.
129
35
 
130
36
 
135
41
    * Win32 fixes from Steve Brown.
136
42
 
137
43
 
138
 
bzr-0.0.2  "black cube"  2005-03-31
 
44
bzr-0.0.2  "black cube"  2003-03-31
139
45
 
140
46
  ENHANCEMENTS:
141
47