X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Changes;h=4ca26584a4dd73cbf9b7ef3b32710cae8b52d964;hb=bb65d3e7ef906e0f3df9e71b9417756fb564cc01;hp=b4df1c8c3bf25e087a153691e419101d96e63446;hpb=750125691702427eaf88a0e81c06d8331ba8f59e;p=perl-pqf.git diff --git a/Changes b/Changes index b4df1c8..4ca2658 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,35 @@ -$Id: Changes,v 1.3 2004-12-17 17:18:28 mike Exp $ +$Id: Changes,v 1.9 2005-04-27 10:52:51 mike Exp $ Revision history for Perl extension Net::Z3950::PQF. +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 + documented. Test script "t/1-node.t" now tests subclass + relationships. + - Support for Rset nodes. Test script "t/1-node.t" now tests + Rset nodes. + - Support for parsing @set. Test script "t/2-parser.t" now + tests @set queries. + - Handle multi-word terms enclosed in {curly brackets}. Test + script "t/2-parser.t" tests this. + - Representation of Term nodes has changed due to new private + base-class shared with Rset nodes. NOTE THAT THIS IS A + BACKWARDS INCOMPATIBLE CHANGE. Code that used to + inspect $termNode->{term} should now use $termNode->{value} + 0.02 Fri Dec 17 17:17:47 GMT 2004 - - Add CVS Ids. + - Write the code! First functional version. 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 @term. +