=== modified file 'Makefile' --- Makefile 2011-10-11 19:36:00 +0000 +++ Makefile 2011-10-15 16:48:03 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.4.0 +version=1.4.1 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2011-10-09 17:36:01 +0000 +++ NEWS 2011-10-15 16:48:03 +0000 @@ -1,6 +1,12 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.4.1 (2011-10-15) +* Server +** Make D-Bus properties settable again, and handle checkers + for disabled clients correctly. +* Miscellaneous fixes to "pedantic" Lintian warnings + Version 1.4.0 (2011-10-09) * README file migrated to manual page intro(8mandos). * Client: === modified file 'common.ent' --- common.ent 2011-10-09 17:36:01 +0000 +++ common.ent 2011-10-15 16:48:03 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2011-10-09 17:36:01 +0000 +++ debian/changelog 2011-10-15 16:48:03 +0000 @@ -1,3 +1,16 @@ +mandos (1.4.1-1) unstable; urgency=low + + * New upstream release. + * debian/control (Build-Depends): Added "man". + * debian/control (Conflicts): Changed to "Breaks:". + * debian/copyright: Updated format. + * debian/mandos-client.postinst: Use "set -e" instead of "#!/bin/sh -e". + * debian/mandos-client.postrm: - '' - + * debian/mandos.postinst: - '' - + * debian/mandos.prerm: Consistent magic. + + -- Björn Påhlsson Sat, 15 Oct 2011 18:18:52 +0200 + mandos (1.4.0-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2011-10-14 18:35:55 +0000 +++ mandos 2011-10-15 16:48:03 +0000 @@ -83,7 +83,7 @@ SO_BINDTODEVICE = None -version = "1.4.0" +version = "1.4.1" #logger = logging.getLogger('mandos') logger = logging.Logger('mandos') === modified file 'mandos-ctl' --- mandos-ctl 2011-10-14 18:21:46 +0000 +++ mandos-ctl 2011-10-15 16:48:03 +0000 @@ -60,7 +60,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.4.0" +version = "1.4.1" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2011-10-09 17:36:01 +0000 +++ mandos-keygen 2011-10-15 16:48:03 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.4.0" +VERSION="1.4.1" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2011-10-09 17:36:01 +0000 +++ mandos-monitor 2011-10-15 16:48:03 +0000 @@ -52,7 +52,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.4.0" +version = "1.4.1" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2011-10-09 17:36:01 +0000 +++ mandos.lsm 2011-10-15 16:48:03 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.4.0 -Entered-date: 2011-10-09 +Version: 1.4.1 +Entered-date: 2011-10-15 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 - 137K mandos_1.4.0.orig.tar.gz + 138K mandos_1.4.1.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 137K mandos_1.4.0.orig.tar.gz + 138K mandos_1.4.1.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.