~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-07 01:01:07 UTC
  • mfrom: (1185.13.2)
  • Revision ID: robertc@robertcollins.net-20051007010107-fe48434051a15b92
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DEVELOPMENT HEAD
 
1
bzr 0.1 2005-10-06
2
2
 
3
3
 
4
4
  BUG FIXES:
9
9
    * Locking is now done with fcntl.lockf which works with NFS
10
10
      file systems. Contributed by Harald Meland.
11
11
 
 
12
    * Commit will no longer commit without a log message, an 
 
13
      error is returned instead. Contributed by Jelmer Vernooij.
 
14
 
 
15
    * If you commit a specific file in a sub directory, any of its
 
16
      parent directories that are added but not listed will be 
 
17
      automatically included. Suggested by Michael Ellerman.
 
18
 
12
19
 
13
20
  IMPROVEMENTS:
14
21
 
26
33
    * Executable bits are tracked on files. Patch from Gustavo
27
34
      Niemeyer.
28
35
 
 
36
    * 'bzr status' now shows unknown files inside a selected directory.
 
37
      Patch from Heikki Paajanen.
 
38
 
 
39
    * Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
 
40
      and 'resolve' have needed added, which list and remove those 
 
41
      merge conflicts respectively. A conflicted tree cannot be committed
 
42
      in. Contributed by Aaron Bentley.
 
43
 
29
44
 
30
45
  INTERNALS:
31
46
 
32
47
    * Test case failures have the exception printed after the log 
33
48
      for your viewing pleasure.
34
49
 
 
50
    * InventoryEntry is now an abstract base class, use one of the
 
51
      concrete InventoryDirectory etc classes instead.
 
52
 
35
53
 
36
54
  TESTING:
37
55
 
38
56
    * Removed testsweet module so that tests can be run after 
39
57
      bzr installed by 'bzr selftest'.
40
58
 
 
59
    * 'bzr selftest' command-line arguments can now be partial ids
 
60
      of tests to run, e.g. 'bzr selftest test_weave'
 
61
 
41
62
      
42
63
bzr 0.0.9 2005-09-23
43
64