Skip to content

Commit 2d1df16

Browse files
authored
Merge pull request #664 from oetiker/v0.23.1
fix #662 add missing cpanfile.test to release tar
2 parents 0b75ad9 + d85b957 commit 2d1df16

File tree

11 files changed

+17
-52
lines changed

11 files changed

+17
-52
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
znapzend (0.23.1) UNRELEASED; urgency=medium
2+
3+
* added missing cpanfile.test #662
4+
5+
-- Tobi Oetiker <[email protected]> Tue, 18 Jun 2024 08:40:33 +0200
6+
17
znapzend (0.23.0) unstable; urgency=medium
28

39
* Fixed `autoCreation` behavior broken in 0.22.0 release -- @jimklimov

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ znapzend - A ZFS backup system
33
Copyright by Dominik Hassler, Tobias Oetiker and the other people listed
44
in the AUTHORS file.
55

6-
2024-06-14
6+
2024-06-18
77

88
All rights reserved.
99

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ POD = doc/znapzend.pod doc/znapzendzetup.pod doc/znapzendztatz.pod
1515
RM_F = $(RM) -f
1616

1717
GENERATED_EXTRADIST = $(MAN)
18-
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS cpanfile.common $(BIN) $(PM) \
18+
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS cpanfile.common cpanfile.test $(BIN) $(PM) \
1919
$(GENERATED_EXTRADIST) init/README.md init/org.znapzend.plist.in init/znapzend.default \
2020
init/znapzend.service.in init/znapzend.sysv.in init/znapzend.upstart.in init/znapzend.xml.in \
2121
t/autoscrub.t t/ssh t/znapzend.t t/znapzendztatz.t t/mbuffer \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ xcode-select --install ### ...or just install the full Xcode app from the Apple
134134
With that in place you can now utter:
135135

136136
```sh
137-
ZNAPVER=0.23.0
137+
ZNAPVER=0.23.1
138138
wget https://github.com/oetiker/znapzend/releases/download/v${ZNAPVER}/znapzend-${ZNAPVER}.tar.gz
139139
tar zxvf znapzend-${ZNAPVER}.tar.gz
140140
cd znapzend-${ZNAPVER}
@@ -159,7 +159,7 @@ Optionally (but recommended) put symbolic links to the installed binaries
159159
in the system PATH, e.g.:
160160

161161
```sh
162-
ZNAPVER=0.23.0
162+
ZNAPVER=0.23.1
163163
for x in /opt/znapzend-${ZNAPVER}/bin/*; do ln -fs ../../../$x /usr/local/bin/; done
164164
```
165165

@@ -612,4 +612,4 @@ And if you have a code or documentation contribution, please
612612
Enjoy!
613613
614614
Dominik Hassler & Tobi Oetiker
615-
2024-06-14
615+
2024-06-18

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.0
1+
0.23.1

bin/znapzendzetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Scalar::Util qw(blessed);
1010
use Mojo::Base -strict;
1111
use Mojo::Log;
1212
use ZnapZend::Config;
13-
my $VERSION = q{0.23.0}; # VERSION
13+
my $VERSION = q{0.23.1}; # VERSION
1414

1515
my @ROOT_EXEC_OPTIONS = qw(pfexec sudo rootExec=s debug features=s);
1616
my %featureMap = map { $_ => 1 } qw(pfexec sudo lowmemRecurse zfsGetType);

bin/znapzendztatz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Mojo::Base -strict;
1010
use Mojo::Log;
1111
use ZnapZend::Config;
1212
use ZnapZend::ZFS;
13-
my $VERSION = q{0.23.0}; # VERSION
13+
my $VERSION = q{0.23.1}; # VERSION
1414
my $zConfig;
1515
my $zZfs;
1616
my $zTime = ZnapZend::Time->new();

man/znapzend.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "ZNAPZEND 1"
136-
.TH ZNAPZEND 1 "2024-05-03" "0.23.0" "znapzend"
136+
.TH ZNAPZEND 1 "2024-05-03" "0.23.1" "znapzend"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

man/znapzendzetup.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "ZNAPZENDZETUP 1"
136-
.TH ZNAPZENDZETUP 1 "2024-06-14" "0.23.0" "znapzend"
136+
.TH ZNAPZENDZETUP 1 "2024-06-18" "0.23.1" "znapzend"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

man/znapzendztatz.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "ZNAPZENDZTATZ 1"
136-
.TH ZNAPZENDZTATZ 1 "2024-06-14" "0.23.0" "znapzend"
136+
.TH ZNAPZENDZTATZ 1 "2024-06-18" "0.23.1" "znapzend"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

0 commit comments

Comments
 (0)