~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-08 00:39:04 UTC
  • mfrom: (1185.1.52)
  • Revision ID: robertc@robertcollins.net-20051008003904-aaffaea2778efe3e
merge in martins reweave, integrated to fetch, and a bugfix for commit and upgrade with executable files

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    * Locking is now done with fcntl.lockf which works with NFS
10
10
      file systems. Contributed by Harald Meland.
11
11
 
 
12
    * When a merge encounters a file that has been deleted on
 
13
      one side and modified on the other, the old contents are
 
14
      written out to foo.BASE and foo.SIDE, where SIDE is this
 
15
      or OTHER. Contributed by Aaron Bentley.
 
16
 
 
17
    * Export was choosing incorrect file paths for the content of
 
18
      the tarball, this has been fixed by Aaron Bentley.
 
19
 
12
20
    * Commit will no longer commit without a log message, an 
13
21
      error is returned instead. Contributed by Jelmer Vernooij.
14
22
 
16
24
      parent directories that are added but not listed will be 
17
25
      automatically included. Suggested by Michael Ellerman.
18
26
 
 
27
    * bzr commit and upgrade did not correctly record new revisions
 
28
      for files with only a change to their executable status.
 
29
      bzr will correct this when it encounters it. Fixed by
 
30
      Robert Collins
 
31
 
19
32
 
20
33
  IMPROVEMENTS:
21
34