From 2edb7ad97729e45d2451793136ca5dbb22e9139a Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 6 Mar 2010 14:25:54 -0500 Subject: [PATCH] Version 2.8. --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ po/pwmd.pot | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c8a03fa6..4a781835 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +PWMD v2.8 +---------- +Fixed the RENAME command to handle target attributes and ambiguities. + +Unicode fixes. + +Fixed validating element names. + + PWMD v2.7 ---------- Fixed the COPY command to handle root elements and to copy attributes too. diff --git a/configure.ac b/configure.ac index 48cb8335..52ed88ed 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.7, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 2.8, [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 dc45b420..cf1963ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (2.8-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Sat, 06 Mar 2010 14:06:07 -0500 + pwmd (2.7-1) testing; urgency=low * New upstream. diff --git a/po/pwmd.pot b/po/pwmd.pot index 73976b96..dc2544ed 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: 2010-02-28 10:07-0500\n" +"POT-Creation-Date: 2010-03-06 14:25-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