~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Adrian Wilkins
  • Date: 2008-12-15 14:02:24 UTC
  • mto: This revision was merged to the branch mainline in revision 3914.
  • Revision ID: adrian.wilkins@gmail.com-20081215140224-1he00o79jdg98zcd
AtomicFile names are now not invariant-per-process which stops multiple transactions on the same file breaking under unknown conditions on Windows CIFS shares

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  BUG FIXES:
35
35
  
 
36
    * Fix a problem with CIFS client/server lag on windows colliding with
 
37
      an invariant-per-process algorithm for generating AtomicFile names
 
38
      (Adrian Wilkins, #304023)
 
39
 
36
40
    * Allow BzrDir implementation to implement backing up of 
37
41
      control directory. (#139691)
38
42