Skip to content

Commit 05e42d5

Browse files
committed
Bump to version 2.2.0
1 parent 66a70e4 commit 05e42d5

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-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 = '2.1.0';
7+
our $VERSION = '2.2.0';
88

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

docs/CHANGELOG.md

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

3-
## ZFSBootMenu v2.2.0 (2023-04-04)
3+
## ZFSBootMenu v2.2.0 (2023-05-21)
44

55
Perhaps the most significant change in ZFSBootMenu v2.2.0 is an overhaul of the project documentation. We are thrilled to welcome new member @classabbyamp to the project, who oversaw this substantial effort. Disparate documentation previously stored in Markdown files, the GitHub Wiki, POD files, and another git repository have now been combined into a single tree that is published on Read The Docs. The documentation is now maintained as an integral part of this repository and is published at https://docs.zfsbootmenu.org/. This includes:
66

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-2023 {author}'
13-
release = '2.1.0'
13+
release = '2.2.0'
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: 2 additions & 2 deletions
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-02-11" "" "ZFSBootMenu"
30+
.TH "GENERATE-ZBM" "5" "2023-05-21" "" "ZFSBootMenu"
3131
.SH NAME
3232
generate-zbm \- configuration file for generate-zbm
3333
.SH SYNOPSIS
@@ -136,7 +136,7 @@ The full path to a specific kernel to use when making the boot images. If not sp
136136
\fBVersion\fP
137137
.INDENT 0.0
138138
.INDENT 3.5
139-
A specific kernel version to use. The value \fI%{current}\fP will be replaced with the output of \fBuname \-r\fP\&. If not set, \fBgenerate\-zbm\fP will try to parse the path of the selected kernel filename for a version.
139+
A specific kernel version to use, or a glob used to match possible kernel versions. The value \fI%{current}\fP will be replaced with the output of \fBuname \-r\fP\&. For globs, the highest version matching the glob will be selected. If not set, \fBgenerate\-zbm\fP will try to parse the path of the selected kernel filename for a version.
140140
.UNINDENT
141141
.UNINDENT
142142
.sp

docs/man/dist/man7/zfsbootmenu.7

Lines changed: 1 addition & 1 deletion
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-02-11" "" "ZFSBootMenu"
30+
.TH "ZFSBOOTMENU" "7" "2023-05-21" "" "ZFSBootMenu"
3131
.SH NAME
3232
zfsbootmenu \- System Integration
3333
.SH SYNOPSIS

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

Lines changed: 1 addition & 1 deletion
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-02-11" "" "ZFSBootMenu"
30+
.TH "GENERATE-ZBM" "8" "2023-05-21" "" "ZFSBootMenu"
3131
.SH NAME
3232
generate-zbm \- ZFSBootMenu initramfs generator
3333
.SH SYNOPSIS

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

Lines changed: 1 addition & 1 deletion
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-02-11" "" "ZFSBootMenu"
30+
.TH "ZBM-KCL" "8" "2023-05-21" "" "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)