| Ilia Alshanetsky 2007-04-26, 6:57 pm |
| iliaa Thu Apr 26 22:59:36 2007 UTC
Modified files:
/qaweb/include rc-md5sums.txt release-qa.php
Log:
5.2.2RC2
http://cvs.php.net/viewvc.cgi/qaweb...6&diff_format=u
Index: qaweb/include/rc-md5sums.txt
diff -u qaweb/include/rc-md5sums.txt:1.55 qaweb/include/rc-md5sums.txt:1.56
--- qaweb/include/rc-md5sums.txt:1.55 Thu Apr 12 22:32:48 2007
+++ qaweb/include/rc-md5sums.txt Thu Apr 26 22:59:36 2007
@@ -1,7 +1,6 @@
2ff585134f85fa992af7d953e4645810 php-4.4.7RC1.tar.bz2
72c25db4e65ae8a985914472403a5f83 php-4.4.7RC1.tar.gz
-262e36555c083d103259fea165faabaf php-5.2.2RC1.tar.bz2
-04e979787670d3d5e1c3e289104b65fa php-5.2.2RC1.tar.gz
+4752195cc5418686914ee1db08774763 php-5.2.2RC2.tar.bz2
+3518a00186de9e335b48b4091ae03225 php-5.2.2RC2.tar.gz
8376caa11f2e8f63c9070d0dfaeb360e php-5.2.2RC1.zip
decc20ca8d302268cee4cd5839dc1924 pecl-5.2.2RC1.zip
-
http://cvs.php.net/viewvc.cgi/qaweb...6&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.85 qaweb/include/release-qa.php:1.86
--- qaweb/include/release-qa.php:1.85 Tue Apr 17 08:16:51 2007
+++ qaweb/include/release-qa.php Thu Apr 26 22:59:36 2007
@@ -1,11 +1,11 @@
-<?php /* $Id: release-qa.php,v 1.85 2007/04/17 08:16:51 tony2001 Exp $ */
+<?php /* $Id: release-qa.php,v 1.86 2007/04/26 22:59:36 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.7RC1', '5.2.2RC1');
+$BUILD_TEST_RELEASES = array( '4.4.7RC1', '5.2.2RC2');
$DEV_RELEASES = array();
foreach($BUILD_TEST_RELEASES as $release) {
@@ -34,7 +34,7 @@
);
/* PHP 5 Releases */
-$CURRENT_QA_RELEASE_5 = '5.2.2RC1';
+$CURRENT_QA_RELEASE_5 = '5.2.2RC2';
$RC_FILES_5 = array (
array (
|