Add (premature) note about Ralph's changes.
[cql-java-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index c532176..b804262 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,20 @@
-$Id: Changes,v 1.21 2002-11-24 17:42:26 mike Exp $
+$Id: Changes,v 1.23 2002-12-04 16:55:45 mike Exp $
 
 Revision history for the "cql-java" package.
 See the bottom of this file for a list of things still to do.
 
+0.5  (IN PROGRESS)
+       - Add an extra back-end method,
+               byte[] toType1(Properties config)
+         which generates an opaque BER-encoded PDU suitable for
+         forwarding to Z39.50 server as a pasrt of a searchRequest
+         APDU.  This was contributed by Ralph Levan <levan@oclc.org>
+       - Change regression-test rules for Adam's compiler to use his
+         new front-end cql2xcql instead of the old cqlparse3.
+       - Fix comment in etc/pqf.properties (claimed that the Type-1
+         "string" attribute was "phrase").  Just a documentation
+         error.
+
 0.4  Thu Nov 21 10:09:26 2002
        - Add support for the new "phonetic" relation modifier,
          including its mapping in "etc/pqf.properties".