~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-10-04 02:27:27 UTC
  • mfrom: (1399)
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1400.
  • Revision ID: mbp@sourcefrog.net-20051004022727-aee7064c62e039a7
[merge] merge robertc's format5 integration

 - test status on specific files
 - track x bit
 - baz2bzr fixes
 - remotebranch fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DEVELOPMENT HEAD
2
2
 
 
3
 
3
4
  BUG FIXES:
4
5
  
5
6
    * bzr-man.py has been updated to work again. Contributed by
8
9
    * Locking is now done with fcntl.lockf which works with NFS
9
10
      file systems. Contributed by Harald Meland.
10
11
 
 
12
 
11
13
  IMPROVEMENTS:
12
14
 
13
15
    * 'branch' now accepts a --basis parameter which will take advantage
18
20
      Existing branches can be upgraded to this format using 
19
21
      'bzr upgrade'.
20
22
 
 
23
    * Symlinks are now versionable. Initial patch by 
 
24
      Erik Toubro Nielsen, updated to head by Robert Collins.
 
25
 
 
26
    * Executable bits are tracked on files. Patch from Gustavo
 
27
      Niemeyer.
 
28
 
 
29
 
21
30
  INTERNALS:
22
31
 
23
32
    * Test case failures have the exception printed after the log