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/20 23:29:24 UTC

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

Author: sebb
Date: Wed Oct 20 21:29:23 2010
New Revision: 1025767

URL: http://svn.apache.org/viewvc?rev=1025767&view=rev
Log:
Add some general information

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=1025767&r1=1025766&r2=1025767&view=diff
==============================================================================
--- commons/proper/daemon/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/trunk/RELEASE-NOTES.txt Wed Oct 20 21:29:23 2010
@@ -7,12 +7,28 @@ $Id$
 
 INTRODUCTION:
 
+Commons Daemon is a set of utilities and Java support classes for running
+Java applications as server processes. 
+Commonly known as 'daemon' processes in Unix terminology (hence the name),
+on Windows they are called 'services'.
+
 This document contains the release notes for this version of the Commons
 Daemon package, and highlights changes since the previous version.  The
 current release adds new features and bug fixes, and is being done now to
 follow the release early/release often mentality.
 
 
+Compatibility with 1.0.3
+------------------------
+Binary compatible - Yes
+
+Source compatible - Yes
+
+Semantic compatible - Yes
+
+Commons DAEMON 1.0.3 requires a minimum of JDK 1.3
+
+
 NEW FEATURES:
 
 * DAEMON-180: Add DaemonWrapper to allow running standard applications
@@ -71,3 +87,15 @@ BUG FIXES:
 
 1.0.1: 304310,  30177, 27523, 29465, 31614, 33580, 31613, 34851.
 
+Feedback
+--------
+Open source works best when you give feedback:
+http://commons.apache.org/daemon/
+
+Please direct all bug reports to JIRA
+https://issues.apache.org/jira/browse/DAEMON
+
+Or subscribe to the commons-user mailing list (prefix emails by [daemon])
+http://commons.apache.org/mail-lists.html
+
+The Commons-DAEMON Team
\ No newline at end of file