From: Wendall C. <wen...@us...> - 2005-01-05 22:02:35
|
Update of /cvsroot/phpwsbb/phpwsbb/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5658/docs Modified Files: ChangeLog INSTALL Log Message: version change to 0.10.1 Index: INSTALL =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/docs/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL 13 Sep 2004 16:11:15 -0000 1.3 --- INSTALL 5 Jan 2005 22:02:26 -0000 1.4 *************** *** 4,9 **** INSTALL steps for phpwsbb ! IMPORTANT: phpwsbb is a module for phpWebSite 0.9.3-2 or higher. You have to ! install phpWebSite >= 0.9.3-2 first, phpwsbb will not work with earlier versions of phpWebSite. If you don't have phpWebSite installed, first get the latest code here: --- 4,9 ---- INSTALL steps for phpwsbb ! IMPORTANT: phpwsbb is a module for phpWebSite 0.9.3-4 or higher. You have to ! install phpWebSite >= 0.9.3-4 first, phpwsbb will not work with earlier versions of phpWebSite. If you don't have phpWebSite installed, first get the latest code here: *************** *** 14,27 **** docs directory of that download. - If you are using phpWebSite 0.9.3-2, you will need to download the fixed - version of core/Database.php, which you can get at: - - http://phpwsbb.sourceforge.net/Database0932.zip - - Extract Database.php from that archive and put it into the "core" directory of - your phpWebSite installation. - - One this is done then you can start installing phpwsBB: - 1. Download the .tar.gz from a sourceforge mirror. --- 14,17 ---- *************** *** 65,69 **** Layout Admin in control panel and "Reinitialize Default Theme". FYI. ! 8. If you are installing on phpwebsite < 0.9.3-5, you'll need to follow the instructions in the README in the imglib directory. --- 55,59 ---- Layout Admin in control panel and "Reinitialize Default Theme". FYI. ! 8. If you are installing on phpwebsite < 0.10.0, you'll need to follow the instructions in the README in the imglib directory. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/docs/ChangeLog,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** ChangeLog 5 Jan 2005 19:06:27 -0000 1.122 --- ChangeLog 5 Jan 2005 22:02:25 -0000 1.123 *************** *** 2,6 **** # $Id$ ! *phpwsbb-1.0.1cvs Bug Fixes: --- 2,6 ---- # $Id$ ! *phpwsbb-1.0.1 (05 Jan 2005) Bug Fixes: |