From: <be...@us...> - 2014-06-16 11:28:02
|
Revision: 12612 http://sourceforge.net/p/xoops/svn/12612 Author: beckmi Date: 2014-06-16 11:27:58 +0000 (Mon, 16 Jun 2014) Log Message: ----------- Setting up 2.5.8 Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt XoopsCore/branches/2.5.x/2.5.8/htdocs/include/version.php Modified: XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt 2014-06-16 11:21:43 UTC (rev 12611) +++ XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt 2014-06-16 11:27:58 UTC (rev 12612) @@ -1,6 +1,11 @@ XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt) =============================== +NOT RELEASED: Version 2.5.8 Beta 1 +=============================== +Bugfixes: + +=============================== 2014/06/14: Version 2.5.7 Final =============================== - updated XoopsMediaUploader to use system memory values from php.ini, and to offer random file names (mamba/luciorota/zyspec) Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/include/version.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.8/htdocs/include/version.php 2014-06-16 11:21:43 UTC (rev 12611) +++ XoopsCore/branches/2.5.x/2.5.8/htdocs/include/version.php 2014-06-16 11:27:58 UTC (rev 12612) @@ -30,4 +30,4 @@ /** * Define XOOPS version */ -define('XOOPS_VERSION', 'XOOPS 2.5.7'); +define('XOOPS_VERSION', 'XOOPS 2.5.8_Beta1'); |