Skip to content

Commit

Permalink
Merge pull request #664 from oetiker/v0.23.1
Browse files Browse the repository at this point in the history
fix #662 add missing cpanfile.test to release tar
  • Loading branch information
oetiker authored Jun 18, 2024
2 parents 0b75ad9 + d85b957 commit 2d1df16
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 52 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
znapzend (0.23.1) UNRELEASED; urgency=medium

* added missing cpanfile.test #662

-- Tobi Oetiker <tobi@oetiker.ch> Tue, 18 Jun 2024 08:40:33 +0200

znapzend (0.23.0) unstable; urgency=medium

* Fixed `autoCreation` behavior broken in 0.22.0 release -- @jimklimov
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ znapzend - A ZFS backup system
Copyright by Dominik Hassler, Tobias Oetiker and the other people listed
in the AUTHORS file.

2024-06-14
2024-06-18

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ POD = doc/znapzend.pod doc/znapzendzetup.pod doc/znapzendztatz.pod
RM_F = $(RM) -f

GENERATED_EXTRADIST = $(MAN)
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS cpanfile.common $(BIN) $(PM) \
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS cpanfile.common cpanfile.test $(BIN) $(PM) \
$(GENERATED_EXTRADIST) init/README.md init/org.znapzend.plist.in init/znapzend.default \
init/znapzend.service.in init/znapzend.sysv.in init/znapzend.upstart.in init/znapzend.xml.in \
t/autoscrub.t t/ssh t/znapzend.t t/znapzendztatz.t t/mbuffer \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ xcode-select --install ### ...or just install the full Xcode app from the Apple
With that in place you can now utter:

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

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

Expand Down Expand Up @@ -612,4 +612,4 @@ And if you have a code or documentation contribution, please
Enjoy!
Dominik Hassler & Tobi Oetiker
2024-06-14
2024-06-18
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.23.1
2 changes: 1 addition & 1 deletion bin/znapzendzetup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Scalar::Util qw(blessed);
use Mojo::Base -strict;
use Mojo::Log;
use ZnapZend::Config;
my $VERSION = q{0.23.0}; # VERSION
my $VERSION = q{0.23.1}; # VERSION

my @ROOT_EXEC_OPTIONS = qw(pfexec sudo rootExec=s debug features=s);
my %featureMap = map { $_ => 1 } qw(pfexec sudo lowmemRecurse zfsGetType);
Expand Down
2 changes: 1 addition & 1 deletion bin/znapzendztatz
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Mojo::Base -strict;
use Mojo::Log;
use ZnapZend::Config;
use ZnapZend::ZFS;
my $VERSION = q{0.23.0}; # VERSION
my $VERSION = q{0.23.1}; # VERSION
my $zConfig;
my $zZfs;
my $zTime = ZnapZend::Time->new();
Expand Down
2 changes: 1 addition & 1 deletion man/znapzend.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZEND 1"
.TH ZNAPZEND 1 "2024-05-03" "0.23.0" "znapzend"
.TH ZNAPZEND 1 "2024-05-03" "0.23.1" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendzetup.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZETUP 1"
.TH ZNAPZENDZETUP 1 "2024-06-14" "0.23.0" "znapzend"
.TH ZNAPZENDZETUP 1 "2024-06-18" "0.23.1" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendztatz.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZTATZ 1"
.TH ZNAPZENDZTATZ 1 "2024-06-14" "0.23.0" "znapzend"
.TH ZNAPZENDZTATZ 1 "2024-06-18" "0.23.1" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
41 changes: 0 additions & 41 deletions thirdparty/cpanfile-5.30.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -214,44 +214,3 @@ DISTRIBUTIONS
requirements:
Exporter 5.57
perl 5.006
Sub-Uplevel-0.2800
pathname: D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz
provides:
Sub::Uplevel 0.2800
requirements:
Carp 0
ExtUtils::MakeMaker 6.17
constant 0
perl 5.006
strict 0
warnings 0
Test-Exception-0.43
pathname: E/EX/EXODIST/Test-Exception-0.43.tar.gz
provides:
Test::Exception 0.43
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 0
Sub::Uplevel 0.18
Test::Builder 0.7
Test::Builder::Tester 1.07
Test::Harness 2.03
base 0
perl 5.006001
strict 0
warnings 0
Test-SharedFork-0.35
pathname: E/EX/EXODIST/Test-SharedFork-0.35.tar.gz
provides:
Test::SharedFork 0.35
Test::SharedFork::Array undef
Test::SharedFork::Scalar undef
Test::SharedFork::Store undef
requirements:
ExtUtils::MakeMaker 6.64
File::Temp 0
Test::Builder 0.32
Test::Builder::Module 0
Test::More 0.88
perl 5.008_001

0 comments on commit 2d1df16

Please sign in to comment.