Skip to content
Snippets Groups Projects
Commit 6ad15139 authored by intrigeri's avatar intrigeri
Browse files

Merge remote branch 'origin/0.9.8.1'

Conflicts:
	AUTHORS
	ChangeLog
parents 8098286a ab92883a
No related branches found
No related tags found
No related merge requests found
version 0.9.9 -- UNRELEASED version 0.9.9 -- UNRELEASED
backupninja changes
. Do not error out when no job is configured. Thanks to Jordi Mallach
<jordi@debian.org> for the patch (Closes: #597684)
handler changes handler changes
dup: dup:
. Use --tempdir option rather than TMPDIR environment variable. . Use --tempdir option rather than TMPDIR environment variable.
...@@ -25,13 +22,19 @@ version 0.9.9 -- UNRELEASED ...@@ -25,13 +22,19 @@ version 0.9.9 -- UNRELEASED
#2370). Thanks to ale for the patch. #2370). Thanks to ale for the patch.
rsync: rsync:
. Fix long rotation. . Fix long rotation.
sys:
. Route around broken vgcfgbackup not able to handle multiple VG arguments
helper changes helper changes
dup: dup:
. Fix separate signing key usecase. Thanks to Ian Beckwith for . Fix separate signing key usecase. Thanks to Ian Beckwith for
the patch. the patch.
version 0.9.8.1 -- October 31, 2010 (boo!)
backupninja changes
. Do not error out when no job is configured. Thanks to Jordi Mallach
<jordi@debian.org> for the patch (Closes: #597684)
handler changes
sys:
. Route around broken vgcfgbackup not able to handle multiple VG arguments
version 0.9.8 -- September 12, 2010 version 0.9.8 -- September 12, 2010
backupninja changes backupninja changes
. Added GZIP_OPTS option, defaulting to --rsyncable, so that this . Added GZIP_OPTS option, defaulting to --rsyncable, so that this
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# The maintainer mode is causing me grief with newest versions of autotools # The maintainer mode is causing me grief with newest versions of autotools
#AM_MAINTAINER_MODE #AM_MAINTAINER_MODE
AC_INIT([backupninja],[0.9.8],[backupninja@lists.riseup.net]) AC_INIT([backupninja],[0.9.8.1],[backupninja@lists.riseup.net])
AC_CONFIG_SRCDIR([src/backupninja.in]) AC_CONFIG_SRCDIR([src/backupninja.in])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment