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

Commit 9dad724

Browse files
committed
Update release notes, preparation for 3.4 release.
Signed-off-by: Alexander Kanevskiy <[email protected]>
1 parent 70a0a72 commit 9dad724

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
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.2"
44+
VERSION = "3.4"
4545

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

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
bmap-tools (3.4) unstable; urgency=low
2+
3+
* New homepage: https://github.com/01org/bmap-tools
4+
* Python 3.x support.
5+
* bmaptool can now be shipped as standalone application.
6+
* Added support for ZIP archives.
7+
* Added support for LZ4 archives.
8+
* Fixed bugs related to specific filesystems.
9+
10+
-- Alexander Kanevskiy <[email protected]> Thu, 31 Aug 2017 15:40:12 +0300
11+
112
bmap-tools (3.2) unstable; urgency=low
213

314
* Add support for LZO and archives ('.lzo' and '.tar.lzo').

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-name: bmap-tools
33
Upstream-Contact: Artem Bityutskiy <[email protected]>
4-
Source: git://git.infradead.org/users/dedekind/bmap-tools.git
4+
Source: https://github.com/01org/bmap-tools
55
.
66
The initial package was put together by Ed Bartosh <[email protected]>
77
on Sun Oct 27 22:32:19 EEST 2012.

docs/RELEASE_NOTES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release 3.4
2+
~~~~~~~~~~~
3+
4+
1. bmap-tools has now new home: https://github.com/01org/bmap-tools
5+
6+
2. Python 3.x support: bmap-tools now compatible with Python 3.3+
7+
8+
3. bmaptool now can be shipped as standalone application.
9+
See PEP441 (zipapp) for implementation details.
10+
11+
4. ZIP archives now supported. Similar to tar.* archives, image must be
12+
first file in archive.
13+
14+
5. LZ4 compression now supported. Files with the following extensions are
15+
recognized as LZ4-compressed: ".lz4", ".tar.lz4" and ".tlz4".
16+
17+
6. Fixed copying images on XFS file system where predictive caching lead
18+
to more blocks to be mapped than needed.
19+
20+
7. Fixed detection of block size on file systems that do not report it
21+
correctly via ioctl FIGETBSZ.
22+
123
Release 3.2
224
~~~~~~~~~~~
325

packaging/bmap-tools.changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Thu Aug 31 12:40:00 UTC 2017 Alexander Kanevskiy <[email protected]> 3.4-1
2+
- New homepage: https://github.com/01org/bmap-tools
3+
- Python 3.x support.
4+
- bmaptool can now be shipped as standalone application.
5+
- Added support for ZIP archives.
6+
- Added support for LZ4 archives.
7+
- Fixed bugs related to specific filesystems.
8+
19
Wed Feb 19 14:50:12 UTC 2014 - Artem Bityutskiy <[email protected]> 3.2-1
210
- Add support for LZO and archives ('.lzo' and '.tar.lzo').
311
- Add support for multi-stream bzip2 archives (creted with "pbzip2").

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.2
7+
Version: 3.4
88

99
%if 0%{?opensuse_bs}
1010
Release: %{rc_str}.<CI_CNT>.<B_CNT>

0 commit comments

Comments
 (0)