From a94126114b657602f481e2046f7b3f9e0703b55d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 5 Oct 2009 09:49:20 +0200 Subject: [PATCH] Version 1.2.1 --- NEWS | 2 ++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 57775f1..cab34ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.2.1 2009/10/05 + For WS responses Pazpar2 creates XML header. Exception: raw record. Setting XML files are now stored in etc/settings instead of etc. This diff --git a/configure.ac b/configure.ac index e4f77b8..51d188c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.2.0],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.2.1],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 380fd99..3d27653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.2.1-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 05 Oct 2009 09:48:43 +0200 + pazpar2 (1.2.0-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index be0fbf2..2cd6557 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/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.2.0 +PACKAGE_VERSION=1.2.1 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4