From 5deeb2d29f643b896c1660046c8cafef0384666f Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Wed, 25 Feb 2009 20:34:25 -0500 Subject: [PATCH] Version 5.0.9. --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 42b554a4..138961c1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +libPWMD v5.0.9 +-------------- +Don't declare assuan_context_t in pwmd_assuan_ctx(). Make the ctx parameter a +void *. This fixes requiring assuan.h. + +Added pwmd_command_ap(). + +Fixed mem.c to use a mutex when accessing the memory list. + +Added PWMD_OPTION_PINENTRY_LC_CTYPE and PWMD_OPTION_PINENTRY_LC_MESSAGES. +Requires pwmd v1.18 when PWMD_OPTION_PINENTRY is unset. This also adds pwmc +command line options -C and -M. + +pwmd_setopt() will both send all pinentry options to pwmd when +PWMD_OPTION_PINENTRY is unset, and update the pwm handle to the new values. +This should be less confusing for client developers. Setting pwmd pinentry +options via pwmd_command() is still supported. + +Added PWMD_OPTION_PINENTRY_TIMEOUT. Only useful when pwmd is used as the +passphrase retrieval method. + +A few bugfixes. See ChangeLog for details. + + libPWMD v5.0.8 -------------- Ported to libpth. Two versions of libpwmd will be built when libpth is diff --git a/configure.ac b/configure.ac index 7cd895f7..a6a3c232 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.59) -AC_INIT(libpwmd, 5.0.8, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(libpwmd, 5.0.9, [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 76816c05..a4ca3242 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpwmd (5.0.9-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Wed, 25 Feb 2009 20:30:57 -0500 + libpwmd (5.0.8-1) testing; urgency=low * New upstream. -- 2.11.4.GIT