Commit: 0b627b9a5052903abc50056fe4cdfe4bc86f7565 Author: Stanislav Malyshev <smalys...@gmail.com> Thu, 29 May 2014 15:44:41 -0700 Parents: 27ca8eca66342a8b6e34d59122bbf5e9ccdc1afc Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=0b627b9a5052903abc50056fe4cdfe4bc86f7565 Log: 5.4.29 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index 444dabf..bd70506 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -66,7 +66,7 @@ $QA_RELEASES = array( ), ), - '5.4.29' => array( + '5.4.30' => array( 'active' => true, 'snaps' => array( 'prefix' => 'php5.4-latest', @@ -74,9 +74,9 @@ $QA_RELEASES = array( ), 'release' => array( 'type' => 'RC', - 'number' => 1, - 'md5_bz2' => '29cf4c4692f3388bc7203b3c50eb1e57', - 'md5_gz' => '7159f2b9eb5d39efd913f5b33d001239', + 'number' => 0, + 'md5_bz2' => '', + 'md5_gz' => '', 'date' => '', 'baseurl' => 'http://downloads.php.net/stas/', ), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php