From ee6b14a657009ef2941c524d502b2edaf104341a Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Fri, 1 Dec 2006 09:38:37 +0000 Subject: [PATCH] Getting ready to release. --- SimpleServer.pm | 6 +++--- debian/changelog | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/SimpleServer.pm b/SimpleServer.pm index bfff664..dd8681b 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -1,5 +1,5 @@ ## -## Copyright (c) 2000-2004, Index Data. +## Copyright (c) 2000-2006, Index Data. ## ## Permission to use, copy, modify, distribute, and sell this software and ## its documentation, in whole or in part, for any purpose, is hereby granted, @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.29 2006-08-08 16:27:04 mike Exp $ +## $Id: SimpleServer.pm,v 1.30 2006-12-01 09:38:37 sondberg Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.03'; +$VERSION = '1.04'; bootstrap Net::Z3950::SimpleServer $VERSION; diff --git a/debian/changelog b/debian/changelog index 225ec3d..53f94e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libnet-z3950-simpleserver-perl (1.03-2) testing; urgency=low + + * Take into account that the yaz/configure setting enable_shared is no longer + valid. + + -- Anders Mortensen Fri, 1 Dec 2006 09:25:45 +0100 + libnet-z3950-simpleserver-perl (1.03-1) testing; urgency=low * Initial Release. -- 1.7.10.4