Throw away rpn2pquery(), use YAZ's yaz_rpnquery_to_wrbuf() instead.
[simpleserver-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index b349f0b..00f7706 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,13 @@
-$Id: Changes,v 1.23 2006-04-11 09:53:17 mike Exp $
+$Id: Changes,v 1.24 2006-04-19 12:38:37 mike Exp $
 
 Revision history for Perl extension Net::Z3950::SimpleServer
 
 1.02  (IN PROGRESS)
        - Better support for Open and User/Password authentication.
+       - SimpleServer.xs's rpn2pquery() is now discarded, and YAZ's
+         yaz_rpnquery_to_wrbuf() used instead.  This is more robust
+         in dealing with unusual cases such as string-valued
+         attributes.
 
 1.01  Fri Mar 24 12:09:32 GMT 2006
        - Documentation of release 1.00's SRU/SRW facilities.