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)
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"
+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
use strict;
use warnings;
-our $VERSION = '1.28';
+our $VERSION = '1.29';
require XSLoader;
XSLoader::load('Net::Z3950::ZOOM', $VERSION);