From 0d7b1a5c0b1982473b2abb7da9fd00765fa46927 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 14 Jun 2013 11:18:03 +0200 Subject: [PATCH 1/1] Version 1.6.32 --- IDMETA | 2 +- NEWS | 6 ++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) 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 -- 1.7.10.4