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 407b28f427e947b6ff079cce23d0fd9bef6ae84a Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 25 13:58:47 2019 +0100 Add best guess for 1.2.2 release date --- src/changes/changes.xml | 2 +- src/native/unix/man/jsvc.1.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9b69c8e..0924536 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.2" date="TBD" description="Bug fix release"> + <release version="1.2.2" date="2019-09-30" description="Bug fix release"> <action issue="DAEMON-408" type="fix" dev="markt"> Procrun. Correct a regression in the fix for DAEMON-401 that prevented the service from starting unless support for the universal C runtime had diff --git a/src/native/unix/man/jsvc.1.xml b/src/native/unix/man/jsvc.1.xml index 2e360bc..462c0e0 100644 --- a/src/native/unix/man/jsvc.1.xml +++ b/src/native/unix/man/jsvc.1.xml @@ -21,7 +21,7 @@ <refmeta> <refentrytitle>JSVC</refentrytitle> <manvolnum>1</manvolnum> - <refmiscinfo class='date'>TBD</refmiscinfo> + <refmiscinfo class='date'>30 Sep 2019</refmiscinfo> <refmiscinfo class='source'>Jsvc version 1.2.2</refmiscinfo> <refmiscinfo class='manual'>Apache Commons Daemon project</refmiscinfo> </refmeta>
