From f0b6d0cde3aa400b5f0c665b0a429ab825a63f7f Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Wed, 26 Sep 2007 19:23:45 -0400 Subject: [PATCH] Updated NEWS. --- NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/NEWS b/NEWS index edb5f212..a1dcb4ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +PWMD v1.1 +---------- +Added configuration parameter "recursion_depth". This specifies the maximum +number of times to follow a "target" attribute for a single element. The +default is 20. + +When creating a "target" attribute, each element in the element path value is +no longer modified with the literal '!' character at all. You need to specify +the literal instead. This keeps the syntax more consistent with the other +commands. + +Added the COMPRESS and DECOMPRESS status messages. Both show the bytes +processed so far, and the total bytes. In order to see the total after +upgrading from a previous version you need to save the data file once. + +Changed the PROGRESS status message to ENCRYPT and DECRYPT. + +The "disable_mlockall" configuration parameter now defaults to "true". Saves +RAM and is overkill for most since each memory deallocation is cleared before +being freed. The file cache is still locked in RAM though (if possible). + +Bugfixes. See ChangeLog for details. + + PWMD v1.0 ---------- EPWMD_FILE_NOT_FOUND is no longer used. It is up to the client to determine -- 2.11.4.GIT