diff --git a/ChangeLog b/ChangeLog
index 1b8a633d257bec8f50eb502d0484019ca803aa01..fbd24ae1cd32c7083162399396067fc7294394ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/configure.in b/configure.in
index 2cb3ca52fa6caaa04af74a2ea30a3f2f070ae24b..88838285c274d2829a6b34d98b0937ab3327b24a 100644
--- a/configure.in
+++ b/configure.in
@@ -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])