+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 <artem.bityutskiy@linux.intel.com> Wed, 19 Feb 2014 16:50:12 +0200
+
bmap-tools (3.2~rc2) unstable; urgency=low
* Bump the version number to 3.2~rc2.
+Wed Feb 19 14:50:12 UTC 2014 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 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 <artem.bityutskiy@linux.intel.com> 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
# 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