~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-05-26 03:34:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3453.
  • Revision ID: mbp@sourcefrog.net-20080526033459-l015j1314anlr148
Failure to delete an obsolete pack file should not be fatal.

FakeNFSTransportDecorator blocks deletion of .nfs* files.

Split out _clear_obsolete_packs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
      implementations have the attribute.  Fixes 'PyCurlTransport' object has no
50
50
      attribute '_remote_is_at_least_1_2' attribute errors.
51
51
      (Andrew Bennetts, #220806)
 
52
 
 
53
    * Failure to delete an obsolete pack file should just give a warning
 
54
      message, not a fatal error.  It may for example fail if the file is still
 
55
      in use by another process.
 
56
      (Martin Pool)
52
57
      
53
58
    * Issue a warning and ignore passwords declared in authentication.conf when
54
59
      used for an ssh scheme (sftp or bzr+ssh).