CVS update: /cowiki/

[email protected] 9 Jun 2005 01:42:39 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/06/08 18:42:39

Modified:
   cowiki/ChangeLog

Log:
 Implemented issue #230: Make it possible to set PHPs error reporting level outside coWiki (dtg)

File Changes:

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

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.100&r2=1.101
Delta lines:  +3 -1
-------------------
--- ChangeLog	8 Jun 2005 13:56:20 -0000	1.100
+++ ChangeLog	9 Jun 2005 01:42:36 -0000	1.101
@@ -1,11 +1,13 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.100 2005/06/08 13:56:20 dgorski Exp $
+# $Id: ChangeLog,v 1.101 2005/06/09 01:42:36 dgorski Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 2005-06-08 - Implemented issue #230: Make it possible to set PHPs error
+               reporting level outside coWiki (dtg)
 * 2005-06-08 - Fixed wrong lock() behaviour of FileOutputStream on Windows
                FAT platforms. Invocation of the lock() method always failed
                in standard (STD) lock mode. (dtg)