~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-28 01:11:17 UTC
  • mfrom: (3834.4.5 newpack-cache-limit)
  • Revision ID: pqm@pqm.ubuntu.com-20081128011117-4l4jwujo8pm2mitn
Make InterPackRepo set the new pack's cache size even when there is
        stacking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
      "PermissionDenied: "None"" on the client.
71
71
      (Andrew Bennetts, #299254)
72
72
      
 
73
    * Pushing to a stacked pack repository now batches writes, the same
 
74
      way writes are batched to ordinary pack repository.  This makes
 
75
      pushing to a stacked branch over the network much faster.
 
76
      (Andrew Bennetts, #294479)
 
77
 
73
78
    * TooManyConcurrentRequests no longer occur when a fetch fails and
74
79
      tries to abort a write group.  This allows the root cause (e.g. a
75
80
      network interruption) to be reported.  (Andrew Bennetts, #297014)