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

Commit

Permalink
Update release notes, preparation for 3.4 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kanevskiy <[email protected]>
  • Loading branch information
kad committed Sep 4, 2017
1 parent 70a0a72 commit 9dad724
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bmaptools/CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import io
from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead

VERSION = "3.2"
VERSION = "3.4"

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

Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
bmap-tools (3.4) unstable; urgency=low

* New homepage: https://github.com/01org/bmap-tools
* Python 3.x support.
* bmaptool can now be shipped as standalone application.
* Added support for ZIP archives.
* Added support for LZ4 archives.
* Fixed bugs related to specific filesystems.

-- Alexander Kanevskiy <[email protected]> Thu, 31 Aug 2017 15:40:12 +0300

bmap-tools (3.2) unstable; urgency=low

* Add support for LZO and archives ('.lzo' and '.tar.lzo').
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-name: bmap-tools
Upstream-Contact: Artem Bityutskiy <[email protected]>
Source: git://git.infradead.org/users/dedekind/bmap-tools.git
Source: https://github.com/01org/bmap-tools
.
The initial package was put together by Ed Bartosh <[email protected]>
on Sun Oct 27 22:32:19 EEST 2012.
Expand Down
22 changes: 22 additions & 0 deletions docs/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release 3.4
~~~~~~~~~~~

1. bmap-tools has now new home: https://github.com/01org/bmap-tools

2. Python 3.x support: bmap-tools now compatible with Python 3.3+

3. bmaptool now can be shipped as standalone application.
See PEP441 (zipapp) for implementation details.

4. ZIP archives now supported. Similar to tar.* archives, image must be
first file in archive.

5. LZ4 compression now supported. Files with the following extensions are
recognized as LZ4-compressed: ".lz4", ".tar.lz4" and ".tlz4".

6. Fixed copying images on XFS file system where predictive caching lead
to more blocks to be mapped than needed.

7. Fixed detection of block size on file systems that do not report it
correctly via ioctl FIGETBSZ.

Release 3.2
~~~~~~~~~~~

Expand Down
8 changes: 8 additions & 0 deletions packaging/bmap-tools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Thu Aug 31 12:40:00 UTC 2017 Alexander Kanevskiy <[email protected]> 3.4-1
- New homepage: https://github.com/01org/bmap-tools
- Python 3.x support.
- bmaptool can now be shipped as standalone application.
- Added support for ZIP archives.
- Added support for LZ4 archives.
- Fixed bugs related to specific filesystems.

Wed Feb 19 14:50:12 UTC 2014 - Artem Bityutskiy <[email protected]> 3.2-1
- Add support for LZO and archives ('.lzo' and '.tar.lzo').
- Add support for multi-stream bzip2 archives (creted with "pbzip2").
Expand Down
2 changes: 1 addition & 1 deletion packaging/bmap-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: bmap-tools
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
Version: 3.2
Version: 3.4

%if 0%{?opensuse_bs}
Release: %{rc_str}.<CI_CNT>.<B_CNT>
Expand Down

0 comments on commit 9dad724

Please sign in to comment.