CVS update: /cowiki/

[email protected] 14 Jul 2005 03:30:14 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/07/13 20:30:14

Modified:
   cowiki/ChangeLog

Log:
 Chlogged

File Changes:

Directory: /cowiki/
===================

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.105&r2=1.106
Delta lines:  +9 -2
-------------------
--- ChangeLog	8 Jul 2005 01:55:05 -0000	1.105
+++ ChangeLog	14 Jul 2005 03:30:11 -0000	1.106
@@ -1,11 +1,18 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.105 2005/07/08 01:55:05 dgorski Exp $
+# $Id: ChangeLog,v 1.106 2005/07/14 03:30:11 dgorski Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 2005-07-13 - The handling of MyISAM (in opposite to InnoDB) tables that
+               has been kicked on 2005-05-13 was introduced again. This is
+               a data security issue that has been discussed extensively on
+               the mailing lists. Use MyISAM tables on your own risk, you
+               will encounter data loss sooner or later. If you're using
+               MySQL, it is strongly recommended to use the InnoDB engine
+               instead of MyISAM (dtg)
 * 2005-07-08 - Fixed bug #234: Possible JavaScript cross site scripting
                (XXS) attack while using document search (dtg)
 * 2005-06-29 - Added Japanese localization (tjokagi)
@@ -24,7 +31,7 @@
 * 2005-05-26 - Fixed bug #228: Deleting users causes error in RSS feed
                generation (dtg)
 * 2005-05-16 - Added semi-automatic setup/installer (dtg)
-* 2005-05-13 - MySQLs MyISAM tables are passé and over the hills. coWiki
+* 2005-05-13 - MySQLs MyISAM tables are passe and over the hills. coWiki
                requires InnoDB from now on when used with MySQL (dtg)
 * 2005-04-28 - Fixed bug #224: Registry was used in FileOutputStream (dtg)
 * 2005-04-16 - Fixed bug #216: Comment threads of restricted/confidential