update MIR_1_0 MIR_1_0_0_RELEASE
authormh <mh>
Tue, 24 Dec 2002 01:56:40 +0000 (01:56 +0000)
committermh <mh>
Tue, 24 Dec 2002 01:56:40 +0000 (01:56 +0000)
ChangeLog

index fed9cbe..4493caf 100755 (executable)
--- 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
 
        * 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