Skip to content

Commit 8d0c06f

Browse files
committed
Bump to version 2.2.2
1 parent 3dbe43e commit 8d0c06f

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

bin/generate-zbm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '2.2.1';
7+
our $VERSION = '2.2.2';
88

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

docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## ZFSBootMenu v2.2.2 (2023-10-24)
4+
5+
ZFSBootMenu v2.2.2 contains no runtime changes relative to v2.2.1. The creation of UEFI bundles (so-called unified kernel images, or UKIs) in `generate-zbm` has been updated to properly support newer UEFI stub loaders that were known to cause boot failures in the past. These changes were inspired by similar functionality in mkinitcpio and the `ukify` utility included with systemd.
6+
7+
### Significant commits in this release
8+
* 9424356 - bin/generate-zbm: add .linux section last (Zach Dykstra)
9+
* 36a0a66 - bin/generate-zbm: use mkinitcpio method to calc offsets (Zach Dykstra)
10+
311
## ZFSBootMenu v2.2.1 (2023-10-13)
412

513
ZFSBootMenu v2.2.1 offers a few minor bug fixes over the prior release. More significantly, the build-container images and release assets for this version include OpenZFS 2.2.0 to provide access to upgraded pools.

docs/conf.py

+1-1
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-2023 {author}'
13-
release = '2.2.1'
13+
release = '2.2.2'
1414

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GENERATE-ZBM" "5" "2023-10-13" "" "ZFSBootMenu"
30+
.TH "GENERATE-ZBM" "5" "2023-10-24" "" "ZFSBootMenu"
3131
.SH NAME
3232
generate-zbm \- configuration file for generate-zbm
3333
.SH SYNOPSIS

docs/man/dist/man7/zfsbootmenu.7

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "ZFSBOOTMENU" "7" "2023-10-13" "" "ZFSBootMenu"
30+
.TH "ZFSBOOTMENU" "7" "2023-10-24" "" "ZFSBootMenu"
3131
.SH NAME
3232
zfsbootmenu \- System Integration
3333
.SH SYNOPSIS

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GENERATE-ZBM" "8" "2023-10-13" "" "ZFSBootMenu"
30+
.TH "GENERATE-ZBM" "8" "2023-10-24" "" "ZFSBootMenu"
3131
.SH NAME
3232
generate-zbm \- ZFSBootMenu initramfs generator
3333
.SH SYNOPSIS

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "ZBM-KCL" "8" "2023-10-13" "" "ZFSBootMenu"
30+
.TH "ZBM-KCL" "8" "2023-10-24" "" "ZFSBootMenu"
3131
.SH NAME
3232
zbm-kcl \- manipulate kernel command lines for boot environments and EFI executables
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)