| Ilia Alshanetsky 2007-01-18, 9:57 pm |
| iliaa Fri Jan 19 00:25:20 2007 UTC
Modified files:
/qaweb/include rc-md5sums.txt release-qa.php
Log:
5.2.1RC3
http://cvs.php.net/viewvc.cgi/qaweb...8&diff_format=u
Index: qaweb/include/rc-md5sums.txt
diff -u qaweb/include/rc-md5sums.txt:1.47 qaweb/include/rc-md5sums.txt:1.48
--- qaweb/include/rc-md5sums.txt:1.47 Sun Jan 7 12:39:46 2007
+++ qaweb/include/rc-md5sums.txt Fri Jan 19 00:25:20 2007
@@ -1,4 +1,4 @@
ee9238175c6b6ecec8712954065451c4 php-4.4.5RC1.tar.bz2
5337c72e3d70fb88b932215957e250f8 php-4.4.5RC1.tar.gz
-a33f72c90dda499b58cceee14d6f8ebb php-5.2.1RC2.tar.bz2
-3f89c31687762a39f1360b380dd315b4 php-5.2.1RC2.tar.gz
+d3889eda8c3471ce7cf2adb35a4de736 php-5.2.1RC3.tar.bz2
+c5b3e5540d1951d4c4b976b8a39c09ab php-5.2.1RC3.tar.gz
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/qaweb...0&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.69 qaweb/include/release-qa.php:1.70
--- qaweb/include/release-qa.php:1.69 Thu Jan 4 14:28:08 2007
+++ qaweb/include/release-qa.php Fri Jan 19 00:25:20 2007
@@ -1,4 +1,4 @@
-<?php /* $Id: release-qa.php,v 1.69 2007/01/04 14:28:08 derick Exp $ */
+<?php /* $Id: release-qa.php,v 1.70 2007/01/19 00:25:20 iliaa Exp $ */
/*
* This file generates the "Providing QA for PHP x.x.x.." task item
@@ -6,7 +6,7 @@
*/
$CURRENT_QA_RELEASE = "4.4.5RC1";
-$BUILD_TEST_RELEASES = array( '4.4.5RC1' , '5.2.1RC2');
+$BUILD_TEST_RELEASES = array( '4.4.5RC1' , '5.2.1RC3');
$RELEASE_PROCESS = true;
$RC_FILES = array (
array (
|