~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-31 04:02:53 UTC
  • mfrom: (3801.1.21 autopack-rpc)
  • Revision ID: pqm@pqm.ubuntu.com-20081031040253-lqwvq5xf6rhnumii
Add 'PackRepository.autopack' RPC. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    * lp: lookups no longer include usernames, making them shareable and
45
45
      shorter. (Aaron Bentley)
46
46
 
 
47
    * New ``PackRepository.autopack`` smart server RPC, which does
 
48
      autopacking entirely on the server.  This is much faster than
 
49
      autopacking via plain file methods, which downloads a large amount
 
50
      of pack data and then re-uploads the same pack data into a single
 
51
      file.  This fixes a major (although infrequent) cause of lengthy
 
52
      delays when using a smart server.  For example, pushing the 10th
 
53
      revision to a repository with 9 packs now takes 44 RPCs rather than
 
54
      179, and much less bandwidth too.  This requires Bazaar 1.9 on both
 
55
      the client and the server, otherwise the client will fallback to the
 
56
      slower method.  (Andrew Bennetts)
 
57
 
47
58
  BUG FIXES:
48
59
 
49
60
    * A failure to load a plugin due to an IncompatibleAPI exception is