From 86bea070542f663c4cb784ef243d380faf471c78 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 11 Dec 2010 13:32:37 -0500 Subject: [PATCH] Version 2.19. --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8feb3741..7f703d66 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +PWMD v2.19 +---------- +Changed the HELP command to send parsable data to the client (data response). + +Fixed validating element names again. They wont allow any whitespace +(including newlines). + +The "key" configuration parameter was previously reset to an empty string +after parsing. It is now removed completely from the configuration handle. +This fixes the GETCONFIG command returning an empty string. It now returns an +error. + +GETCONFIG now returns GPG_ERR_UNKNOWN_OPTION rather than GPG_ERR_NO_VALUE for +unknown configuration options. + + PWMD v2.18 ---------- Added OPEN and SAVE command option --inquire to use a server inquire to diff --git a/configure.ac b/configure.ac index 3e44ec79..2b6a94a8 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.60) -AC_INIT(pwmd, 2.19-git, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 2.19, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) diff --git a/debian/changelog b/debian/changelog index ed4238cf..68b6baa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (2.19-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Sat, 11 Dec 2010 13:07:48 -0500 + pwmd (2.18-1) testing; urgency=low * New upstream. -- 2.11.4.GIT