From f072f79c9598066e616ca77f40f7a98abb7503f2 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 24 Nov 2007 15:35:34 -0500 Subject: [PATCH] Updated README and NEWS. --- NEWS | 7 ++++++- README | 9 +++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2ae96b5f..fb65f711 100644 --- a/NEWS +++ b/NEWS @@ -10,10 +10,15 @@ When the key cache changes, send the CACHE status message to each connected client. Reuse libgpg-error error codes more often. If your using libpwmd, please -update to the latest version otherwise error codes will be wrong. +update to the latest version of libpwmd otherwise error codes will be wrong. Fixed creating illegal account names. +Added configuration option "keepalive" to specify the interval, in seconds, to +send the new KEEPALIVE status message. + +A couple bugfixes. See ChangeLog for details. + PWMD v1.3 ---------- diff --git a/README b/README index d290cabd..d4382a08 100644 --- a/README +++ b/README @@ -23,11 +23,11 @@ needed data. Requirements: - pth - http://www.gnu.org/software/pth/pth.html + libpth2 - http://www.gnu.org/software/pth/pth.html Portable multi-threading library. libassuan - http://www.gnupg.org - Protocol. + Protocol. Version 1.0.4 or later is required. libgpg-error - http://www.gnupg.org Error handling. @@ -41,8 +41,9 @@ Requirements: libgcrypt - http://www.gnupg.org Encryption, decryption and hashing. - libz - http://www.zlib.net version 1.2.2.1 or later - For compressing the data file. + libz - http://www.zlib.net + For compressing the data file. Version 1.2.2.1 or later is + required. Debian has packages for all of these. Your distro may have them too. -- 2.11.4.GIT