lsmith Tue Jun 30 14:24:15 2009 UTC
Modified files:
/php-src README.RELEASE_PROCESS
Log:
expanded the section about how to create the changelog
http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.20&r2=1.21&diff_format=u
Index: php-src/README.RELEASE_PROCESS
diff -u php-src/README.RELEASE_PROCESS:1.20 php-src/README.RELEASE_PROCESS:1.21
--- php-src/README.RELEASE_PROCESS:1.20 Tue Jun 30 11:37:16 2009
+++ php-src/README.RELEASE_PROCESS Tue Jun 30 14:24:15 2009
@@ -210,6 +210,10 @@
III. ``s/Fixed bug #\([0-9]\+\)/<?php bugfix(\1); ?>/``
+ IV. ``s/Fixed PECL bug #\([0-9]\+\)/<?php peclbugfix(\1); ?>/``
+
+ V. ``s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/``
+
4. ``cp releases/4_4_0.php releases/4_4_1.php``
5. ``cvs add releases/4_4_1.php``
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php