=== modified file 'Makefile' --- Makefile 2008-10-07 21:31:09 +0000 +++ Makefile 2008-10-17 18:56:25 +0000 @@ -15,7 +15,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.0.1 +version=1.0.2 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2008-10-07 21:31:09 +0000 +++ NEWS 2008-10-17 18:56:25 +0000 @@ -1,6 +1,11 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.0.2 (2008-10-17) +* mandos-keygen now signs the encrypted key blobs. This signature is + not currently verified by mandos-client, but this may change in the + future. + Version 1.0.1 (2008-10-07) * Server ** Expand environment variables and ~user in clients.conf's "secfile" === modified file 'debian/changelog' --- debian/changelog 2008-10-07 21:31:09 +0000 +++ debian/changelog 2008-10-17 18:56:25 +0000 @@ -1,3 +1,11 @@ +mandos (1.0.2-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Rewritten to conform to + . + + -- Teddy Hogeborn Fri, 17 Oct 2008 20:42:12 +0200 + mandos (1.0.1-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2008-10-07 21:31:09 +0000 +++ mandos 2008-10-17 18:56:25 +0000 @@ -63,7 +63,7 @@ import ctypes import ctypes.util -version = "1.0.1" +version = "1.0.2" logger = logging.Logger('mandos') syslogger = logging.handlers.SysLogHandler\ === modified file 'mandos-keygen' --- mandos-keygen 2008-10-12 07:27:43 +0000 +++ mandos-keygen 2008-10-17 18:56:25 +0000 @@ -20,7 +20,7 @@ # Contact the authors at . # -VERSION="1.0.1" +VERSION="1.0.2" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA