Author: mturk
Date: Sat Jul 24 12:20:07 2010
New Revision: 978860

URL: http://svn.apache.org/viewvc?rev=978860&view=rev
Log:
Add a not for DAEMON-166

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=978860&r1=978859&r2=978860&view=diff
==============================================================================
--- commons/proper/daemon/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/trunk/RELEASE-NOTES.txt Sat Jul 24 12:20:07 2010
@@ -21,6 +21,9 @@ NEW FEATURES:
 * DAEMON-140: Add missing Java6 parameters -ea, da, -esa, -dsa, -showversion
               and their long name synonyms. (1.0.3)
 * DAEMON-142: Add option to display procrun version.
+* DAEMON-166: Add classpath .jar expansion. If the classpath
+              element ends with asterisk it will evaluate to all .jar files
+              found in the path. (1.0.3)
 
 * Add -wait and -stop parameters. (1.0.1).
   The -wait parameter is experimental: that a is loop testing for a
@@ -28,8 +31,8 @@ NEW FEATURES:
 
 * Allow to run as normal user for testing. (1.0.1).
 
-* Initial import to Commons, including the daemon Java API, and jsvc 
-  for Unix and Windows NT/2K/XP, which allows running a Java program 
+* Initial import to Commons, including the daemon Java API, and jsvc
+  for Unix and Windows NT/2K/XP, which allows running a Java program
   as a native operating system daemon
 
 * Switch to JIRA bug tracking sytem.
@@ -38,7 +41,7 @@ NEW FEATURES:
 
 BUG FIXES:
 
-1.0.3: DAEMON-108, DAEMON-128, DAEMON-139, DAEMON-143, DAEMON-148, 
+1.0.3: DAEMON-108, DAEMON-128, DAEMON-139, DAEMON-143, DAEMON-148,
        DAEMON-135, DAEMON-155, DAEMON-159, DAEMON-161, DAEMON-145, DAEMON-146,
        DAEMON-167
 
@@ -46,7 +49,7 @@ BUG FIXES:
        DAEMON-84, DAEMON-90, DAEMON-91, DAEMON-92, DAEMON-93, DAEMON-94,
        DAEMON-96, DAEMON-97, DAEMON-98, DAEMON-102, DAEMON-105, DAEMON-106,
        DAEMON-110, DAEMON-112, DAEMON-113, DAEMON-114, DAEMON-115, DAEMON-116,
-       DAEMON-117, DAEMON-118, DAEMON-119, DAEMON-120, DAEMON-121, DAEMON-123, 
+       DAEMON-117, DAEMON-118, DAEMON-119, DAEMON-120, DAEMON-121, DAEMON-123,
        DAEMON-124, DAEMON-125, DAEMON-126, DAEMON-129, DAEMON-130, DAEMON-132,
        DAEMON-133
 


Reply via email to