Skip to content

Commit 685d982

Browse files
committed
Release version 3.9.0
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
1 parent a075519 commit 685d982

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
bmaptool (3.9.0) unstable; urgency=low
2+
3+
* copy: add `--removable-device`, `--keyring` and `--fingerprint` options
4+
* Respect query part of the url when operating on the path
5+
* support FTP authentication
6+
* rework GPG tests
7+
8+
-- Trevor Woerner <twoerner@gmail.com> Fri, 14 Mar 2025 13:46:05 -0600
9+
110
bmaptool (3.8.0) unstable; urgency=low
211

312
* use 'df -P' for POSIX portable output

docs/man1/bmaptool.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH BMAPTOOL "1" "March 2024" "bmaptool 3.8.0" "User Commands"
1+
.TH BMAPTOOL "1" "March 2025" "bmaptool 3.9.0" "User Commands"
22

33
.SH NAME
44

packaging/bmaptool.changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Fri Mar 14 07:46:05 PM UTC 2025 - Trevor Woerner <twoerner@gmail.com> 3.9.0-1
2+
- copy: add `--removable-device`, `--keyring` and `--fingerprint` options
3+
- Respect query part of the url when operating on the path
4+
- support FTP authentication
5+
- rework GPG tests
6+
17
Tue Mar 19 03:44:10 UTC 2024 - Trevor Woerner <twoerner@gmail.com> 3.8.0-1
28
- use 'df -P' for POSIX portable output
39
- bmaptool has new maintainers

packaging/bmaptool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: bmaptool
66
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
7-
Version: 3.8.0
7+
Version: 3.9.0
88
%if 0%{?opensuse_bs}
99
Release: %{rc_str}.<CI_CNT>.<B_CNT>
1010
%else

src/bmaptool/CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from typing import NamedTuple
4646
from . import BmapCreate, BmapCopy, BmapHelpers, TransRead
4747

48-
VERSION = "3.8.0"
48+
VERSION = "3.9.0"
4949

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

0 commit comments

Comments
 (0)