Version 1.0.8.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Apr 2008 19:32:29 +0000 (21:32 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Apr 2008 19:32:29 +0000 (21:32 +0200)
NEWS
configure.ac
debian/changelog
win/makefile

diff --git a/NEWS b/NEWS
index bf5edcc..144951c 100644 (file)
--- 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
index 0bb54cd..c29053a 100644 (file)
@@ -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)
 
index 4240f80..0011fbc 100644 (file)
@@ -1,3 +1,9 @@
+pazpar2 (1.0.8-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 22 Apr 2008 21:30:47 +0200
+
 pazpar2 (1.0.7-2) unstable; urgency=low
 
   * Update NEWS.
index 685ca97..fabc4ce 100644 (file)
@@ -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