From 7d9437608d7dc10613af2c6543f9473f9f964c4c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 26 Apr 2013 11:27:32 +0200 Subject: [PATCH] Version 1.6.30 --- IDMETA | 2 +- NEWS | 16 ++++++++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index fb476a4..b29b829 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.29 +VERSION=1.6.30 diff --git a/NEWS b/NEWS index 2224222..0c1566d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +--- 1.6.30 2013/04/26 + +Add MasterKey Connect configuration. Refer to section "non-standard +databases" for more information. + +Allow timeformat for log to be specified with option -m (as Metaproxy +and YAZ GFS). + +New Debian package pazpar2-dbg. + +Fix NULL ptr reference of se->relevance. If a new search is initiated +and a CCL query fails to parse, Pazpar2 could crash. + +Fix problem with host/port mangling in Pazpar2 HTTP server. Problem +existed in 1.6.29 only. + --- 1.6.29 2013/04/05 IPV6 updates. Allow IPv6 addresses for database hosts and IPv6 address diff --git a/debian/changelog b/debian/changelog index e4fa3a0..df2e882 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.30-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 26 Apr 2013 11:16:59 +0200 + pazpar2 (1.6.29-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 2d68fe1..513003d 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.28 +PACKAGE_VERSION=1.6.30 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4