You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/01/21 17:27:55 UTC

[commons-daemon] branch master updated (ab9972d -> db48c20)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git.


    from ab9972d  Ignore IML (IntelliJ) files.
     new 3b4b9a6  Add more detailed notes on editing VOTE.txt for release
     new db48c20  Use actual release date

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HOWTO-RELEASE.txt       | 13 +++++++++++++
 src/changes/changes.xml |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)


[commons-daemon] 01/02: Add more detailed notes on editing VOTE.txt for release

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 3b4b9a6cdcd1f6010a7f7b551577c4138b99e3b8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 19 08:03:43 2021 +0000

    Add more detailed notes on editing VOTE.txt for release
---
 HOWTO-RELEASE.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 48f8a71..aea5f8f 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -120,6 +120,19 @@ Generate the release vote text with:
 
 mvn commons-release:vote-txt -Dcommons.nexus.repo.id=<repository-id>
 
+The following manual changes will be required to the generated VOTE.txt:
+- remove ALv2 header
+- transfer email headers to "To" and "Subject"
+- edit the first line to reflect what has actually changed
+- Correct the link to the Maven artifacts ".../org/apache/commons/..." ->
+  ".../commons-daemon/..."
+  https://repository.apache.org/content/repositories/orgapachecommons-1538/org/apache/commons/commons-daemon/1.2.4
+- remove comments above the hashes, hashes for .asc files, hashes for the
+  tests.jar and test-sources.jar and the comment that .asc hashes aren't
+  required
+- if the site hasn't been added to dist, remove the sections on changes, site,
+  CLIRR, JApiCmp and RAT
+
 
 Updating the site
 -----------------


[commons-daemon] 02/02: Use actual release date

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit db48c20a8486b6f53f7d2fe505e719e43b33fbf8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jan 21 17:27:05 2021 +0000

    Use actual release date
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7aff2d4..0ff48b0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,7 +38,7 @@
     <title>Apache Commons Daemon Release Notes</title>
   </properties>
   <body>
-    <release version="1.2.4" date="2021-01-18" description="Bug fix release">
+    <release version="1.2.4" date="2021-01-21" description="Bug fix release">
       <action issue="DAEMON-424" type="fix" dev="markt" due-to="Bernhard Scholz">
         Procrun. Ensure that log messages written to stdout and stderr are not
         lost during start-up.