~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Lange
  • Date: 2009-06-26 04:59:19 UTC
  • mto: (4484.1.1 bring-1.16.1-back)
  • mto: This revision was merged to the branch mainline in revision 4485.
  • Revision ID: jml@canonical.com-20090626045919-gn8u37kfbpylw6un
Cherrypick bzr.dev 4470, resolving conflicts.

Fixes bug 365615 -- autopack on 2a branches raises AbsentContentFactory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.. contents:: List of Releases
7
7
   :depth: 1
8
8
 
 
9
* Repositories using CHK pages (which includes the new 2a format) will no
 
10
  longer error during commit or push operations when an autopack operation
 
11
  is triggered. (Robert Collins, #365615)
 
12
 
 
13
* ``GroupCompress`` repositories now take advantage of the pack hints
 
14
  parameter to permit cross-format fetching to incrementally pack the
 
15
  converted data. (Robert Collins)
 
16
 
 
17
* ``Repository.commit_write_group`` now returns opaque data about what
 
18
  was committed, for passing to the ``Repository.pack``. Repositories
 
19
  without atomic commits will still return None. (Robert Collins)
 
20
 
 
21
* ``Repository.pack`` now takes an optional ``hint`` parameter
 
22
  which will support doing partial packs for repositories that can do
 
23
  that. (Robert Collins)
 
24
 
 
25
* RepositoryFormat has a new attribute 'pack_compresses' which is True
 
26
  when doing a pack operation changes the compression of content in the
 
27
  repository. (Robert Collins)
 
28
 
 
29
* ``StreamSink`` and ``InterDifferingSerialiser`` will call
 
30
  ``Repository.pack`` with the hint returned by
 
31
  ``Repository.commit_write_group`` if the formats were different and the
 
32
  repository can increase compression by doing a pack operation.
 
33
  (Robert Collins, #376748)
 
34
 
9
35
bzr 1.16 "It's yesterday in California" 2009-06-18
10
36
##################################################
11
37
:Codename: yesterday-in-california