Skip to content

Commit

Permalink
prep 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jul 30, 2014
1 parent 3002c5c commit 62301ef
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PM := $(shell find lib/ -name "*.pm")
MAN = man/znapzend.1 man/znapzendzetup.1 man/znapzendztatz.1

GENERATED_EXTRADIST = $(MAN)
EXTRA_DIST = COPYRIGHT README.md LICENSE CHANGES AUTHORS setup/build-thirdparty.sh setup/sdbs.inc $(BIN) $(PM) $(GENERATED_EXTRADIST) init/znapzend.xml.in
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS setup/build-thirdparty.sh setup/sdbs.inc $(BIN) $(PM) $(GENERATED_EXTRADIST) init/znapzend.xml.in

YEAR := $(shell date +%Y)
DATE := $(shell date +%Y-%m-%d)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ BIN = bin/@PACKAGE@ bin/znapzendzetup bin/znapzendztatz
PM := $(shell find lib/ -name "*.pm")
MAN = man/znapzend.1 man/znapzendzetup.1 man/znapzendztatz.1
GENERATED_EXTRADIST = $(MAN)
EXTRA_DIST = COPYRIGHT README.md LICENSE CHANGES AUTHORS setup/build-thirdparty.sh setup/sdbs.inc $(BIN) $(PM) $(GENERATED_EXTRADIST) init/znapzend.xml.in
EXTRA_DIST = VERSION COPYRIGHT README.md LICENSE CHANGES AUTHORS setup/build-thirdparty.sh setup/sdbs.inc $(BIN) $(PM) $(GENERATED_EXTRADIST) init/znapzend.xml.in
YEAR := $(shell date +%Y)
DATE := $(shell date +%Y-%m-%d)
nobase_data_DATA = $(PM) $(POD) init/znapzend.xml
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for znapzend 0.8.3.
# Generated by GNU Autoconf 2.68 for znapzend 0.8.4.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -559,8 +559,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='znapzend'
PACKAGE_TARNAME='znapzend'
PACKAGE_VERSION='0.8.3'
PACKAGE_STRING='znapzend 0.8.3'
PACKAGE_VERSION='0.8.4'
PACKAGE_STRING='znapzend 0.8.4'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1195,7 +1195,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures znapzend 0.8.3 to adapt to many kinds of systems.
\`configure' configures znapzend 0.8.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1261,7 +1261,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of znapzend 0.8.3:";;
short | recursive ) echo "Configuration of znapzend 0.8.4:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1346,7 +1346,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
znapzend configure 0.8.3
znapzend configure 0.8.4
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand All @@ -1363,7 +1363,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by znapzend $as_me 0.8.3, which was
It was created by znapzend $as_me 0.8.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2186,7 +2186,7 @@ fi

# Define the identity of the package.
PACKAGE='znapzend'
VERSION='0.8.3'
VERSION='0.8.4'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3159,7 +3159,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by znapzend $as_me 0.8.3, which was
This file was extended by znapzend $as_me 0.8.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3212,7 +3212,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
znapzend config.status 0.8.3
znapzend config.status 0.8.4
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down
7 changes: 7 additions & 0 deletions doc/znapzendzetup.pod
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ To keep one copy every two days for 10 years:

10year=>2day

In a minimal setup, you just specify a plan for the B<SRC> fileset. This
will cause snapshots to be taken and destroyed according to the plan. You
can then add one or several destinations (B<DST>) both local (preferably on
a different pool) or remote.

When adding multiple B<DST> entries, each will get labled for later
identification, optionally you can specify your own label.

=over

Expand Down
8 changes: 8 additions & 0 deletions man/znapzendzetup.1
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ To keep one copy every two days for 10 years:
.Vb 1
\& 10year=>2day
.Ve
.PP
In a minimal setup, you just specify a plan for the \fB\s-1SRC\s0\fR fileset. This
will cause snapshots to be taken and destroyed according to the plan. You
can then add one or several destinations (\fB\s-1DST\s0\fR) both local (preferably on
a different pool) or remote.
.PP
When adding multiple \fB\s-1DST\s0\fR entries, each will get labled for later
identification, optionally you can specify your own label.
.IP "\fB\-\-tsformat\fR=\fIlimited-strftime-format\fR" 4
.IX Item "--tsformat=limited-strftime-format"
The \fB\-\-tsformat\fR option specifies how the names of the snapshots are
Expand Down

0 comments on commit 62301ef

Please sign in to comment.