From 05e5bf4660adb161726be152f57f80d8c284d81a Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 12 Jan 2008 14:58:31 -0500 Subject: [PATCH] Version 1.5. --- NEWS | 3 +++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5fa6f087..ff047316 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ sent. The filename will have the ".backup" extension appended to it. Added the XPATH command. This command can retrieve a result of the specified expression or set a value to the result of the specified expression. +Added the IMPORT command. This is like STORE but reads real XML data and +stores it at the specified element path. + A few bugfixes. See ChangeLog for details. diff --git a/configure.ac b/configure.ac index cd11937b..1c72af02 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.4, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 1.5, [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 9de2763e..cf48e546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (1.5-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Sat, 12 Jan 2008 13:27:41 -0500 + pwmd (1.4-1) testing; urgency=low * Fixed some lintian warnings -- 2.11.4.GIT