From e2f69876747c9b6542500e4e01a8f3d05ce8cee6 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Thu, 30 Aug 2007 21:10:38 -0400 Subject: [PATCH] Changed the priority from extra to optional. Updated the description. Removed TODO from the Debian package. --- NEWS | 15 +++++++++++++++ debian/control | 6 ++++-- debian/docs | 1 - 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6c7362e1..a72491dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +libPWMD v4.0.3 +-------------- +Added --with-pinentry-path to configure to set the default location of the +pinentry binary. The default is /usr/bin/pinentry. + +The timeout (if set) is cancelled after pinentry returns since this means +input was read. + +PWMD no longer returns EPWMD_FILE_NOT_FOUND anywhere. It is up to the client +to figure out if the file is new or not by using the GETCONFIG protocol +command. + +A couple of minor bugfixes. + + libPWMD v4.0.2 -------------- Added gettext support. diff --git a/debian/control b/debian/control index f25a06ba..2941fd52 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: libpwmd -Priority: extra +Priority: optional Maintainer: Ben Kibbey Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.7.2 @@ -11,6 +11,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pwmd (>= 0.10) Recommends: pinentry Description: library for applications making use of pwmd - A library that makes it easy for applications to use pwmd. + A library that makes it easy for applications to use Password Manager Daemon. + Supports (non-blocking) password retrieval from pinentry and secure memory + management. . This package contains both the shared library and the development files. diff --git a/debian/docs b/debian/docs index 5f9a9ca8..b6ddd31c 100644 --- a/debian/docs +++ b/debian/docs @@ -1,4 +1,3 @@ ChangeLog.old NEWS README -TODO -- 2.11.4.GIT