From: Andrei Zmievski Date: Mon, 5 Feb 2001 17:11:32 +0000 (+0000) Subject: One more notice about using names with NEWS entries. X-Git-Tag: php-4.0.5RC1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5de418fde4fcf5cda7d9c82c4996026e9a28d84d;p=php One more notice about using names with NEWS entries. --- diff --git a/README.CVS-RULES b/README.CVS-RULES index aded20f1a7..c766837a87 100644 --- a/README.CVS-RULES +++ b/README.CVS-RULES @@ -64,7 +64,8 @@ NEWS file. Everything else goes into the ChangeLog. It is important to note that if your comment or news logline spans multiple lines, you have to put # or @ at the beginning of _every_ such line. Every entry in NEWS has to have a name after it, so if you did it with someone's -help, put both your names there. +help, put both your names there. Your name WILL NOT be automatically put +at the end of the NEWS entry - so, please provide it yourself. Example. Say you modified two files, datetime.c and string.c. In datetime.c you added a new format option for date() function, and in string.c you fixed