Skip to content

Commit 07cb8c4

Browse files
committed
release 0.23.2 to build ubuntu 24.4 deb
1 parent 7a58321 commit 07cb8c4

File tree

10 files changed

+14
-12
lines changed

10 files changed

+14
-12
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
znapzend (0.23.1) UNRELEASED; urgency=medium
1+
znapzend (0.23.2) UNRELEASED; urgency=medium
22

33
* added missing cpanfile.test #662
4+
* build deb for ubuntu 24.4
45

5-
-- Tobi Oetiker <[email protected]> Tue, 18 Jun 2024 08:40:33 +0200
6+
-- Tobi Oetiker <[email protected]> Thu, 27 Jun 2024 12:10:28 +0200
67

78
znapzend (0.23.0) unstable; urgency=medium
89

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-18
6+
2024-06-27
77

88
All rights reserved.
99

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.1
137+
ZNAPVER=0.23.2
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.1
162+
ZNAPVER=0.23.2
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-18
615+
2024-06-27

VERSION

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

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.1}; # VERSION
13+
my $VERSION = q{0.23.2}; # 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.1}; # VERSION
13+
my $VERSION = q{0.23.2}; # 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.1" "znapzend"
136+
.TH ZNAPZEND 1 "2024-05-03" "0.23.2" "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-18" "0.23.1" "znapzend"
136+
.TH ZNAPZENDZETUP 1 "2024-06-27" "0.23.2" "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-18" "0.23.1" "znapzend"
136+
.TH ZNAPZENDZTATZ 1 "2024-06-27" "0.23.2" "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

release-prep.sh renamed to release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ git checkout -b v${V} || true
1313
git commit -a
1414
git push --set-upstream origin v${V}
1515
#gh release create v${V} --title "ZnapZend $V" --notes-file release-notes-$V.md ${P}-${V}.tar.gz'#Source Archive'
16+
gh release create v${V} --title "ZnapZend $V" ${P}-${V}.tar.gz

0 commit comments

Comments
 (0)