=== modified file 'Makefile' --- Makefile 2010-10-07 18:42:26 +0000 +++ Makefile 2010-10-11 17:45:21 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.2.2 +version=1.2.3 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2010-10-07 18:42:26 +0000 +++ NEWS 2010-10-11 17:45:21 +0000 @@ -1,6 +1,10 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.2.3 (2010-10-11) +* Server: +** Bug fix: Expose D-Bus API also in non-debug mode. + Version 1.2.2 (2010-10-07) * Client: ** splashy: Minor fix to compile with non-Linux kernels. === modified file 'common.ent' --- common.ent 2010-10-07 18:42:26 +0000 +++ common.ent 2010-10-11 17:45:21 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2010-10-07 18:42:26 +0000 +++ debian/changelog 2010-10-11 17:45:21 +0000 @@ -1,3 +1,9 @@ +mandos (1.2.3-1) experimental; urgency=low + + * New upstream release. + + -- Teddy Hogeborn Mon, 11 Oct 2010 19:37:31 +0200 + mandos (1.2.2-1) experimental; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2010-10-08 18:00:11 +0000 +++ mandos 2010-10-11 17:45:21 +0000 @@ -81,7 +81,7 @@ SO_BINDTODEVICE = None -version = "1.2.2" +version = "1.2.3" #logger = logging.getLogger(u'mandos') logger = logging.Logger(u'mandos') === modified file 'mandos-ctl' --- mandos-ctl 2010-10-07 18:42:26 +0000 +++ mandos-ctl 2010-10-11 17:45:21 +0000 @@ -57,7 +57,7 @@ server_path = '/' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.2.2" +version = "1.2.3" def timedelta_to_milliseconds(td): "Convert a datetime.timedelta object to milliseconds" === modified file 'mandos-keygen' --- mandos-keygen 2010-10-07 18:42:26 +0000 +++ mandos-keygen 2010-10-11 17:45:21 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.2.2" +VERSION="1.2.3" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2010-10-07 18:42:26 +0000 +++ mandos-monitor 2010-10-11 17:45:21 +0000 @@ -51,7 +51,7 @@ domain = 'se.bsnet.fukt' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.2.2" +version = "1.2.3" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2010-10-07 18:42:26 +0000 +++ mandos.lsm 2010-10-11 17:45:21 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.2.2 -Entered-date: 2010-10-07 +Version: 1.2.3 +Entered-date: 2010-10-11 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.2.orig.tar.gz + 133K mandos_1.2.3.orig.tar.gz Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos - 133K mandos_1.2.2.orig.tar.gz + 133K mandos_1.2.3.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.