From 1c2509918ae193a9eda3bbc0ecdbd5eafd0e76e2 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 17 Jan 2010 08:30:39 -0500 Subject: [PATCH] Version 2.3. --- NEWS | 14 ++++++++++++++ README | 3 +++ configure.ac | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c9ecf2e2..c066f39f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +PWMD v2.3 +---------- +The DISPLAY and TERM environment variables are unset just before entering the +server loop. Clients wanting to use pinentry must set these options manually +or configure ~/.pwmd/pinentry.conf. This fixes pwmd using these variables +which may no longer be valid. + +Ported to libassuan 2.0. There is no longer a static libassuan included in the +archive since this version supports building a DSO. + +Fixed the COPY command copying only the the first element of the tree. How'd +that happen? + + PWMD v2.2 ---------- Bugfix for pushing non-encrypted files into the cache. diff --git a/README b/README index ce1d2adc..d99ee116 100644 --- a/README +++ b/README @@ -29,6 +29,9 @@ Requirements: C99 compiler - http://www.gnu.org/software/gcc Is a good choice. + libassuan - ftp://ftp.gnupg.org/gcrypt/libassuan + Protocol. Version 2.0.0 or later is required. + libpth2 - http://www.gnu.org/software/pth/pth.html Portable multi-threading library. diff --git a/configure.ac b/configure.ac index 77903216..7a870381 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.2, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 2.3, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT