From: Don S. <ri...@us...> - 2004-05-11 14:22:00
|
Update of /cvsroot/phpwsbb/phpwsbb/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7276/docs Modified Files: ChangeLog Log Message: Fixes for Bug 951537 in which Thread paging is seriously not working. It is now though. Updated version to 0.9.4 for impending bugfix release. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/docs/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** ChangeLog 4 May 2004 00:25:15 -0000 1.107 --- ChangeLog 11 May 2004 14:21:49 -0000 1.108 *************** *** 2,5 **** --- 2,10 ---- # $Id$ + *phpwsbb-0.9.4 (11 May 2004) + + 11 May 2004; Don Seiler <do...@NO...> + BUG #951537 Thread paging was seriously b0rked. + 03 May 2004; Don Seiler <do...@NO...> BUG #947328 All php files need to begin with "<?php" not "<?". |