| Ilia Alshanetsky 2007-05-31, 6:58 pm |
| iliaa Thu May 31 22:59:24 2007 UTC
Modified files:
/qaweb/include release-qa.php
Log:
5.2.3
http://cvs.php.net/viewvc.cgi/qaweb...9&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.88 qaweb/include/release-qa.php:1.89
--- qaweb/include/release-qa.php:1.88 Fri May 25 00:15:50 2007
+++ qaweb/include/release-qa.php Thu May 31 22:59:24 2007
@@ -1,11 +1,11 @@
-<?php /* $Id: release-qa.php,v 1.88 2007/05/25 00:15:50 iliaa Exp $ */
+<?php /* $Id: release-qa.php,v 1.89 2007/05/31 22:59:24 iliaa Exp $ */
/*
* This file generates the "Providing QA for PHP x.x.x.." task item
* with list of urls to the packages.
*/
-$BUILD_TEST_RELEASES = array( '4.4.7', '5.2.3RC1');
+$BUILD_TEST_RELEASES = array( '4.4.7', '5.2.3');
$DEV_RELEASES = array();
foreach($BUILD_TEST_RELEASES as $release) {
@@ -15,7 +15,7 @@
$DEV_RELEASES[] = $release . "-dev";
}
-$RELEASE_PROCESS = array(4 => false, 5 => true);
+$RELEASE_PROCESS = array(4 => false, 5 => false);
$CURRENT_QA_RELEASE_4 = false; //"4.4.7RC1";
$RC_FILES_4 = array (
@@ -34,7 +34,7 @@
);
/* PHP 5 Releases */
-$CURRENT_QA_RELEASE_5 = '5.2.3RC1';
+$CURRENT_QA_RELEASE_5 = false; //'5.2.3RC1';
$RC_FILES_5 = array (
array (
|