=== modified file 'Makefile' --- Makefile 2010-10-11 17:45:21 +0000 +++ Makefile 2011-03-08 19:41:59 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.2.3 +version=1.3.0 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2010-10-11 17:45:21 +0000 +++ NEWS 2011-03-08 19:41:59 +0000 @@ -1,6 +1,14 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.3.0 (2011-03-08) +* Server: +** Updated for Python 2.6. +* Client: +** Bug fix: Make the password-prompt plugin not conflict with + Plymouth. +** Bug fix: Bug fix: update initramfs also when purging package. + Version 1.2.3 (2010-10-11) * Server: ** Bug fix: Expose D-Bus API also in non-debug mode. === modified file 'common.ent' --- common.ent 2010-10-11 17:45:21 +0000 +++ common.ent 2011-03-08 19:41:59 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2010-10-11 17:45:21 +0000 +++ debian/changelog 2011-03-08 19:41:59 +0000 @@ -1,3 +1,15 @@ +mandos (1.3.0-1) unstable; urgency=low + + * New upstream release. + * debian/control (mandos): Depend on Python 2.6, remove dependency on + python-multiprocessing. + (mandos-client): Conflict with dropbear (<< 0.52-5). + * debian/mandos-client.postrm (purge): Bug fix: update initramfs also on + purge. + * debian/mandos-client.lintian-overrides: Added plugins.d/plymouth. + + -- Teddy Hogeborn Tue, 08 Mar 2011 20:22:57 +0100 + mandos (1.2.3-1) experimental; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2011-02-27 17:26:35 +0000 +++ mandos 2011-03-08 19:41:59 +0000 @@ -82,7 +82,7 @@ SO_BINDTODEVICE = None -version = "1.2.3" +version = "1.3.0" #logger = logging.getLogger('mandos') logger = logging.Logger('mandos') === modified file 'mandos-ctl' --- mandos-ctl 2011-02-15 19:53:46 +0000 +++ mandos-ctl 2011-03-08 19:41:59 +0000 @@ -59,7 +59,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.2.3" +version = "1.3.0" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2011-02-27 17:26:35 +0000 +++ mandos-keygen 2011-03-08 19:41:59 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.2.3" +VERSION="1.3.0" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2011-02-27 17:26:35 +0000 +++ mandos-monitor 2011-03-08 19:41:59 +0000 @@ -51,7 +51,7 @@ domain = 'se.bsnet.fukt' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.2.3" +version = "1.3.0" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2010-10-11 17:45:21 +0000 +++ mandos.lsm 2011-03-08 19:41:59 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.2.3 -Entered-date: 2010-10-11 +Version: 1.3.0 +Entered-date: 2011-03-08 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@fukt.bsnet.se (Teddy Hogeborn), belorn@fukt.bsnet.se (Björn Påhlsson) Primary-site: http://www.fukt.bsnet.se/mandos - 133K mandos_1.2.3.orig.tar.gz + 133K mandos_1.3.0.orig.tar.gz Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos - 133K mandos_1.2.3.orig.tar.gz + 133K mandos_1.3.0.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.5, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other distributions, but not other Unixes.