mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
Releasing backupninja 1.0.2
This commit is contained in:
parent
14792f1d4a
commit
02d710517f
@ -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.
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user