Add note to README
authormike <mike>
Mon, 4 Nov 2002 23:42:30 +0000 (23:42 +0000)
committermike <mike>
Mon, 4 Nov 2002 23:42:30 +0000 (23:42 +0000)
README
VERSION

diff --git a/README b/README
index a5a565a..ccf57cf 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.11 2002-11-03 17:37:14 mike Exp $
+$Id: README,v 1.12 2002-11-04 23:42:30 mike Exp $
 
 cql-java - a free CQL compiler, and other CQL tools, for Java
 
@@ -119,6 +119,8 @@ THINGS TO DO
   possible to fix this without throwing out StreakTokenizer and
   rolling our own, which we absolutely _don't_ want to do.
 
+* Allow keywords to be used unquoted as search terms.
+
 * Some niceties for the cql-decompiling back-end:
        * don't emit redundant parentheses.
        * don't put spaces around relations that don't need them.
diff --git a/VERSION b/VERSION
index 49d5957..a53a0cf 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1
+0.2-in-progress