=== modified file 'Makefile' --- Makefile 2011-10-05 16:56:06 +0000 +++ Makefile 2011-10-09 17:36:01 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.3.1 +version=1.4.0 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2011-07-27 17:58:27 +0000 +++ NEWS 2011-10-09 17:36:01 +0000 @@ -1,6 +1,20 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.4.0 (2011-10-09) +* README file migrated to manual page intro(8mandos). +* Client: +** Fixed warning about "rmdir: Directory not empty". +* Server: +** Default values changed: timeout 5 minutes, interval 2 minutes. +** Clients gets an expiration extension when receiving a password, + controlled by new "extended_timeout" setting. +** New domain name: "fukt.bsnet.se" changes to "recompile.se". This + also affects the D-Bus bus and interface names (old names still + work). Users should start using the new names immediately. +** New D-Bus Client object properties "Expires" and "ExtendedTimeout"; + see DBUS-API for details. + Version 1.3.1 (2011-07-27) * Client: ** Client now retries all Mandos servers periodically. === modified file 'common.ent' --- common.ent 2011-07-27 17:58:27 +0000 +++ common.ent 2011-10-09 17:36:01 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2011-07-27 17:58:27 +0000 +++ debian/changelog 2011-10-09 17:36:01 +0000 @@ -1,3 +1,22 @@ +mandos (1.4.0-1) unstable; urgency=low + + * New upstream release. + * Fix "FTBFS with binutils-gold": Added "-Xlinker --as-needed" to + LDFLAGS in Makefile. (Closes: #632145) + * Fix "/run transition: uses obsolete /dev/.initramfs": Try both old and + new PID file locations. (Closes: #643554) + * debian/source/local-options: New; contains "--single-debian-patch". + * debian/control (Standards-Version): Upgraded to "3.9.2". + (DM-Upload-Allowed): New; set to "yes". + * debian/control: Changed domain from "fukt.bsnet.se" to "recompile.se". + * debian/copyright: - '' - + * debian/mandos-client.README.Debian: - '' - + * debian/mandos.README.Debian: - '' - + * debian/watch: - '' - + * debian/control (mandos/Description): Fix language to placate lintian. + + -- Teddy Hogeborn Sun, 09 Oct 2011 19:15:08 +0200 + mandos (1.3.1-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2011-10-09 15:19:47 +0000 +++ mandos 2011-10-09 17:36:01 +0000 @@ -83,7 +83,7 @@ SO_BINDTODEVICE = None -version = "1.3.1" +version = "1.4.0" #logger = logging.getLogger('mandos') logger = logging.Logger('mandos') === modified file 'mandos-ctl' --- mandos-ctl 2011-10-09 12:32:13 +0000 +++ mandos-ctl 2011-10-09 17:36:01 +0000 @@ -60,7 +60,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.3.1" +version = "1.4.0" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2011-10-05 16:00:56 +0000 +++ mandos-keygen 2011-10-09 17:36:01 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.3.1" +VERSION="1.4.0" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2011-10-05 16:00:56 +0000 +++ mandos-monitor 2011-10-09 17:36:01 +0000 @@ -52,7 +52,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.3.1" +version = "1.4.0" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2011-10-05 16:00:56 +0000 +++ mandos.lsm 2011-10-09 17:36:01 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.3.1 -Entered-date: 2011-07-27 +Version: 1.4.0 +Entered-date: 2011-10-09 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 - 136K mandos_1.3.1.orig.tar.gz + 137K mandos_1.4.0.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 136K mandos_1.3.1.orig.tar.gz + 137K mandos_1.4.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.