From 1b33e1aa62c7f3214383648abc99fedcf950977a Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 15 Nov 2002 15:28:03 +0000 Subject: [PATCH] Move away from v0.3 (post-release) --- Changes | 5 +++-- VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 5299156..0368e07 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -$Id: Changes,v 1.11 2002-11-15 12:03:00 mike Exp $ +$Id: Changes,v 1.12 2002-11-15 15:28:03 mike Exp $ Revision history for "cql-java" See the bottom of this file for a list of things still to do. @@ -64,10 +64,11 @@ See the bottom of this file for a list of things still to do. think it's actually possible to fix this without throwing out StreakTokenizer and rolling our own, which we absolutely _don't_ want to do. + - Add support for the new "phonetic" relation modifier, + including its mapping in "etc/pqf.properties". - Describe prefix-mapping in the CQL tutorial (not really anything to do with cql-java, but this note will remind me to do it.) - - Add support for the new "phonetic" relation modifier. - Write javadoc comments for CQLRelation and ModifierSet. - Write "overview" file for the javadoc documentation. - Some niceties for the cql-decompiling back-end: diff --git a/VERSION b/VERSION index be58634..29dd56d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3 +0.4-IN-PROGRESS -- 1.7.10.4