~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-29 02:01:49 UTC
  • Revision ID: robertc@robertcollins.net-20050929020149-1ff16722c6a01b2c
reenable remotebranch tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr 0.1 2005-10-06
2
 
 
 
1
DEVELOPMENT HEAD
3
2
 
4
3
  BUG FIXES:
5
4
  
9
8
    * Locking is now done with fcntl.lockf which works with NFS
10
9
      file systems. Contributed by Harald Meland.
11
10
 
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
 
 
19
 
 
20
11
  IMPROVEMENTS:
21
12
 
22
13
    * 'branch' now accepts a --basis parameter which will take advantage
27
18
      Existing branches can be upgraded to this format using 
28
19
      'bzr upgrade'.
29
20
 
30
 
    * Symlinks are now versionable. Initial patch by 
31
 
      Erik Toubro Nielsen, updated to head by Robert Collins.
32
 
 
33
 
    * Executable bits are tracked on files. Patch from Gustavo
34
 
      Niemeyer.
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
 
 
44
 
 
45
21
  INTERNALS:
46
22
 
47
 
    * Test case failures have the exception printed after the log 
48
 
      for your viewing pleasure.
49
 
 
50
 
    * InventoryEntry is now an abstract base class, use one of the
51
 
      concrete InventoryDirectory etc classes instead.
52
 
 
53
 
 
54
 
  TESTING:
55
 
 
56
 
    * Removed testsweet module so that tests can be run after 
57
 
      bzr installed by 'bzr selftest'.
58
 
 
59
 
    * 'bzr selftest' command-line arguments can now be partial ids
60
 
      of tests to run, e.g. 'bzr selftest test_weave'
 
23
    * Test case failures have the exception printed after the log for your
 
24
      viewing pleasure.
61
25
 
62
26
      
63
27
bzr 0.0.9 2005-09-23