From 68f6411188b75f9005d997180cb41b715953a809 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 11 Mar 2012 22:02:07 -0400 Subject: [PATCH] Updated jabber/xmpp contact id. --- NEWS | 18 ++++++++++++++---- README | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 91e07767..fe17b627 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,14 @@ PWMD v2.21 ---------- +It has been awhile since the last release mainly do to development of +pwmd-3.0. This version will probably be the last of the 2.x series unless some +major bug is discovered or there is a demand for features of 3.0 to be +backported to 2.x, as 2.x does not have a gpg-agent dependency. + Check for glib 2.14.0 at configure time. -Fixed a huge bug by initalizing pth_init. Was unnoticed until I got a new -machine. So if things weren't working before they should now. +Fixed a huge bug by initalizing libpth2 with pth_init(). Was unnoticed until I +got a new machine. So if things weren't working before they should be now. The default recursion depth when resolving target attributes is now 100. @@ -14,9 +19,14 @@ Added the NEWFILE status message when opening a new file. COPY and MOVE command bugfixes. See ChangeLog for details. -Another huge bugfix: salt the passphrase to prevent dictionary attacks. +Salt the passphrase to prevent dictionary attacks. It's not as big as a deal +as what I thought since the first byte of the passphrase is modified before +doing encryption. An attack on a data file would have to use a specific +dictionary that also does the modification of the first byte of the hash. +We'll do S2K hashing of the passphrase because it is a standard and is still +more secure. -Require libgcrypt 1.5.0. +Require libgcrypt 1.5.0 since this version adds gcry_kdf_derive() for S2K. Removed the --base64 OPEN and SAVE command options. diff --git a/README b/README index 395f6aa5..525ba2bc 100644 --- a/README +++ b/README @@ -99,5 +99,5 @@ The gitweb interface can be viewed at http://repo.or.cz/w/pwmd.git. Please feel free to send me any patches, bug reports or feature requests. Ben Kibbey -Jabber: bjk AT thiessen DOT org - (bjk) FreeNode/OFTC +Jabber: bjk AT jabber DOT org - (bjk) FreeNode/OFTC http://pwmd.sourceforge.net/ -- 2.11.4.GIT