CVS update: /cowiki/

[email protected] 8 Jun 2005 13:56:23 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/06/08 06:56:23

Modified:
   cowiki/ChangeLog

Log:
 Fixed wrong lock() behaviour of FileOutputStream on Windows FAT

File Changes:

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

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.99&r2=1.100
Delta lines:  +4 -1
-------------------
--- ChangeLog	26 May 2005 21:59:31 -0000	1.99
+++ ChangeLog	8 Jun 2005 13:56:20 -0000	1.100
@@ -1,11 +1,14 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.99 2005/05/26 21:59:31 dgorski Exp $
+# $Id: ChangeLog,v 1.100 2005/06/08 13:56:20 dgorski Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 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)
 * 2005-05-26 - Fixed bug #228: Deleting users causes error in RSS feed
                generation (dtg)
 * 2005-05-16 - Added semi-automatic setup/installer (dtg)