From a4ee6e97a2f2da9d8357bf2cc34230977bed5ea2 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 13 Jul 2020 18:47:34 +0000 Subject: Consider case insensitive filessystems Consider case insensitive filessystems and thus choose a new non conflicting name for the directory to store CHANGES entries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879840 13f79535-47bb-0310-9956-ffa450edef68 --- README.CHANGES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.CHANGES') diff --git a/README.CHANGES b/README.CHANGES index ebea59ce4e..a1d26379aa 100644 --- a/README.CHANGES +++ b/README.CHANGES @@ -1,17 +1,19 @@ Changes can be documented in two ways now: Either by directly editing the CHANGES file like it was done until now or by storing each entry for the -CHANGES file correctly formated in a separate file in the "changes" directory. +CHANGES file correctly formated in a separate file in the changes-entries +directory. The benefit of the single file per change approach is that it eases backporting the CHANGES entry to a stable branch as it avoids the frequent merge conflicts as changes are merged in different orders or not at all in the stable branch. In order to keep the current CHANGES file for the users as is there is a new -make target called 'update-changes'. It merges all change files in the changes -directory to the top of the CHANGES file and removes them afterwards. +make target called 'update-changes'. It merges all change files in the +changes-entries directory to the top of the CHANGES file and removes them +afterwards. This make target can be seen in a similar way as the scripts to update the documentation files from its xml sources. It can be executed immediately -after the new file in the changes directory has been created / merged +after the new file in the changes-entries directory has been created / merged and committed or it can executed later. It should be executed at least before a release gets tagged. -- cgit v1.2.1