[Phpbb-php5mod-cvs-checkins] phpbb-php5/docs AUTHORS,1.1,1.2 CHANGELOG.html,1.1,1.2
Brought to you by:
jelly_doughnut
From: geocator <geo...@us...> - 2004-07-31 06:07:27
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30561/docs Modified Files: AUTHORS CHANGELOG.html Log Message: Updates to changelog and authors for release Index: CHANGELOG.html =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/docs/CHANGELOG.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHANGELOG.html 29 Jul 2004 22:36:00 -0000 1.1 --- CHANGELOG.html 31 Jul 2004 06:07:15 -0000 1.2 *************** *** 25,29 **** <tr> <td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="phpBB 2 : Creating Communities" vspace="1" /></a></td> ! <td align="center" width="100%" valign="middle"><span class="maintitle">phpBB 2.0.10 CHANGELOG</span></td> </tr> </table> --- 25,29 ---- <tr> <td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="phpBB 2 : Creating Communities" vspace="1" /></a></td> ! <td align="center" width="100%" valign="middle"><span class="maintitle">phpBB-php5 2.0.10.1 CHANGELOG</span></td> </tr> </table> *************** *** 33,36 **** --- 33,37 ---- <li><a href="#changelog">Changelog</a></li> <ol type="i"> + <li><a href="#2010">Changes since 2.0.10</a></li> <li><a href="#209">Changes since 2.0.9</a></li> <li><a href="#208">Changes since 2.0.8</a></li> *************** *** 56,59 **** --- 57,68 ---- <p>This is a non-exhaustive (but still near complete) changelog for phpBB 2.0.x including beta and release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p> + <a name="2010"></a><h3 class="h3">l.i. Changes since 2.0.10</h3> + + <ul> + <li>Changed all global variables to not rely on register_long_arrays</li> + <li>Fixed moderator permissions error</li> + <li>Renamed postgeSQL functions</li> + </ul> + <a name="209"></a><h3 class="h3">l.i. Changes since 2.0.9</h3> Index: AUTHORS =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/docs/AUTHORS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AUTHORS 29 Jul 2004 22:36:00 -0000 1.1 --- AUTHORS 31 Jul 2004 06:07:15 -0000 1.2 *************** *** 1 **** --- 1,3 ---- Please see: http://www.phpbb.com/about.php for a list of all the people involved in phpBB. + + For info about the conversion for php 5 please see http://phpbb-php5mod.sourceforge.net. |