Index: /trunk/Install.sh
===================================================================
--- /trunk/Install.sh	(revision 514)
+++ /trunk/Install.sh	(revision 515)
@@ -557,5 +557,5 @@
     mfile=`cat $tmp`
     for z in $mfile ; do
-	cfgline="$cfgline --with-mandir=$z"
+	cfgline="$cfgline --mandir=$z"
     done
 fi
Index: /trunk/docs/Changelog
===================================================================
--- /trunk/docs/Changelog	(revision 514)
+++ /trunk/docs/Changelog	(revision 515)
@@ -1,3 +1,4 @@
 4.2.0:
+	* fix incorrect mandir option in Install.sh (reported by David)
 	* add option 'SetAuditdFlags = r|w|x|a' to (re-)define flags supplied
 	to auditd (request by David)
@@ -13,5 +14,5 @@
 	* clarify restrictions for ProcessCheckPSArg (user manual)
 
-4.1.5:
+4.1.5 (09-08-2016):
 	* fix memory leak in server (reported by C. Doerr).
 
