From: Adam Dickmeiss Date: Tue, 22 Apr 2008 19:32:29 +0000 (+0200) Subject: Version 1.0.8. X-Git-Tag: PAZPAR2.1.0.8~1 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=b94f1f57428821e3561571a856a16fee8c238427 Version 1.0.8. --- 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