From c0673962a8ec1624b5189dc1d24f33fe4f06785a Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 2 Feb 2021 14:08:41 +0200 Subject: [PATCH] Release version 3.6 Signed-off-by: Artem Bityutskiy --- bmaptools/CLI.py | 2 +- debian/changelog | 8 ++++++++ packaging/bmap-tools.changes | 5 +++++ packaging/bmap-tools.spec | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bmaptools/CLI.py b/bmaptools/CLI.py index 4a39c04..e73cce8 100644 --- a/bmaptools/CLI.py +++ b/bmaptools/CLI.py @@ -41,7 +41,7 @@ import io from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead -VERSION = "3.5" +VERSION = "3.6" log = logging.getLogger() # pylint: disable=C0103 diff --git a/debian/changelog b/debian/changelog index 8ccd270..a160d75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +bmap-tools (3.6) unstable; urgency=low + + * Improve ZFS compatibility. + * Added the 'zstd' compression type support. + * Add '--psplash-pipe' option for interacting with psplash. + + -- Artem Bityutskiy Tue, 02 Feb 2021 14:08:41 +0200 + bmap-tools (3.5) unstable; urgency=low * Fixed copying of compressed files from URLs diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes index 71f28ef..1a8feb9 100644 --- a/packaging/bmap-tools.changes +++ b/packaging/bmap-tools.changes @@ -1,3 +1,8 @@ +Tue 02 Feb 2021 12:08:41 PM UTC - Artem Bityutskiy 3.6-1 +- Improve ZFS compatibility. +- Added the 'zstd' compression type support. +- Add '--psplash-pipe' option for interacting with psplash. + Thu Aug 23 07:34:31 UTC 2018 - Artem Bityutskiy 3.5-1 - Fixed copying of compressed files from URLs - Python 3.x support fixes and improvements. diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index 08bac10..694d12b 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -4,7 +4,7 @@ Name: bmap-tools Summary: Tools to generate block map (AKA bmap) and flash images using bmap -Version: 3.5 +Version: 3.6 %if 0%{?opensuse_bs} Release: %{rc_str}.. %else