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

Commit c067396

Browse files
committed
Release version 3.6
Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent 0eac3f5 commit c067396

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

bmaptools/CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import io
4242
from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead
4343

44-
VERSION = "3.5"
44+
VERSION = "3.6"
4545

4646
log = logging.getLogger() # pylint: disable=C0103
4747

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
bmap-tools (3.6) unstable; urgency=low
2+
3+
* Improve ZFS compatibility.
4+
* Added the 'zstd' compression type support.
5+
* Add '--psplash-pipe' option for interacting with psplash.
6+
7+
-- Artem Bityutskiy <[email protected]> Tue, 02 Feb 2021 14:08:41 +0200
8+
19
bmap-tools (3.5) unstable; urgency=low
210

311
* Fixed copying of compressed files from URLs

packaging/bmap-tools.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Tue 02 Feb 2021 12:08:41 PM UTC - Artem Bityutskiy <[email protected]> 3.6-1
2+
- Improve ZFS compatibility.
3+
- Added the 'zstd' compression type support.
4+
- Add '--psplash-pipe' option for interacting with psplash.
5+
16
Thu Aug 23 07:34:31 UTC 2018 - Artem Bityutskiy <[email protected]> 3.5-1
27
- Fixed copying of compressed files from URLs
38
- Python 3.x support fixes and improvements.

packaging/bmap-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: bmap-tools
66
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
7-
Version: 3.5
7+
Version: 3.6
88
%if 0%{?opensuse_bs}
99
Release: %{rc_str}.<CI_CNT>.<B_CNT>
1010
%else

0 commit comments

Comments
 (0)