Bazaar 1.16.1

Bug fix release for 1.16.

Milestone information

Project:
Bazaar
Series:
1.16
Version:
1.16.1
Released:
 
Registrant:
Jonathan Lange
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
3 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon Bazaar-1.16.1-OSX10.5.dmg (md5, sig) Mac OS X 10.5 (Leopard) installer 705
last downloaded 10 days ago
download icon bzr_1.16.1-1~bazaar1~hardy1_powerpc.changes (md5, sig) bzr 1.16.1-1 Ubuntu Hardy changes for powerpc 58
last downloaded 10 days ago
download icon bzr_1.16.1-1~bazaar1~hardy1_powerpc.deb (md5, sig) bzr 1.16.1-1 Ubuntu Hardy binary package for powerpc 71
last downloaded 10 days ago
download icon bzr-setup-1.16.1-3.exe (md5, sig) bzr 1.16.1-3 Windows Standalone Installer 5,448
last downloaded today
download icon Bazaar-1.16.1-OSX10.4-universal-py26.dmg (md5, sig) Mac OS X 10.4 universal installer (for Python 2.6) 196
last downloaded 10 days ago
download icon Bazaar-1.16.1-OSX10.4-universal-py25.dmg (md5, sig) Mac OS X 10.4 universal installer (for Python 2.5) 171
last downloaded 10 days ago
download icon bzr-1.16.1-1.win32-py2.6.exe (md5, sig) bzr 1.16.1-1 python2.6 installer 381
last downloaded 10 days ago
download icon bzr-1.16.1-1.win32-py2.5.exe (md5, sig) bzr 1.16.1-1 python2.5 installer 263
last downloaded 10 days ago
download icon bzr-1.16.1-1.win32-py2.4.exe (md5, sig) bzr 1.16.1-1 python2.4 installer 189
last downloaded 2 days ago
download icon bzr-1.16.1.zip (md5, sig) Bazaar 1.16.1 zip 512
last downloaded 5 days ago
download icon bzr-1.16.1.tar.gz (md5, sig) Bazaar 1.16.1 tarball 2,539
last downloaded 10 days ago
Total downloads: 10,533

Release notes 

End user testing of the 2a format revealed two serious bugs. The first, #365615, caused bzr to raise AbsentContentFactory errors when autopacking. This meant that commits or pushes to 2a-format repositories failed intermittently.

The second bug, #390563, caused the smart server to raise AbsentContentFactory when streaming 2a stacked 2a-format branches. This particularly affected branches stored on Launchpad in the 2a format.

Both of these bugs cause command failures only, neither of them cause data corruption or data loss. And, of course, both of these bugs are now fixed.

Changelog 

View the full changelog

Bug Fixes
*********

* We now properly request a more minimal set of file texts when fetching
  multiple revisions. (Robert Collins, John Arbash Meinel, #390563)

* Repositories using CHK pages (which includes the new 2a format) will no
  longer error during commit or push operations when an autopack operation
  is triggered. (Robert Collins, #365615)

* ``chk_map.iter_interesting_nodes`` now properly uses the *intersection*
  of referenced nodes rather than the *union* to determine what
  uninteresting pages we still need to look at. Prior to this,
  incrementally pushing to stacked branch would push the minimal data, but
  fetching everything would request extra texts. There are some unhandled
  cases wrt trees of different depths, but this fixes the common cases.
  (Robert Collins, John Arbash Meinel, #390563)

* ``GroupCompress`` repositories now take advantage of the pack hints
  parameter to permit cross-format fetching to incrementally pack the
  converted data. (Robert Collins)

* ``Repository.commit_write_group`` now returns opaque data about what
  was committed, for passing to the ``Repository.pack``. Repositories
  without atomic commits will still return None. (Robert Collins)

* ``Repository.pack`` now takes an optional ``hint`` parameter
  which will support doing partial packs for repositories that can do
  that. (Robert Collins)

* RepositoryFormat has a new attribute 'pack_compresses' which is True
  when doing a pack operation changes the compression of content in the
  repository. (Robert Collins)

* ``StreamSink`` and ``InterDifferingSerialiser`` will call
  ``Repository.pack`` with the hint returned by
  ``Repository.commit_write_group`` if the formats were different and the
  repository can increase compression by doing a pack operation.
  (Robert Collins, #376748)

0 blueprints and 3 bugs targeted

Bug report Importance Assignee Status
365615 #365615 'AbsentContentFactory' object has no attribute 'get_bytes_as' errors with CHK repository on write operations 2 Critical   10 Fix Released
376748 #376748 after conversion chk formats are badly packed 2 Critical   10 Fix Released
390563 #390563 overly large delta creation when fetching from 2a repositories 2 Critical   10 Fix Released
This milestone contains Public information
Everyone can see this information.