You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/19 20:52:58 UTC

svn commit: r1024356 - /commons/proper/daemon/trunk/RELEASE-NOTES.txt

Author: sebb
Date: Tue Oct 19 18:52:58 2010
New Revision: 1024356

URL: http://svn.apache.org/viewvc?rev=1024356&view=rev
Log:
Some more JIRA issues that were fixed

Modified:
    commons/proper/daemon/trunk/RELEASE-NOTES.txt

Modified: commons/proper/daemon/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/RELEASE-NOTES.txt?rev=1024356&r1=1024355&r2=1024356&view=diff
==============================================================================
--- commons/proper/daemon/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/trunk/RELEASE-NOTES.txt Tue Oct 19 18:52:58 2010
@@ -15,12 +15,14 @@ follow the release early/release often m
 
 NEW FEATURES:
 
+* DAEMON-178: Allow jsvc umask to be configured at build time
 * DAEMON-177: Allow fail during init with nicer message. (1.0.4)
 * DAEMON-176: Create config.nice during configure step. (1.0.4)
 * DAEMON-173: Allow --JavaHome=jdk and --JavaHome=jre options that
               will guess default JavaHome from the registry. (1.0.4)
 * DAEMON-160: Remove obsolete code; rename native/nt as native/windows (1.0.4)
 * DAEMON-95:  Support log rotation using SIGUSR1 (1.0.4)
+* DAEMON-80:  Syslog support for jsvc
 * DAEMON-138: Add --PidFile option to allow storing running process id. (1.0.3)
 * DAEMON-137: Add --LogJniMessages allowing to configure JNI verbose message
               logging. By default those messages were always logged. (1.0.3)