~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-27 01:32:30 UTC
  • mfrom: (3446.2.2 nfs-failure)
  • Revision ID: pqm@pqm.ubuntu.com-20080527013230-8qjaju10duxpy3e2
(mbp) Just warn about errors deleting obsolete packs

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      attribute '_remote_is_at_least_1_2' attribute errors.
53
53
      (Andrew Bennetts, #220806)
54
54
 
 
55
    * Failure to delete an obsolete pack file should just give a warning
 
56
      message, not a fatal error.  It may for example fail if the file is still
 
57
      in use by another process.
 
58
      (Martin Pool)
 
59
      
55
60
    * Fix MemoryError during large fetches over HTTP by limiting the amount of
56
61
      data we try to read per ``recv`` call.  The problem was observed with
57
62
      Windows and a proxy, but might affect other environments as well.