From 2a25a8ccad1bac986f594e26913a32b06f408156 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Thu, 1 Apr 2010 17:57:17 -0400 Subject: [PATCH] Version 2.11. --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 522471b1..fd4dc6c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +PWMD v2.11 +---------- +Another fix for the COPY command. This one fixes copy siblings of the source +element and also fixes references to a free'd pointer. + + PWMD v2.10 ---------- Added command XPATHATTR. This will operate on attributes of the expression diff --git a/configure.ac b/configure.ac index e775f69e..bb4ddf24 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.10, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 2.11, [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 b4137ac5..6318ac57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwmd (2.11-1) testing; urgency=low + + * New upstream. + + -- Ben Kibbey Thu, 01 Apr 2010 17:54:25 -0400 + pwmd (2.10-1) testing; urgency=low * New upstream. -- 2.11.4.GIT