~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-10-19 19:52:11 UTC
  • mfrom: (1185.16.76)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1474.
  • Revision ID: abentley@panoramicfeedback.com-20051019195211-df4e4a8f8608f8fe
MergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    * The config files are now read using ConfigObj, so '=' should be used as
5
5
      a separator, not ':'.
6
6
 
 
7
    * New 'bzr commit --strict' option refuses to commit if there are 
 
8
      any unknown files in the tree.  To commit, make sure all files are 
 
9
      either ignored, added, or deleted.  (Michael Ellerman)
 
10
 
7
11
    * The config directory is now ~/.bazaar, and there is a single file 
8
12
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
9
13
      (Robert Collins)
42
46
      related questions. (Robert Collins)
43
47
 
44
48
    * 'bzr selftest' runs all tests, even if one feels, unless '--one'
45
 
      is given.
 
49
      is given. (Martin Pool)
46
50
 
47
51
    * There is a new method for TestCaseInTempDir, assertFileEqual, which
48
52
      will check that a given content is equal to the content of the named
50
54
 
51
55
  INTERNALS:
52
56
 
53
 
    * New 'manifest' command and concept for making gpg-signatures 
 
57
    * New 'testament' command and concept for making gpg-signatures 
54
58
      of revisions that are not tied to a particular internal
55
 
      representation.
 
59
      representation.  (Martin Pool).
 
60
 
 
61
    * Per-revision properties ('revprops') as key-value associated 
 
62
      strings on each revision created when the revision is committed.
 
63
      Intended mainly for the use of external tools.  (Martin Pool).
56
64
 
57
65
    * Config options have moved from bzrlib.osutils to bzrlib.config.
58
66
      (Robert Collins)
78
86
      parameter, and if None is given will open the branch at basedir 
79
87
      implicitly. (Robert Collins)
80
88
 
 
89
    * Cleaner exception structure and error reporting.  Suggested by 
 
90
      Scott James Remnant.  (Martin Pool)
 
91
 
81
92
    * Branch.remove has been moved to WorkingTree, which has also gained
82
93
      lock_read, lock_write and unlock methods for convenience. (Robert
83
94
      Collins)
101
112
      options of built in programs should have specific methods on the config.
102
113
      (Robert Collins)
103
114
 
 
115
  BUG FIXES:
 
116
 
 
117
    * Better handling of branches in directories with non-ascii names. 
 
118
      (Joel Rosdahl, Panagiotis Papadakos)
104
119
 
105
120
bzr 0.1.1 2005-10-12
106
121