| Ilia Alshanetsky 2006-12-16, 6:58 pm |
| iliaa Sat Dec 16 21:16:03 2006 UTC
Modified files:
/qaweb/include rc-md5sums.txt release-qa.php
Log:
5.2.1RC1
http://cvs.php.net/viewvc.cgi/qaweb...5&diff_format=u
Index: qaweb/include/rc-md5sums.txt
diff -u qaweb/include/rc-md5sums.txt:1.44 qaweb/include/rc-md5sums.txt:1.45
--- qaweb/include/rc-md5sums.txt:1.44 Thu Oct 5 20:06:06 2006
+++ qaweb/include/rc-md5sums.txt Sat Dec 16 21:16:03 2006
@@ -1,4 +1,4 @@
bb89d67c3a011229adea6c31aae6751b php-4.4.4RC1.tar.bz2
13d41fcc56bb5e164c488575a0b96e59 php-4.4.4RC1.tar.gz
-9a7fb788fbfd2beb8ed7aecb0a7d1598 php-5.2.0RC5.tar.bz2
-c2542f1567a136b222372b1f5299011e php-5.2.0RC5.tar.gz
+cc6024531e3d4058e32cf740e2fe535f php-5.2.1RC.tar.bz2
+bafcdff32bcaa564f65293c1c42d117e php-5.2.1RC.tar.gz
http://cvs.php.net/viewvc.cgi/qaweb...8&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.67 qaweb/include/release-qa.php:1.68
--- qaweb/include/release-qa.php:1.67 Thu Oct 5 20:06:06 2006
+++ qaweb/include/release-qa.php Sat Dec 16 21:16:03 2006
@@ -1,4 +1,4 @@
-<?php /* $Id: release-qa.php,v 1.67 2006/10/05 20:06:06 iliaa Exp $ */
+<?php /* $Id: release-qa.php,v 1.68 2006/12/16 21:16:03 iliaa Exp $ */
/*
* This file generates the "Providing QA for PHP x.x.x.." task item
@@ -6,7 +6,7 @@
*/
$CURRENT_QA_RELEASE = "4.4.4RC1";
-$BUILD_TEST_RELEASES = array( '4.4.4RC1' , '5.2.0RC5');
+$BUILD_TEST_RELEASES = array( '4.4.4RC1' , '5.2.1RC1');
$RELEASE_PROCESS = true;
$RC_FILES = array (
array (
@@ -26,7 +26,7 @@
);
/* PHP 5 Releases */
-$CURRENT_QA_RELEASE_5 = '5.2.0RC5';
+$CURRENT_QA_RELEASE_5 = '5.2.1RC1';
$RC_FILES_5 = array (
array (
|