From 8a62782d3668adf6154b0b2a09b197c3b6a65f73 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 27 Jan 2008 10:39:47 -0500 Subject: [PATCH] Version 1.6. --- COMMANDS | 2 +- NEWS | 9 +++++++++ TODO | 7 ++++++- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/copyright | 4 ++-- po/pwmd.pot | 2 +- 7 files changed, 26 insertions(+), 6 deletions(-) diff --git a/COMMANDS b/COMMANDS index 5c193a3a..4feee68b 100644 --- a/COMMANDS +++ b/COMMANDS @@ -112,7 +112,7 @@ ATTR SET|GET|DELETE|LIST [] [!] [!][arg2] Also see THE TARGET ATTRIBUTE below. -XPATH [value] +XPATH [[value]] Evaluates an XPath expression. If no value argument is specified, it is assumed the expression is a request to return a result. Otherwise, the result is set to the value argument and the document is updated. If there diff --git a/NEWS b/NEWS index ff047316..1bff26fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +PWMD v1.6 +---------- +IMPORT command bugfix. It now overwrites the node of the same name as the root +node of the content argument. + +When a client sends OPTION PINENTRY, the option value is valid for the current +session only, and not any future sessions of the same file. + + PWMD v1.5 ---------- Added the "backup" configuration parameter. When true, the default, a backup diff --git a/TODO b/TODO index f4bd2b29..003348dc 100644 --- a/TODO +++ b/TODO @@ -9,4 +9,9 @@ to the current client immediately. The 'shared' branch has some code that does this but contains a few bugs and isn't up-to-date with the current version. I'm also not sure whether to include this because the SAVE command is used to commit any changes. When this feature is added, changes are visible -immediately, even without saving. +immediately, even without saving. Another feature of this is a new +configuration option "cache_persist" can be added to keep the document in +memory for the specified number of seconds after all clients have +disconnected. This can speed up opening a file with a large number of +iterations especially when the client needs to connect a few times in a short +interval. diff --git a/configure.ac b/configure.ac index 1c72af02..7243e0d0 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.59) -AC_INIT(pwmd, 1.5, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 1.6, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) diff --git a/debian/changelog b/debian/changelog index cf48e546..3e6be76a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (1.6-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Sun, 27 Jan 2008 08:00:50 -0500 + pwmd (1.5-1) testing; urgency=low * New upstream. diff --git a/debian/copyright b/debian/copyright index 69f0569e..7122f346 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Upstream Author: Copyright: - Copyright (C) 2007 Ben Kibbey + Copyright (C) 2008 Ben Kibbey License: @@ -27,5 +27,5 @@ License: License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -The Debian packaging is (C) 2007, Ben Kibbey and +The Debian packaging is (C) 2008, Ben Kibbey and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/po/pwmd.pot b/po/pwmd.pot index ad0c8644..b186352e 100644 --- a/po/pwmd.pot +++ b/po/pwmd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bjk@luxsci.net\n" -"POT-Creation-Date: 2008-01-12 14:59-0500\n" +"POT-Creation-Date: 2008-01-27 10:39-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- 2.11.4.GIT