Author: sebb Date: Wed Nov 21 14:03:38 2012 New Revision: 1412107 URL: http://svn.apache.org/viewvc?rev=1412107&view=rev Log: Update RN with all current resolved issues where "Fix Version/s" is 1.0.11
Modified: commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt Modified: commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt?rev=1412107&r1=1412106&r2=1412107&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt (original) +++ commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt Wed Nov 21 14:03:38 2012 @@ -30,6 +30,10 @@ Commons DAEMON 1.0.3 requires a minimum NEW FEATURES: +* DAEMON-264: Change current working directory to / when daemonising (1.0.11) + Added -cwd parameter which defaults to "/". +* DAEMON-262: Service configuration dialog needs a refresh button (1.0.11) +* DAEMON-245: Support privilege escalation on Windows (UAC) (1.0.11) * DAEMON-221: Add -umask to jsvc so that users don't have to recompile the jsvc if different umask is desired (1.0.8) * DAEMON-209: Add --LibraryPath to procrun for setting the @@ -79,7 +83,9 @@ NEW FEATURES: BUG FIXES: -1.0.11: +1.0.11: DAEMON-244, DAEMON-246, DAEMON-247, DAEMON-252, DAEMON-253, DAEMON-254, + DAEMON-255, DAEMON-257, DAEMON-261, DAEMON-263, DAEMON-265, DAEMON-266, + DAEMON-267 1.0.10: DAEMON-241, DAEMON-242