Skip to content

Commit da6ba9e

Browse files
committed
Bump to version 3.0.1
1 parent ff7c935 commit da6ba9e

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
lines changed

bin/generate-zbm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '3.0.0+dev';
7+
our $VERSION = '3.0.1';
88

99
use Getopt::Long qw(:config no_ignore_case auto_version);
1010
use Pod::Usage qw(pod2usage);

docs/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## ZFSBootMenu v3.0.0 (2024-01-26)
3+
## ZFSBootMenu v3.0.1 (2025-01-29)
4+
5+
ZFSBootMenu v3.0.1 includes fixes for two issues. The `zbm.skip` and `zbm.timeout=0` arguments are now correctly handled, breaking the infinite loop on countdown prompts. Hooks listed in the System Report help section correctly indicate if they're enabled or not, and now show if they've run once.
6+
7+
Binary images are built with OpenZFS 2.3.0 and Linux 6.1, 6.6 and 6.12.
8+
9+
### Significant commits in this release
10+
11+
* ff7c935 zfsbootmenu-core.sh: fix instant timed prompts (Zach Dykstra)
12+
* 849207e zreport: handle hooks that run once and are completed (Zach Dykstra)
13+
14+
## ZFSBootMenu v3.0.0 (2025-01-26)
415

516
ZFSBootMenu v3.0.0 collects several bug fixes and refinements to the user experience within the loader as well as the process of creating images.
617

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author = 'ZFSBootMenu Team'
1111
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
1212
copyright = f'2019 Zach Dykstra, 2020-2024 {author}'
13-
release = '3.0.0'
13+
release = '3.0.1'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/man/dist/man5/generate-zbm.5

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man7/zfsbootmenu.7

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man8/generate-zbm.8

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man8/zbm-kcl.8

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zfsbootmenu/zbm-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ HOME_URL="https://zfsbootmenu.org"
66
DOCUMENTATION_URL="https://docs.zfsbootmenu.org"
77
BUG_REPORT_URL="https://github.com/zbm-dev/zfsbootmenu/issues"
88
SUPPORT_URL="https://github.com/zbm-dev/zfsbootmenu/discussions"
9-
VERSION="3.0.0+dev"
9+
VERSION="3.0.1"

0 commit comments

Comments
 (0)