CVS update: /cowiki/

[email protected] 6 Apr 2005 00:46:09 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 05/04/05 17:46:09

Modified:
 /cowiki/
  ChangeLog

Log:
 Fixed bug #217: Fetching Registry violates E_STRICT standards

File Changes:

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

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.93&r2=1.94
Delta lines:  +3 -1
-------------------
--- ChangeLog	23 Mar 2005 22:31:27 -0000	1.93
+++ ChangeLog	6 Apr 2005 00:46:09 -0000	1.94
@@ -1,11 +1,13 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.93 2005/03/23 22:31:27 dgorski Exp $
+# $Id: ChangeLog,v 1.94 2005/04/06 00:46:09 dgorski Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 2005-04-05 - Fixed bug #217: Fetching Registry violates E_STRICT 
+               standards (dtg)
 * 2005-03-23 - Fixed bug #212: Config class returns lines from core.conf
                that are commented out (dtg)
 * 2005-03-11 - Fixed bug #206: Loading of plugins is not limited to *.php