From 26be932deca76ed67bcbe9b0f5cd4a5ed3455c90 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 11 Sep 2010 10:16:15 -0400 Subject: [PATCH] Version 2.17. --- NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 3 ++- po/pwmd.pot | 23 ++++++++++++----------- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/NEWS b/NEWS index 107f8ef1..b4316532 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +PWMD v2.17 +---------- +This version introduces command options which should be specified before +command arguments. The SET command which used to be the way to specify an +option is deprecated for the option that can be used in a command. + +Added OPEN options --lock and --pinentry. + +Added SAVE options --reset, --pinentry, --iterations and --cipher. + +Added LIST options --no-recurse and --verbose. + +Fixed a segfault in pinentry on the second try of the same client. + +Changed how the OPEN command handles a previously opened file on failure. Now, +the previously opened file will be closed rather then kept open. + +The _mtime attribute is now modified when creating root elements and with the +IMPORT, RENAME, COPY and MOVE commands. + +COPY command bugfix when the source element path contained no child element +nodes. The node was being renamed. + +The cipher for the data file is now properly restored during the next SAVE. It +always reverted back to AES256. + + PWMD v2.16 ---------- Portability fix for systems without SO_PEERCRED. diff --git a/configure.ac b/configure.ac index 07120702..b72d1be3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(pwmd, 2.17-git, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 2.17, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/debian/changelog b/debian/changelog index b4471d71..3d44c35f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ pwmd (2.17-1) testing; urgency=low * Standards version 3.9.1 + * New upstream. - -- Ben Kibbey Sun, 29 Aug 2010 16:02:04 -0400 + -- Ben Kibbey Sat, 11 Sep 2010 09:59:08 -0400 pwmd (2.16-1) testing; urgency=low diff --git a/po/pwmd.pot b/po/pwmd.pot index 286e4b2c..e3d9cf3b 100644 --- a/po/pwmd.pot +++ b/po/pwmd.pot @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bjk@luxsci.net\n" -"POT-Creation-Date: 2010-05-31 20:49-0400\n" +"POT-Creation-Date: 2010-09-11 10:15-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -96,7 +97,7 @@ msgstr "" msgid "Please enter the passphrase again for confirmation." msgstr "" -#: src/pinentry.c:817 +#: src/pinentry.c:802 msgid "read(): short byte count" msgstr "" @@ -238,12 +239,12 @@ msgstr "" msgid "%i clients remain" msgstr "" -#: src/pwmd.c:1659 +#: src/pwmd.c:1693 #, c-format msgid "Converting version 1 data file '%s' to version 2 ..." msgstr "" -#: src/pwmd.c:1828 +#: src/pwmd.c:1862 #, c-format msgid "" "%s\n" @@ -254,36 +255,36 @@ msgid "" "%s" msgstr "" -#: src/pwmd.c:1883 +#: src/pwmd.c:1917 msgid "invalid iteration count" msgstr "" -#: src/pwmd.c:1966 +#: src/pwmd.c:2000 #, c-format msgid "%s: socket_path not defined" msgstr "" -#: src/pwmd.c:1972 +#: src/pwmd.c:2006 #, c-format msgid "%s: data_directory not defined" msgstr "" -#: src/pwmd.c:2033 +#: src/pwmd.c:2067 msgid "Done. Daemonizing..." msgstr "" -#: src/pwmd.c:2033 +#: src/pwmd.c:2067 msgid "Done. Waiting for connections..." msgstr "" -#: src/pwmd.c:2060 +#: src/pwmd.c:2094 #, c-format msgid "" "Either there is another pwmd running or '%s' is a \n" "stale socket. Please remove it manually." msgstr "" -#: src/pwmd.c:2137 +#: src/pwmd.c:2171 msgid "pwmd exiting normally" msgstr "" -- 2.11.4.GIT