diff --git a/debian/changelog b/debian/changelog index dccb29a..d935f80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +bmap-tools (3.2) unstable; urgency=low + + * Add support for LZO and archives ('.lzo' and '.tar.lzo'). + * Add support for multi-stream bzip2 archives (creted with "pbzip2"). + * Support tmpfs by using the SEEK_HOLE method instead of FIEMAP. + * Use external tools like 'gzip' and 'bzip2' for decompressing, instead of + using internal python libraries. + + -- Artem Bityutskiy Wed, 19 Feb 2014 16:50:12 +0200 + bmap-tools (3.2~rc2) unstable; urgency=low * Bump the version number to 3.2~rc2. diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes index a00b86d..992c4c7 100644 --- a/packaging/bmap-tools.changes +++ b/packaging/bmap-tools.changes @@ -1,3 +1,10 @@ +Wed Feb 19 14:50:12 UTC 2014 - Artem Bityutskiy 3.2-1 +- Add support for LZO and archives ('.lzo' and '.tar.lzo'). +- Add support for multi-stream bzip2 archives (creted with "pbzip2"). +- Support tmpfs by using the SEEK_HOLE method instead of FIEMAP. +- Use external tools like 'gzip' and 'bzip2' for decompressing, instead of + using internal python libraries. + Thu Nov 7 15:26:57 UTC 2013 - Artem Bityutskiy 3.1-1 - Change bmap format version from 1.4 to 2.0, because there are incompatible changes in 1.4 comparing to 1.3, so the right version number is 2.0 diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index a849a0d..db61297 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -1,6 +1,5 @@ # We follow the Fedora guide for versioning. Fedora recommends to use something # like '1.0-0.rc7' for release candidate rc7 and '1.0-1' for the '1.0' release. -%define rc_num 2 %define rc_str %{?rc_num:0.rc%{rc_num}}%{!?rc_num:1} Name: bmap-tools