From: Adam Dickmeiss Date: Fri, 14 Jun 2013 09:18:03 +0000 (+0200) Subject: Version 1.6.32 X-Git-Tag: v1.6.32 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=0d7b1a5c0b1982473b2abb7da9fd00765fa46927;p=pazpar2-moved-to-github.git Version 1.6.32 --- diff --git a/IDMETA b/IDMETA index f06a87b..921908f 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.31 +VERSION=1.6.32 diff --git a/NEWS b/NEWS index a58a78c..cd6f0cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.6.32 2013/06/14 + +Experimental support for snippets. If argument snippets=1 is given +for command record or show, the text will include -tags for +those area that matches. + Fix memory leak WRT client structures (incorrect inc ref count). Log when a HTTP response is serialized and the time elapsed. diff --git a/debian/changelog b/debian/changelog index 5791f98..b6fec63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.32-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 14 Jun 2013 10:50:14 +0200 + pazpar2 (1.6.31-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 5d7ac6d..ab3392a 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.31 +PACKAGE_VERSION=1.6.32 # YAZ YAZ_DIR=..\..\yaz