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

Commit 96702a8

Browse files
committed
Release version 3.2
Change-Id: I0d4bcd39d6b76a55e2454c9650629034a3e39913 Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent eb94d9c commit 96702a8

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
bmap-tools (3.2) unstable; urgency=low
2+
3+
* Add support for LZO and archives ('.lzo' and '.tar.lzo').
4+
* Add support for multi-stream bzip2 archives (creted with "pbzip2").
5+
* Support tmpfs by using the SEEK_HOLE method instead of FIEMAP.
6+
* Use external tools like 'gzip' and 'bzip2' for decompressing, instead of
7+
using internal python libraries.
8+
9+
-- Artem Bityutskiy <[email protected]> Wed, 19 Feb 2014 16:50:12 +0200
10+
111
bmap-tools (3.2~rc2) unstable; urgency=low
212

313
* Bump the version number to 3.2~rc2.

packaging/bmap-tools.changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Wed Feb 19 14:50:12 UTC 2014 - Artem Bityutskiy <[email protected]> 3.2-1
2+
- Add support for LZO and archives ('.lzo' and '.tar.lzo').
3+
- Add support for multi-stream bzip2 archives (creted with "pbzip2").
4+
- Support tmpfs by using the SEEK_HOLE method instead of FIEMAP.
5+
- Use external tools like 'gzip' and 'bzip2' for decompressing, instead of
6+
using internal python libraries.
7+
18
Thu Nov 7 15:26:57 UTC 2013 - Artem Bityutskiy <[email protected]> 3.1-1
29
- Change bmap format version from 1.4 to 2.0, because there are incompatible
310
changes in 1.4 comparing to 1.3, so the right version number is 2.0

packaging/bmap-tools.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# We follow the Fedora guide for versioning. Fedora recommends to use something
22
# like '1.0-0.rc7' for release candidate rc7 and '1.0-1' for the '1.0' release.
3-
%define rc_num 2
43
%define rc_str %{?rc_num:0.rc%{rc_num}}%{!?rc_num:1}
54

65
Name: bmap-tools

0 commit comments

Comments
 (0)