X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Changes;h=7913714998d365d3357ff35a71ef06f0e3116564;hb=074b0ad6c03184a75638aa80d5f263c3ba71df13;hp=4ca26584a4dd73cbf9b7ef3b32710cae8b52d964;hpb=58b1d26118057b6c156a42f42ce673670d4653f5;p=perl-pqf.git diff --git a/Changes b/Changes index 4ca2658..7913714 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,20 @@ -$Id: Changes,v 1.9 2005-04-27 10:52:51 mike Exp $ +$Id: Changes,v 1.11 2007-11-19 13:12:58 mike Exp $ Revision history for Perl extension Net::Z3950::PQF. +0.05 (IN PROGRESS) + - Debian packaging: use "make debian" to create new + "debian-output" directory containing .deb package file, + changes file, etc. + +0.04 Fri Oct 5 13:13:20 BST 2007 + - Add new toSimpleServer() method to Net::Z3950::PQF::Node, + returning the compiled query as a nested set of structures + identical to those produced by the SimpleServer module and + passed as the {RPN} argument into the search handler. + - Add new test-suite script, t/3-simpleserver.t, to test the + translation of compiled queries into SimpleServer format. + 0.03 Wed Apr 27 11:51:28 BST 2005 - Net::Z3950::PQF::TermNode and Net::Z3950::PQF::BooleanNode are now subclasses of Net::Z3950::PQF::BooleanNode as