Releasing backupninja 1.0.2

This commit is contained in:
intrigeri 2017-09-05 11:15:09 +00:00
parent 14792f1d4a
commit 02d710517f
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version 1.0.2 -- UNRELEASED
version 1.0.2 -- September 05, 2017
handler changes
dsync:
. Miscellaneous improvements to this experimental handler.
@ -60,6 +60,9 @@ version 1.0.2 -- UNRELEASED
. Indentation fixes, thanks to exobuzz. (Redmine#6726)
. Ignore jobs whose filename ends with "~".
Thanks to Mark Janssen <mark@sig-io.nl> for the patch.
build system changes
· Pass the "foreign" option to AM_INIT_AUTOMAKE: README has been
renamed to README.md.
documentation changes
. Update INSTALL file to add some missing recommended programs.
. Document release process.

View File

@ -3,7 +3,7 @@
# The maintainer mode is causing me grief with newest versions of autotools
#AM_MAINTAINER_MODE
AC_INIT([backupninja],[1.0.1],[backupninja@lists.riseup.net])
AC_INIT([backupninja],[1.0.2],[backupninja@lists.riseup.net])
AC_CONFIG_SRCDIR([src/backupninja.in])
AM_INIT_AUTOMAKE([foreign])