This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ also contribute to the mapped blocks and are also copied.
4646# * Too few public methods (R0903)
4747# pylint: disable=R0903
4848
49- VERSION = "2.6 "
49+ VERSION = "3.0 "
5050
5151import argparse
5252import sys
Original file line number Diff line number Diff line change 1+ bmap-tools (3.0) unstable; urgency=low
2+
3+ * Switch from using SHA1 for checksumming to SHA256.
4+ * Start supporting OpenPGP signatures. Both detached and clearsign signatures
5+ are supported.
6+ * Always sync the image file before creating the bmap for it, to work-around
7+ kernel bugs in early FIEMAP implementations.
8+
9+ -- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Wed, 02 Oct 2013 09:30:22 +0300
10+
111bmap-tools (2.6) unstable; urgency=low
212
313 * Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.
Original file line number Diff line number Diff line change 1+ Wed Oct 2 06:30:22 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.0-1
2+ - Switch from using SHA1 for checksumming to SHA256.
3+ - Start supporting OpenPGP signatures. Both detached and clearsign signatures
4+ are supported.
5+ - Always sync the image file before creating the bmap for it, to work-around
6+ kernel bugs in early FIEMAP implementations.
7+
18Tue Aug 13 11:54:31 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.6-1
29- Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.
310
Original file line number Diff line number Diff line change 44
55Name: bmap-tools
66Summary: Tools to generate block map (AKA bmap) and flash images using bmap
7- Version: 2.6
7+ Version: 3.0
88
99%if 0%{?opensuse_bs }
1010Release: %{rc_str }.< CI_CNT> .< B_CNT>
You can’t perform that action at this time.
0 commit comments