From 98c9356102a338238afc5b85af52acc4c8a2267c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Sep 2011 12:30:27 +0200 Subject: [PATCH] Version 1.6.2 --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ pazpar2.spec | 2 +- win/makefile | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4ac1fad..0889356 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.6.2 2011/09/15 + +tmarc.xsl: yet another 773$g fix. Was broken in 1.6.1 as well. + +Facility to change working directory for pazpar2 daemon. Option -wdir +sets working directory to dir. This facility is useful if core dumps +must be saved. In this case, the current working directory must be +writable by the running user, such as "nobody". + --- 1.6.1 2011/09/14 New configuration element for / which diff --git a/configure.ac b/configure.ac index 647ebae..4c53253 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.6.1],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.6.2],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index d921175..ead961d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.2-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 15 Sep 2011 11:21:11 +0200 + pazpar2 (1.6.1-1indexdata) unstable; urgency=low * Upstream. diff --git a/pazpar2.spec b/pazpar2.spec index 50f2e6c..c038139 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.6.1 +Version: 1.6.2 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 43d60f7..9de5198 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.6.1 +PACKAGE_VERSION=1.6.2 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4