From 94cb206e33957c66b9972a7618ec0e99fb5ee8de Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 May 2012 15:58:09 +0200 Subject: [PATCH] Version 1.3.35 --- NEWS | 3 ++- debian/changelog | 6 ++++++ win/makefile | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 14ad257..f4c2ab7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ +--- 1.3.35 2012/05/09 -Fixes for windows compilation. +Fixes for Windows compilation. Metaproxy daemon reacts to SIGUSR1 in which case it will leave existing sessions running but terminate the monitor process that is diff --git a/debian/changelog b/debian/changelog index a019f2a..bdbeede 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.35-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 09 May 2012 15:53:32 +0200 + metaproxy (1.3.34-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 87662ff..d8aa932 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.34 +VERSION=1.3.35 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4