From 6797594aa10b707c6e99464cf9893b609e3593d0 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 24 Dec 2002 01:56:40 +0000 Subject: [PATCH] update --- ChangeLog | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fed9cbed..4493cafb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2002-12-24 01:51 mh + + * NEWS: 1.0.0 final + +2002-12-24 01:44 mh + + * doc/README: added features + +2002-12-20 03:32 mh + + * source/mir/misc/HTMLTemplateProcessor.java: Video.Host.. instead + of VideoHost + +2002-12-20 03:22 mh + + * doc/KNOWN_BUGS: remove the single quote thing. it's now fixed + +2002-12-20 03:08 mh + + * NEWS: 1.0.0-rc6 + +2002-12-20 03:01 mh + + * source/: mir/storage/Database.java, + mircoders/module/ModuleContent.java, + mircoders/storage/DatabaseLinksImcs.java: replace the use of + StringUtil.quote(String) with + StringUtil.JDBCescapeStringLiteral(String) to better escape single + quotes and other JDBC stuff + +2002-12-20 02:59 mh + + * source/mir/misc/MirConfig.java: add a RuntimeException to + MirConfig.getProp(. if the requested property is not found. I know + this should be a real Exception, but that is too big a code change + for now + +2002-12-20 02:57 mh + + * source/mir/misc/StringUtil.java: add the + JDBCescapeStringLiteral(String) method to better escape things like + single quotes for inserts/updates to a JDBC DB. Also get rid of a + bunch of unused methods + +2002-12-13 06:32 mh + + * ChangeLog: update + 2002-12-13 06:28 mh * NEWS: mir-1.0.0-rc5 @@ -490,7 +538,7 @@ * source/mircoders/media/MediaRequest.java: get rid of annoying $Log: ChangeLog,v $ - Revision 1.1.2.2 2002/12/13 06:32:22 mh + Revision 1.1.2.3 2002/12/24 01:56:40 mh update stuff -- 2.11.0