Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Release version 3.2
Browse files Browse the repository at this point in the history
Change-Id: I0d4bcd39d6b76a55e2454c9650629034a3e39913
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
  • Loading branch information
dedekind committed Feb 19, 2014
1 parent eb94d9c commit 96702a8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions packaging/bmap-tools.changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion packaging/bmap-tools.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 96702a8

Please # to comment.