From: Don S. <ri...@us...> - 2004-08-11 02:10:33
|
Update of /cvsroot/phpwsbb/phpwsbb/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19608/docs Modified Files: ChangeLog Log Message: Fixed bug #977804, PHPWS_File::makeDir() only exists in core >= 0.9.3-4. Need to put out a new version with right system requirements and pull 0.9.6 Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/docs/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** ChangeLog 21 Jun 2004 21:00:30 -0000 1.111 --- ChangeLog 11 Aug 2004 02:10:25 -0000 1.112 *************** *** 2,5 **** --- 2,12 ---- # $Id$ + *phpwsbb-0.9.7 (10 Aug 2004) + + 10 Aug 2004; Don Seiler <do...@NO...> + BUG #977804: PHPWS_File::makeDir() only exists in core >= 0.9.3-4, raised + requirements and putting out a new release so users don't get confused with + 0.9.6. + *phpwsbb-0.9.6 (21 Jun 2004) |