Skip to content

Commit

Permalink
prepare for 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Aug 21, 2014
1 parent f60f6c3 commit 056aacb
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 29 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2014-08-19 23:28:22 +0200 (HEAD, v0.12.2, origin/master, origin/HEAD, master) 0.12.2 -- Tobias Oetiker
2014-08-21 17:50:35 +0200 (HEAD, master) must import 'blessed' when using it. -- Tobias Oetiker
2014-08-19 23:31:24 +0200 (v0.12.2, origin/master, origin/HEAD) tag CHANGES -- Tobias Oetiker
2014-08-19 23:28:22 +0200 0.12.2 -- Tobias Oetiker
2014-08-19 22:31:54 +0200 - exception handling improved -- Dominik Hassler
2014-08-19 14:38:56 +0200 (v0.12.1) actually include Sys::Syslog in setup script -- Tobias Oetiker
2014-08-19 14:28:39 +0200 improve changelog look -- Tobias Oetiker
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.

2014-08-19
2014-08-21

All rights reserved.

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ZnapZend 0.12.2
ZnapZend 0.12.3
===============

[![Build Status](https://travis-ci.org/oetiker/znapzend.svg?branch=master)](https://travis-ci.org/oetiker/znapzend)
Expand All @@ -20,9 +20,9 @@ prebuilt release. It comes with all the perlmodules required for running
znapzend with a copy of perl as old as 5.10.1:

```sh
wget https://github.com/oetiker/znapzend/releases/download/v0.12.2/znapzend-prebuilt-0.12.2.tar.gz
tar zxvf znapzend-prebuilt-0.12.2.tar.gz
cp -rp znapzend-prebuilt-0.12.2 /opt/znapzend-0.12.2
wget https://github.com/oetiker/znapzend/releases/download/v0.12.3/znapzend-prebuilt-0.12.3.tar.gz
tar zxvf znapzend-prebuilt-0.12.3.tar.gz
cp -rp znapzend-prebuilt-0.12.3 /opt/znapzend-0.12.3
```

Read on in the [Configuration](#configuration) Section.
Expand All @@ -35,15 +35,15 @@ with all the tools and trimmings for building stuff, follow these zimple
inztructionz below to get a cusom made copy of znapzend.

```sh
wget https://github.com/oetiker/znapzend/releases/download/v0.12.2/znapzend-0.12.2.tar.gz
tar zxvf znapzend-0.12.2.tar.gz
cd znapzend-0.12.2
./configure --prefix=/opt/znapzend-0.12.2
wget https://github.com/oetiker/znapzend/releases/download/v0.12.3/znapzend-0.12.3.tar.gz
tar zxvf znapzend-0.12.3.tar.gz
cd znapzend-0.12.3
./configure --prefix=/opt/znapzend-0.12.3
```
if configure complains about missing perl modules, run

```sh
./setup/build-thirdparty.sh /opt/znapzend-0.12.2/thirdparty
./setup/build-thirdparty.sh /opt/znapzend-0.12.3/thirdparty
```

to install the missing modules into the specified directry. This will NOT messup your local perl installation!
Expand All @@ -68,19 +68,19 @@ The [znapzend](doc/znapzend.pod) demon is responsible for doing the actual backu
To see if your configuration is any good, run znapzend in noaction mode first.

```sh
/opt/znapzend-0.12.2/bin/znapzend --noaction --debug
/opt/znapzend-0.12.3/bin/znapzend --noaction --debug
```

If you don't want to wait for the scheduler to actually schedule work, you can also force immediate action by calling

```sh
/opt/znapzend-0.12.2/bin/znapzend --noaction --debug --runonce=<src_dataset>
/opt/znapzend-0.12.3/bin/znapzend --noaction --debug --runonce=<src_dataset>
```

then when you are happy with what you got, start it in daemon mode.

```sh
/opt/znapzend-0.12.2/bin/znapzend --daemonize
/opt/znapzend-0.12.3/bin/znapzend --daemonize
```

Best is to integrate znapzend into your system startup sequence, but you can also
Expand Down Expand Up @@ -121,4 +121,4 @@ And if you have a contribution, please send a pull request.
Enjoy!

Dominik Hassler & Tobi Oetiker
2014-08-19
2014-08-21
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.12.3
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.12.2.
# Generated by GNU Autoconf 2.68 for znapzend 0.12.3.
#
# 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.12.2'
PACKAGE_STRING='znapzend 0.12.2'
PACKAGE_VERSION='0.12.3'
PACKAGE_STRING='znapzend 0.12.3'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1199,7 +1199,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.12.2 to adapt to many kinds of systems.
\`configure' configures znapzend 0.12.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1265,7 +1265,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of znapzend 0.12.2:";;
short | recursive ) echo "Configuration of znapzend 0.12.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1351,7 +1351,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
znapzend configure 0.12.2
znapzend configure 0.12.3
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand All @@ -1368,7 +1368,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.12.2, which was
It was created by znapzend $as_me 0.12.3, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2191,7 +2191,7 @@ fi

# Define the identity of the package.
PACKAGE='znapzend'
VERSION='0.12.2'
VERSION='0.12.3'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3186,7 +3186,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.12.2, which was
This file was extended by znapzend $as_me 0.12.3, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3239,7 +3239,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.12.2
znapzend config.status 0.12.3
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion man/znapzend.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZEND 1"
.TH ZNAPZEND 1 "2014-08-19" "0.12.2" "znapzend"
.TH ZNAPZEND 1 "2014-08-20" "0.12.3" "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 @@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZETUP 1"
.TH ZNAPZENDZETUP 1 "2014-08-21" "0.12.2" "znapzend"
.TH ZNAPZENDZETUP 1 "2014-08-21" "0.12.3" "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 @@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZTATZ 1"
.TH ZNAPZENDZTATZ 1 "2014-08-12" "0.12.2" "znapzend"
.TH ZNAPZENDZTATZ 1 "2014-08-20" "0.12.3" "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

0 comments on commit 056aacb

Please sign in to comment.