Releasing 1.05.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Wed, 27 Dec 2006 12:24:50 +0000 (12:24 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Wed, 27 Dec 2006 12:24:50 +0000 (12:24 +0000)
Changes
SimpleServer.pm
debian/changelog

diff --git a/Changes b/Changes
index 93fd47e..d51a732 100644 (file)
--- 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.
 
index dd8681b..02101f9 100644 (file)
@@ -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;
 
index a67c6b3..c306604 100644 (file)
@@ -1,3 +1,9 @@
+libnet-z3950-simpleserver-perl (1.05-1) testing; urgency=low
+
+  * Respecting new naming convention for YAZ constants
+
+ -- Anders Mortensen <sondberg@indexdata.dk>  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