From f617468a16c506a30c38869aecbd22ac34ae6678 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Jan 2012 15:32:33 +0100 Subject: [PATCH] Version 1.6.9 --- IDMETA | 2 +- NEWS | 2 ++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 8336b74..abb274e 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,3 @@ DEBIAN_DIST="wheezy squeeze lenny" UBUNTU_DIST="oneiric natty maverick lucid" -VERSION=1.6.8 +VERSION=1.6.9 diff --git a/NEWS b/NEWS index 6039f67..64eada3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.6.9 2012/01/19 + Fix SEGV that could occur for failed connections. --- 1.6.8 2012/01/17 diff --git a/debian/changelog b/debian/changelog index 2ef5151..7a17c50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.9-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 19 Jan 2012 15:31:44 +0100 + pazpar2 (1.6.8-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 807c914..3d6da07 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.8 +PACKAGE_VERSION=1.6.9 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4