Skip to content

Commit

Permalink
Bump to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Jan 29, 2025
1 parent ff7c935 commit da6ba9e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use strict;
use warnings;

our $VERSION = '3.0.0+dev';
our $VERSION = '3.0.1';

use Getopt::Long qw(:config no_ignore_case auto_version);
use Pod::Usage qw(pod2usage);
Expand Down
13 changes: 12 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## ZFSBootMenu v3.0.0 (2024-01-26)
## ZFSBootMenu v3.0.1 (2025-01-29)

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.

Binary images are built with OpenZFS 2.3.0 and Linux 6.1, 6.6 and 6.12.

### Significant commits in this release

* ff7c935 zfsbootmenu-core.sh: fix instant timed prompts (Zach Dykstra)
* 849207e zreport: handle hooks that run once and are completed (Zach Dykstra)

## ZFSBootMenu v3.0.0 (2025-01-26)

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author = 'ZFSBootMenu Team'
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
copyright = f'2019 Zach Dykstra, 2020-2024 {author}'
release = '3.0.0'
release = '3.0.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man5/generate-zbm.5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/man/dist/man7/zfsbootmenu.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/man/dist/man8/generate-zbm.8

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/man/dist/man8/zbm-kcl.8

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zfsbootmenu/zbm-release
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ HOME_URL="https://zfsbootmenu.org"
DOCUMENTATION_URL="https://docs.zfsbootmenu.org"
BUG_REPORT_URL="https://github.com/zbm-dev/zfsbootmenu/issues"
SUPPORT_URL="https://github.com/zbm-dev/zfsbootmenu/discussions"
VERSION="3.0.0+dev"
VERSION="3.0.1"

0 comments on commit da6ba9e

Please sign in to comment.