=== modified file 'Makefile' --- Makefile 2011-12-21 00:33:12 +0000 +++ Makefile 2012-01-01 05:06:20 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.4.1 +version=1.5.0 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2011-10-15 16:48:03 +0000 +++ NEWS 2012-01-01 05:06:20 +0000 @@ -1,6 +1,25 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.5.0 (2012-01-01) +* Client +** Network hooks. The Mandos client can now run custom scripts to take + up a network interface before the client is run. Three example + scripts are provided: "wireless", "openvpn", and "bridge". + To facilitate this, the client now prefers network interfaces which + are up (if any) over all other interfaces. +* Server +** Persistent state. Client state is now saved between server + restarts. +** clients.conf file can now contain "enabled" setting for clients. +** Bug fix: Fix rare crash bug. +** Bug fix: Send corrent D-Bus type in PropertyChanged for + "ApprovalDelay", "ApprovalDuration", "Timeout", and + "ExtendedTimeout". +** mandos-ctl: Bare numbers as arguments are taken to be milliseconds. +** Bug fix: mandos-ctl --secret option now works. +** New D-Bus signal: se.recompile.Mandos.NewRequest(s). + Version 1.4.1 (2011-10-15) * Server ** Make D-Bus properties settable again, and handle checkers === modified file 'common.ent' --- common.ent 2011-10-15 16:48:03 +0000 +++ common.ent 2012-01-01 05:06:20 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2011-10-15 16:48:03 +0000 +++ debian/changelog 2012-01-01 05:06:20 +0000 @@ -1,3 +1,19 @@ +mandos (1.5.0-1) unstable; urgency=low + + * New upstream release. + * debian/control (mandos-client/Depends): Added "initramfs-tools". + * debian/mandos-client.README.Debian: Corrected mail address and adjust + wording. + * debian/rules (binary-common): Exclude new nework-hooks.d directory + from dh_fixperms. + * debian/mandos-client.README.Debian: Document network hook facility. + * debian/mandos-client.docs (network-hooks.d): Added. + * debian/mandos.dirs (var/lib/mandos): Added. + * debian/mandos.postinst: Fix ownership of /var/lib/mandos. + * debian/control (mandos/Depends): Added "python-gnupginterface". + + -- Teddy Hogeborn Sun, 01 Jan 2012 05:58:11 +0100 + mandos (1.4.1-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2012-01-01 04:02:00 +0000 +++ mandos 2012-01-01 05:06:20 +0000 @@ -85,7 +85,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.4.1" +version = "1.5.0" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2012-01-01 01:16:15 +0000 +++ mandos-ctl 2012-01-01 05:06:20 +0000 @@ -60,7 +60,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.4.1" +version = "1.5.0" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2011-12-31 23:05:34 +0000 +++ mandos-keygen 2012-01-01 05:06:20 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.4.1" +VERSION="1.5.0" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2011-12-31 23:05:34 +0000 +++ mandos-monitor 2012-01-01 05:06:20 +0000 @@ -52,7 +52,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.4.1" +version = "1.5.0" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2011-10-15 16:48:03 +0000 +++ mandos.lsm 2012-01-01 05:06:20 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.4.1 -Entered-date: 2011-10-15 +Version: 1.5.0 +Entered-date: 2012-01-01 Description: The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote and/or unattended reboots. @@ -12,9 +12,9 @@ Maintained-by: teddy@recompile.se (Teddy Hogeborn), belorn@recompile.se (Björn Påhlsson) Primary-site: http://www.recompile.se/mandos - 138K mandos_1.4.1.orig.tar.gz + 147K mandos_1.5.0.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 138K mandos_1.4.1.orig.tar.gz + 147K mandos_1.5.0.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.6, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other distributions, but not other Unixes.