Skip to content

Commit

Permalink
Bump to version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Oct 24, 2023
1 parent 3dbe43e commit 8d0c06f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 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 = '2.2.1';
our $VERSION = '2.2.2';

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

## ZFSBootMenu v2.2.2 (2023-10-24)

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.

### Significant commits in this release
* 9424356 - bin/generate-zbm: add .linux section last (Zach Dykstra)
* 36a0a66 - bin/generate-zbm: use mkinitcpio method to calc offsets (Zach Dykstra)

## ZFSBootMenu v2.2.1 (2023-10-13)

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.
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-2023 {author}'
release = '2.2.1'
release = '2.2.2'

# -- 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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GENERATE-ZBM" "5" "2023-10-13" "" "ZFSBootMenu"
.TH "GENERATE-ZBM" "5" "2023-10-24" "" "ZFSBootMenu"
.SH NAME
generate-zbm \- configuration file for generate-zbm
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man7/zfsbootmenu.7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ZFSBOOTMENU" "7" "2023-10-13" "" "ZFSBootMenu"
.TH "ZFSBOOTMENU" "7" "2023-10-24" "" "ZFSBootMenu"
.SH NAME
zfsbootmenu \- System Integration
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man8/generate-zbm.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GENERATE-ZBM" "8" "2023-10-13" "" "ZFSBootMenu"
.TH "GENERATE-ZBM" "8" "2023-10-24" "" "ZFSBootMenu"
.SH NAME
generate-zbm \- ZFSBootMenu initramfs generator
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man8/zbm-kcl.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ZBM-KCL" "8" "2023-10-13" "" "ZFSBootMenu"
.TH "ZBM-KCL" "8" "2023-10-24" "" "ZFSBootMenu"
.SH NAME
zbm-kcl \- manipulate kernel command lines for boot environments and EFI executables
.SH SYNOPSIS
Expand Down

0 comments on commit 8d0c06f

Please sign in to comment.