CVS update: /cowiki/

[email protected] 28 Apr 2005 01:30:46 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/04/27 18:30:46

Modified:
   cowiki/ChangeLog

Log:
 Fixed bug #224: Registry was used in FileOutputStream

File Changes:

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

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.96&r2=1.97
Delta lines:  +2 -1
-------------------
--- ChangeLog	17 Apr 2005 03:28:29 -0000	1.96
+++ ChangeLog	28 Apr 2005 01:30:44 -0000	1.97
@@ -1,11 +1,12 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.96 2005/04/17 03:28:29 dgorski Exp $
+# $Id: ChangeLog,v 1.97 2005/04/28 01:30:44 dgorski Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 2005-04-28 - Fixed bug #224: Registry was used in FileOutputStream (dtg)
 * 2005-04-16 - Fixed bug #216: Comment threads of restricted/confidential
                documents are readable for guest users (dtg)
 * 2005-04-12 - Implemented issue #220: Added MySQLi support (dtg)