X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Changes;h=038dcbf39edc8a7aff0d7ebd5e6c66413608090b;hb=33445a2c7b5178635d0453c58ab73a528a76dfab;hp=4edbe36722b3c16dc6e5ebdfbf5bd13c57b44001;hpb=3910432a32a3cc251fa108132db4d88f9e49b54a;p=perl-pqf.git diff --git a/Changes b/Changes index 4edbe36..038dcbf 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,26 @@ -$Id: Changes,v 1.2 2004-12-17 12:58:01 mike Exp $ +$Id: Changes,v 1.5 2004-12-20 09:23:44 mike Exp $ Revision history for Perl extension Net::Z3950::PQF. -0.02 (IN PROGRESS) +0.03 (IN PROGRESS) + - Net::Z3950::PQF::TermNode and Net::Z3950::PQF::BooleanNode + are now subclasses or Net::Z3950::PQF::BooleanNode as + documented. + - Test script "t/1-node.t" now tests subclassness. + +0.02 Fri Dec 17 17:17:47 GMT 2004 - Add CVS Ids. 0.01 Fri Dec 17 10:41:04 2004 - original version; created by h2xs 1.22 with options -b 5.6.0 -X Net::Z3950::PQF + +### Still to do: + Correct handling of double-quoted terms, so that backslash can + protect embedded double quotes. + Support for creating and rendering ProxNode. + Support for parsing @prox. + Support for parsing @set. + Support for parsing @term. +