From: Adam Dickmeiss Date: Mon, 28 Mar 2011 13:47:07 +0000 (+0200) Subject: Version 1.5.5 X-Git-Tag: v1.5.5 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=4254d358608b95752e115e8dcc4248dc56c765bc Version 1.5.5 --- diff --git a/NEWS b/NEWS index 0bb6f85..053cfe5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.5.5 2011/03/28 + +Fix memory leak that occurred for command=termlist&name=xtargets . + +Pazpar2 may save HTTP requests. Enabled by option -R. + --- 1.5.4 2011/03/08 Experimental support for DTIC DADS target. New dads-pz2.xsl. diff --git a/configure.ac b/configure.ac index 1134eb4..85ec194 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.4],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.5],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index ee2b637..31f83d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ -pazpar2 (1.5.3-1indexata) unstable; urgency=low +pazpar2 (1.5.5-1indexdata) unstable; urgency=low - * Upstrem. + * Upstream. + + -- Adam Dickmeiss Mon, 28 Mar 2011 15:42:06 +0200 + +pazpar2 (1.5.3-1indexdata) unstable; urgency=low + + * Upstream. -- Dennis Schafroth Fri, 18 Feb 2011 12:26:12 +0100 diff --git a/pazpar2.spec b/pazpar2.spec index f20e2e2..142923a 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,7 +1,7 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.5.3 -Release: 1 +Version: 1.5.5 +Release: 1indexdata License: GPL Group: Applications/Internet Vendor: Index Data ApS diff --git a/win/makefile b/win/makefile index 729cec2..869e779 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.4.4 +PACKAGE_VERSION=1.5.5 # YAZ YAZ_DIR=..\..\yaz