Version 1.29 v1.29
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Oct 2013 08:46:05 +0000 (10:46 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Oct 2013 08:46:05 +0000 (10:46 +0200)
Changes
IDMETA
debian/changelog
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index 60d67d3..8a76127 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Net::Z3950::ZOOM.
 
-[IN PROGRESS]
+1.29  Mon Oct 14 10:41:28 CEST 2013
        - Debian/RPM packages now built with YAZ 5.
        - Do not depend on libyaz4-devel in Debian package
          (only required for building)  
diff --git a/IDMETA b/IDMETA
index d8fd9fe..c79af7a 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,5 +1,6 @@
 NAME=libnet-z3950-zoom-perl
-VERSION=1.27
+VERSION=1.29
 OMIT_FROM_DIST="archive modules"
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="quantal precise oneiric lucid"
+CENTOS_DIST="centos5 centos6"
index 421502c..2b188bf 100644 (file)
@@ -1,3 +1,9 @@
+libnet-z3950-zoom-perl (1.29-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 14 Oct 2013 10:39:03 +0200
+
 libnet-z3950-zoom-perl (1.27-2) unstable; urgency=low
 
   * Debian control-file now specified build-dependency on libyaz4-dev
index 29bd9b4..2b17964 100644 (file)
@@ -4,7 +4,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.28';
+our $VERSION = '1.29';
 
 require XSLoader;
 XSLoader::load('Net::Z3950::ZOOM', $VERSION);