From 82955d30ae01b925e18fcde13c9f6e5531098c7d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 15 Oct 2008 12:06:33 +0200 Subject: [PATCH] Version 1.0.11. --- 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 71eed46..441ce02 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.11 2008/10/15 + +Fixed check for application/x-www-form-urlencoded parameters. + --- 1.0.10 2008/10/14 Fixes for IE in pz2.js. diff --git a/configure.ac b/configure.ac index 12a383e..61c07d8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.10],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.11],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 754f764..35ebe62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.0.11-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 15 Oct 2008 12:01:55 +0200 + pazpar2 (1.0.10-1) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index ba9fb72..3a50460 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.10 +PACKAGE_VERSION=1.0.11 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4