~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-28 18:16:14 UTC
  • mfrom: (3789.1.11 pack_retry_153786-1)
  • Revision ID: pqm@pqm.ubuntu.com-20081028181614-p3qlghekhffb6cbu
(jam) First part of fixing #153786,
        CombinedGraphIndex reloads index list and retries operation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    * Some compatibility fixes for building the extensions with MSVC and
64
64
      for python2.4. (John Arbash Meinel, #277484)
65
65
 
 
66
    * The index logic is now able to reload the list of pack files if and
 
67
      index ends up disappearing. We still don't reload if the pack data
 
68
      itself goes missing after checking the index. This bug appears as a
 
69
      transient failure (file not found) when another process is writing
 
70
      to the repository.  (John Arbash Meinel, #153786)
 
71
 
66
72
  DOCUMENTATION:
67
73
 
68
74
  API CHANGES: