From b94f1f57428821e3561571a856a16fee8c238427 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Apr 2008 21:32:29 +0200 Subject: [PATCH] Version 1.0.8. --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index bf5edcc..144951c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.0.8 2008/04/22 + +Fixed bug #1162: HTML entities are not escaped properly. + +Native Windows port of Pazpar2. Makefile for Visual Studio provided. + --- 1.0.7 2008/04/14 Marc21 stylesheet updated to reflect multiple full text fields diff --git a/configure.ac b/configure.ac index 0bb54cd..c29053a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.7],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.8],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 4240f80..0011fbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.0.8-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 22 Apr 2008 21:30:47 +0200 + pazpar2 (1.0.7-2) unstable; urgency=low * Update NEWS. diff --git a/win/makefile b/win/makefile index 685ca97..fabc4ce 100644 --- a/win/makefile +++ b/win/makefile @@ -1,10 +1,10 @@ # This file is part of Pazpar2. # Copyright (C) 2006-2008 Index Data -DEBUG=1 # 0 for release, 1 for debug +DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.0.7 +PACKAGE_VERSION=1.0.8 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4