------------------------------------------------------------------- Fri Jul 26 05:31:38 UTC 2024 - Tina Müller - updated to 1.320.0 (1.32) see /usr/share/doc/packages/perl-Net-Z3950-ZOOM/Changes 1.32 Sat 13 Jul 2024 15:19:44 BST - Rework ZOOM-Perl configuration to use Debian's yaz-config when pkg-config is absent. Fixes ZOOM-29. - Rework ZOOM-Perl tests not to depend on z3950.indexdata.com (which is defunct). Fixes ZOOM-28. 1.31 Tue Feb 21 08:46:39 UTC 2017 - Build for current supported Ubuntu distributions - Fix some URLs in documentation ------------------------------------------------------------------- Sun Oct 25 14:07:35 UTC 2020 - Dirk Stoecker - updated to 1.30 see /usr/share/doc/packages/perl-Net-Z3950-ZOOM/Changes 1.30 Wed Mar 12 14:08:26 CET 2014 - Update test 19-events.t and 29-events.t Events check: allow for multiple Connect events - Require YAZ 4 or later - Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only. 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) - Include the useful example program samples/zoom-delete-records which is installed as part of "make install". - Fix documentation of connect() method so that it doesn't imply that it can accept options. ------------------------------------------------------------------- Sat Sep 10 21:23:12 UTC 2011 - lars@linux-schulserver.de - update to 1.28: + The displayTerm==term assertion is now case-insensitive + Support for Index Data build procedures - added man pages for zoomdump and zselect - renamed the package to perl-Net-Z3950-ZOOM as suggested by cpanspec ------------------------------------------------------------------- Wed Dec 1 13:36:27 UTC 2010 - coolo@novell.com - switch to perl_requires macro ------------------------------------------------------------------- Sun Feb 21 17:58:34 UTC 2010 - lars@linux-schulserver.de - update to 1.25: + Fix test-suite not to run the "packages" tests against test.indexdata.com, which has gone away, but against z3950.indexdata.com, like the other tests. A new server runs on a different port for these tests. + Rename zdump.pl to zoomdump, and add it to the set of programs installed. + When Net::Z3950::ZOOM::record_get() fetches an XML record because the requested OPAC record is empty, it now wraps it in an OPAC wrapper, making the difference invisible to application code. + Fix Net::Z3950::ZOOM::record_get() to use a struct datachunk _when_ appropriate, e.g. for "render" not for "database" and "syntax". + Remove the unused $len reference parameter from record_get() and $record->get(): this is now used in the underlying C layer to make Perl strings of the right length, and is of no value higher up the stack. + Fix a bug in ZOOM::ResultSet::records(): requests including the last record in the set were incorrectly declined. + Clear up a few warnings in ZOOM.xs + Minor documentation improvements. ------------------------------------------------------------------- Tue Nov 13 20:08:43 CET 2007 - lars@linux-schulserver.de - update to 1.21 ------------------------------------------------------------------- Mon Jul 23 08:37:03 CEST 2007 - lars@linux-schulserver.de - initial package 1.16 - disabled tests: too many failures and too little time to fix