From 336e0b2c65af7c4effb36052cfb15aab5cab4758 Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Wed, 27 Dec 2006 12:24:50 +0000 Subject: [PATCH] Releasing 1.05. --- Changes | 5 ++++- SimpleServer.pm | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 93fd47e..d51a732 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -$Id: Changes,v 1.29 2006-12-01 09:53:00 sondberg Exp $ +$Id: Changes,v 1.30 2006-12-27 12:24:50 sondberg Exp $ Revision history for Perl extension Net::Z3950::SimpleServer +1.05 Wed Dec 27 13:19:13 CET 2006 + - Taking new naming convention for YAZ constants into account. + 1.04 Fri Dec 1 10:48:32 CET 2006 - Build such that SimpleServer links to new yaz shared object. diff --git a/SimpleServer.pm b/SimpleServer.pm index dd8681b..02101f9 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.30 2006-12-01 09:38:37 sondberg Exp $ +## $Id: SimpleServer.pm,v 1.31 2006-12-27 12:24:50 sondberg Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.04'; +$VERSION = '1.05'; bootstrap Net::Z3950::SimpleServer $VERSION; diff --git a/debian/changelog b/debian/changelog index a67c6b3..c306604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnet-z3950-simpleserver-perl (1.05-1) testing; urgency=low + + * Respecting new naming convention for YAZ constants + + -- Anders Mortensen Wed, 27 Dec 2006 13:21:58 +0100 + libnet-z3950-simpleserver-perl (1.04-1) testing; urgency=low * Take into account that the yaz/configure setting enable_shared is no longer -- 1.7.10.4