From 93f21913cbfe5324f091260e1f047551b718957b Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 7 Jul 2007 20:17:35 -0400 Subject: [PATCH] Updated NEWS. --- NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 93618f9b..678ee8e7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PWMD v0.10 ---------- +---------- Fixed libgpg-error descriptions. The errors that pwmd uses for bad syntax and invalid keys etc. used to return an error code that used GPG_ERR_SOURCE_DEFAULT as the source. GPG_ERR_SOURCE_USER_1 is what pwmd uses @@ -23,8 +23,6 @@ enabled. Added command line option -b to fork pwmd to the background. -Fixed log_write() to write messages to stderr when in the foreground. - Added configuration parameter "iteration_progress". pwmd will send the client a status message showing the percent of iterations that are complete while encrypting or decrypting a data file. The default is 0 which disables sending @@ -32,6 +30,11 @@ status messages. Sending SIGUSR1 to pwmd will reload the configuration file. +New protocol command REALPATH. This will resolve any "target" attribute for +all elements in the specified element path and return the result. + +Bugfixes. + PWMD v0.9 --------- -- 2.11.4.GIT