dsp Thu, 10 Nov 2011 21:42:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=319009
Log:
It is not longer required to update php_version.php in php-bugs/
The bugtracker fetches the version list from the qa site, updating
php_version.php is not required anymore.
Changed paths:
U php/php-src/branches/PHP_5_4/README.RELEASE_PROCESS
U php/php-src/trunk/README.RELEASE_PROCESS
Modified: php/php-src/branches/PHP_5_4/README.RELEASE_PROCESS
===================================================================
--- php/php-src/branches/PHP_5_4/README.RELEASE_PROCESS 2011-11-10 21:17:04 UTC
(rev 319008)
+++ php/php-src/branches/PHP_5_4/README.RELEASE_PROCESS 2011-11-10 21:42:04 UTC
(rev 319009)
@@ -113,20 +113,17 @@
Note: Remember to update the MD5 checksum information.
+4. Update ``web/php/trunk/include/version.inc`` (x=major version number)
-1. Update in ``web/php-bugs/trunk/include/php_versions.php`` to include the
new RC and commit.
-
-2. Update ``web/php/trunk/include/version.inc`` (x=major version number)
-
a. ``$PHP_x_RC`` = "5.3.0RC1"
b. ``$PHP_x_RC_DATE`` = "06 September 2007"
-3. Commit those changes:
+5. Commit those changes:
a. ``svn commit web/qa/trunk web/php-bugs/trunk web/php/trunk``
-4. For the first RC, write the doc team ([email protected]) about updating
the
+6. For the first RC, write the doc team ([email protected]) about updating
the
INSTALL and win32/install.txt files which are generated from the PHP manual
sources.
Rolling a stable release
Modified: php/php-src/trunk/README.RELEASE_PROCESS
===================================================================
--- php/php-src/trunk/README.RELEASE_PROCESS 2011-11-10 21:17:04 UTC (rev
319008)
+++ php/php-src/trunk/README.RELEASE_PROCESS 2011-11-10 21:42:04 UTC (rev
319009)
@@ -113,19 +113,17 @@
Note: Remember to update the MD5 checksum information.
-1. Update in ``web/php-bugs/trunk/include/php_versions.php`` to include the
new RC and commit.
+4. Update ``web/php/trunk/include/version.inc`` (x=major version number)
-2. Update ``web/php/trunk/include/version.inc`` (x=major version number)
-
a. ``$PHP_x_RC`` = "5.3.0RC1"
b. ``$PHP_x_RC_DATE`` = "06 September 2007"
-3. Commit those changes:
+5. Commit those changes:
a. ``svn commit web/qa/trunk web/php-bugs/trunk web/php/trunk``
-4. For the first RC, write the doc team ([email protected]) about updating
the
+6. For the first RC, write the doc team ([email protected]) about updating
the
INSTALL and win32/install.txt files which are generated from the PHP manual
sources.
Rolling a stable release
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php