Skip to content
Snippets Groups Projects
Commit 02d71051 authored by intrigeri's avatar intrigeri
Browse files

Releasing backupninja 1.0.2

parent 14792f1d
Branches
Tags backupninja-1.0.2
No related merge requests found
version 1.0.2 -- UNRELEASED version 1.0.2 -- September 05, 2017
handler changes handler changes
dsync: dsync:
. Miscellaneous improvements to this experimental handler. . Miscellaneous improvements to this experimental handler.
...@@ -60,6 +60,9 @@ version 1.0.2 -- UNRELEASED ...@@ -60,6 +60,9 @@ version 1.0.2 -- UNRELEASED
. Indentation fixes, thanks to exobuzz. (Redmine#6726) . Indentation fixes, thanks to exobuzz. (Redmine#6726)
. Ignore jobs whose filename ends with "~". . Ignore jobs whose filename ends with "~".
Thanks to Mark Janssen <mark@sig-io.nl> for the patch. 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 documentation changes
. Update INSTALL file to add some missing recommended programs. . Update INSTALL file to add some missing recommended programs.
. Document release process. . Document release process.
......
...@@ -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],[1.0.1],[backupninja@lists.riseup.net]) AC_INIT([backupninja],[1.0.2],[backupninja@lists.riseup.net])
AC_CONFIG_SRCDIR([src/backupninja.in]) AC_CONFIG_SRCDIR([src/backupninja.in])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment