From 4f80d301348699b563db53c895f56d6195fade4f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 4 Nov 2008 09:23:44 +0100 Subject: [PATCH] Version 1.0.12. --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 441ce02..7352d15 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.12 2008/11/04 + +Fixed bug #2021.. location now holds all brief elements. + --- 1.0.11 2008/10/15 Fixed check for application/x-www-form-urlencoded parameters. diff --git a/configure.ac b/configure.ac index 61c07d8..cf0026f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.11],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.12],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 35ebe62..d6b8e06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.0.12-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 04 Nov 2008 09:21:18 +0100 + pazpar2 (1.0.11-1) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 3a50460..d3d9223 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.0.11 +PACKAGE_VERSION=1.0.12 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4