=== modified file 'Makefile' --- Makefile 2012-06-06 14:12:50 +0000 +++ Makefile 2012-06-17 22:26:40 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.5.5 +version=1.6.0 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2012-06-01 18:39:03 +0000 +++ NEWS 2012-06-17 22:26:40 +0000 @@ -1,6 +1,16 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.6.0 (2012-06-18) +* Server +** Takes new --foreground option +** Init script supports new "status" action. +* Client +** Now uses all interfaces by default; the --interface option can + still be used to restrict it, and the argument to --interface (as + well as the $DEVICE environment variable for the network hooks) is + now a comma-separated list of interfaces to use. + Version 1.5.5 (2012-06-01) * Server ** Server takes new --socket option === modified file 'common.ent' --- common.ent 2012-06-01 18:39:03 +0000 +++ common.ent 2012-06-17 22:26:40 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2012-06-01 18:39:03 +0000 +++ debian/changelog 2012-06-17 22:26:40 +0000 @@ -1,3 +1,18 @@ +mandos (1.6.0-1) unstable; urgency=low + + * New upstream release. + * debian/copyright (Copyright): Join the two lines to a single line. + * debian/mandos-client.README.Debian: Update to refer to the new + location of the example network hooks, and the new feature of using + all network interfaces. + * debian/mandos-client.docs (network-hooks.d): Removed. + * debian/mandos-client.examples (network-hooks.d): New. + * debian/rules (binary-common): Added "dh_installexamples". + (binary-common/dh_fixperms): Exclude new location of + "network-hooks.d". + + -- Teddy Hogeborn Mon, 18 Jun 2012 00:15:23 +0200 + mandos (1.5.5-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2012-06-17 14:55:31 +0000 +++ mandos 2012-06-17 22:26:40 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.5.5" +version = "1.6.0" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2012-06-01 18:39:03 +0000 +++ mandos-ctl 2012-06-17 22:26:40 +0000 @@ -63,7 +63,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.5.5" +version = "1.6.0" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2012-06-01 18:39:03 +0000 +++ mandos-keygen 2012-06-17 22:26:40 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.5.5" +VERSION="1.6.0" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2012-06-01 18:39:03 +0000 +++ mandos-monitor 2012-06-17 22:26:40 +0000 @@ -55,7 +55,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.5.5" +version = "1.6.0" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2012-06-01 18:39:03 +0000 +++ mandos.lsm 2012-06-17 22:26:40 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.5.5 -Entered-date: 2012-06-01 +Version: 1.6.0 +Entered-date: 2012-06-18 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 - 148K mandos_1.5.5.orig.tar.gz + 150K mandos_1.6.0.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 148K mandos_1.5.5.orig.tar.gz + 150K mandos_1.6.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.