Commit: af6fb5c99d098514eaf1dfde87ab960f79f47684 Author: Johannes Schlüter <johan...@schlueters.de> Fri, 1 Aug 2014 02:36:06 +0200 Parents: 6194ac61b20b2f254ea0a8a570baf6a2e8b2e0fb Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=af6fb5c99d098514eaf1dfde87ab960f79f47684 Log: PHP 5.3.29RC1 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 263b8c9..54e6635 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -50,18 +50,19 @@ TODO: $QA_RELEASES = array( - '5.3.28' => array( - 'active' => false, + '5.3.29' => array( + 'active' => true, 'snaps' => array( 'prefix' => 'php5.3-latest', 'baseurl' => 'http://snaps.php.net/', ), 'release' => array( 'type' => 'RC', - 'number' => 0, - 'md5_bz2' => '', - 'md5_gz' => '', - 'date' => '?? ??? 2013', + 'number' => 1, + 'md5_bz2' => '4c28e884d31dc155aa3b1c3aee646949', + 'md5_gz' => '2fd3ff76e20b5b9071c383574851f66b', + 'md5_xz' => '7b57686b59e46173ff060d8d3e010a04', + 'date' => '31 Jul 2013', 'baseurl' => 'http://downloads.php.net/johannes/', ), ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php