=== modified file 'Makefile' --- Makefile 2015-08-10 20:08:24 +0000 +++ Makefile 2015-10-24 17:48:13 +0000 @@ -26,7 +26,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu11 htmldir=man -version=1.7.0 +version=1.7.1 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2015-08-10 20:08:24 +0000 +++ NEWS 2015-10-24 17:48:13 +0000 @@ -1,6 +1,12 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.1 (2015-10-24) +* Client +** Bug fix: Can now really find Mandos server even if the server has + an IPv6 address on a network other than the one which the Mandos + server is on. + Version 1.7.0 (2015-08-10) * Server ** Bug fix: Handle local Zeroconf service name collisions better. === modified file 'common.ent' --- common.ent 2015-08-10 20:08:24 +0000 +++ common.ent 2015-10-24 17:48:13 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2015-08-10 20:08:24 +0000 +++ debian/changelog 2015-10-24 17:48:13 +0000 @@ -1,3 +1,9 @@ +mandos (1.7.1-1) unstable; urgency=medium + + * New upstream release. + + -- Teddy Hogeborn Sat, 24 Oct 2015 19:43:40 +0200 + mandos (1.7.0-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2015-08-10 20:08:24 +0000 +++ mandos 2015-10-24 17:48:13 +0000 @@ -104,7 +104,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.7.0" +version = "1.7.1" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2015-08-10 20:08:24 +0000 +++ mandos-ctl 2015-10-24 17:48:13 +0000 @@ -72,7 +72,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.7.0" +version = "1.7.1" try: === modified file 'mandos-keygen' --- mandos-keygen 2015-08-10 20:08:24 +0000 +++ mandos-keygen 2015-10-24 17:48:13 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.7.0" +VERSION="1.7.1" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2015-08-10 20:08:24 +0000 +++ mandos-monitor 2015-10-24 17:48:13 +0000 @@ -60,7 +60,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.7.0" +version = "1.7.1" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2015-08-10 20:08:24 +0000 +++ mandos.lsm 2015-10-24 17:48:13 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.7.0 -Entered-date: 2015-08-10 +Version: 1.7.1 +Entered-date: 2015-10-24 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 - 169K mandos_1.7.0.orig.tar.gz + 169K mandos_1.7.1.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 169K mandos_1.7.0.orig.tar.gz + 169K mandos_1.7.1.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.7, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other