|
From: Benjamin C. <bc...@us...> - 2002-03-13 18:08:06
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv23579 Modified Files: CHANGELOG UPGRADING Log Message: Updated for 0.7.1 Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- CHANGELOG 6 Mar 2002 00:06:07 -0000 1.45 +++ CHANGELOG 13 Mar 2002 17:55:33 -0000 1.46 @@ -1,4 +1,7 @@ --- 0.7.0 -- +-- 0.7.1 -- 13 Mar 2002 +: Bugs were fixed with installation and upgrading. + +-- 0.7.0 -- 11 Mar 2002 : Removed the requirement for register_globals = on in PHP settings. : Added dynamic select boxes to the bug form for changing component and version information when selecting a different project. Index: UPGRADING =================================================================== RCS file: /cvsroot/phpbt/phpbt/UPGRADING,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- UPGRADING 11 Mar 2002 16:26:11 -0000 1.7 +++ UPGRADING 13 Mar 2002 17:55:35 -0000 1.8 @@ -1,4 +1,4 @@ -Upgrading from 0.6.x to 0.7.0 +Upgrading from 0.6.x to 0.7.1 ----------------------------- A new table, bug_vote, has been added, and new configuration variables have |