svn commit: r1936251 - httpd/httpd/trunk

[email protected] Fri, 17 Jul 2026 10:19:26 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178428356632.3751311.16345236486555886857@svn03-he-fi>
Author: jorton
Date: Fri Jul 17 10:19:26 2026
New Revision: 1936251

Log:
Further refine CHANGES description, to prod Claude into
producing more useful output.

Modified:
   httpd/httpd/trunk/README.CHANGES

Modified: httpd/httpd/trunk/README.CHANGES
==============================================================================
--- httpd/httpd/trunk/README.CHANGES	Fri Jul 17 10:10:04 2026	(r1936250)
+++ httpd/httpd/trunk/README.CHANGES	Fri Jul 17 10:19:26 2026	(r1936251)
@@ -22,11 +22,16 @@ with the .txt suffix, using the followin
 Changes to server/*.[ch] use a "core:" prefix rather than "mod_foo:".
 
 The description should be as concise as possible, a maximum of three
-lines but ideally one or two. The credit for the change goes to the
-original patch author(s) and will usually match the "Submitted by: "
-tag in the commit message. For current committers, use only the
-name and not the e-mail address in the credit. Replace "@" in any
-e-mail addresses with a space to prevent address harvesting.
+lines but ideally one or two; describe the user-visible effect of the
+change rather than simply describing how the code was fixed. New
+modules or config directives do NOT need to be explained in detail,
+that is covered in the documentation.
+
+The credit for the change goes to the original patch author(s) and
+will usually match the "Submitted by: " tag in the commit message. For
+current committers, use only the name and not the e-mail address in
+the credit. Replace "@" in any e-mail addresses with a space to
+prevent address harvesting.
 
 Use a Bugzilla bug number in the PR reference.