Release version 3.2 accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_panda tizen_ivi_release accepted/tizen/generic/20140306.082715 accepted/tizen/ivi/20140306.205152 accepted/tizen/ivi/panda/20140403.000812 accepted/tizen/ivi/release/20140315.041431 accepted/tizen/mobile/20140306.214806 submit/tizen/20140305.230823 submit/tizen/20140305.231731 submit/tizen_ivi_panda/20140403.001224 submit/tizen_ivi_release/20140315.041353 submit/tizen_ivi_release/20140315.041528 v3.2
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 19 Feb 2014 14:50:12 +0000 (16:50 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 19 Feb 2014 14:50:12 +0000 (16:50 +0200)
Change-Id: I0d4bcd39d6b76a55e2454c9650629034a3e39913
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
debian/changelog
packaging/bmap-tools.changes
packaging/bmap-tools.spec

index dccb29a06cd743c914bed508d97a59d949a179c3..d935f8051e50365777358639614a5bdfa1e8f03e 100644 (file)
@@ -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 <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.
index a00b86d20dec3ce837afbfb3ef8898da7bbe0ae2..992c4c7ceddab4a8964d4bb1cbfb9338a3a5b8ea 100644 (file)
@@ -1,3 +1,10 @@
+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
index a849a0d74a78a91b4dba4a53cc8265a234db5ffd..db6129729f4b7dbb901829a96c1850778eb2aa66 100644 (file)
@@ -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