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.4 "
49+ VERSION = "2.5 "
5050
5151import argparse
5252import sys
Original file line number Diff line number Diff line change 1+ bmap-tools (2.5) unstable; urgency=low
2+
3+ * Do not fail when lacking permisssions for accessing block device's sysfs
4+ files.
5+ * Improve debian packaging.
6+
7+ -- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Mon, 05 Aug 2013 10:05:09 +0300
8+
19bmap-tools (2.4) unstable; urgency=low
210
311 * Add support for ssh:// URLs.
Original file line number Diff line number Diff line change 1+ Bug-fix release 2.5
2+ ~~~~~~~~~~~~~~~~~~~
3+
4+ 1. bmaptool (or more precisely, the BmapCopy class) has an optimization where
5+ we switch to the "noop" I/O scheduler when writing directly to block
6+ devices. We also lessen the allowed amount of dirty data for this block
7+ device in order to create less memory pressure on the system. These tweaks
8+ are done by touching the corresponding sysfs files of the block device. The
9+ old bmaptool behavior was that it failed when it could not modify these
10+ files. However, there are systems where users can write to some block
11+ devices (USB sticks, for example), but they do not have permissions to
12+ change the sysfs files, and bmaptool did not work for normal users on such
13+ systems. In version 2.5 we change the behavior and do not fail anymore if we
14+ do not have enough permissions for changing sysfs files, simply because this
15+ is an optimization, although a quite important one. However, we do print a
16+ warning message.
17+
18+ 2. Many improvements and fixes in the Debian packaging, which should make it
19+ simpler for distributions to package bmap-tools.
20+
121Bug-fix release 2.4
222~~~~~~~~~~~~~~~~~~~
323
Original file line number Diff line number Diff line change 1+ Mon Aug 5 07:05:59 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.5-1
2+ - Do not fail when lacking permisssions for accessing block device's sysfs
3+ files.
4+ - Improve debian packaging.
5+
16Wed Jun 5 15:16:42 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.4-1
27- Add ssh:// URLs support.
38
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Format: 1.0
22Source : bmap-tools
33Binary : bmap-tools
44Architecture : all
5- Version : 2.4 -1
5+ Version : 2.5 -1
66Maintainer : Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
77Standards-Version : 3.8.4
88Build-Depends : debhelper (>= 7), python-all, python-distribute
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.4
7+ Version: 2.5
88
99%if 0%{?opensuse_bs }
1010Release: %{rc_str }.< CI_CNT> .< B_CNT>
Original file line number Diff line number Diff line change 77 description = "Bmap tools" ,
88 author = "Artem Bityutskiy" ,
99 author_email = "artem.bityutskiy@linux.intel.com" ,
10- version = "2.4 " ,
10+ version = "2.5 " ,
1111 scripts = ['bmaptool' ],
1212 packages = find_packages (exclude = ["test*" ]),
1313 license = 'GPLv2' ,
You can’t perform that action at this time.
0 commit comments