You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/07/14 17:25:53 UTC

svn commit: r793941 - in /commons/proper/exec/trunk: build.xml src/changes/changes.xml

Author: sgoeschl
Date: Tue Jul 14 15:25:50 2009
New Revision: 793941

URL: http://svn.apache.org/viewvc?rev=793941&view=rev
Log:
Preparing RC for commons-exec-1.0.1

Modified:
    commons/proper/exec/trunk/build.xml
    commons/proper/exec/trunk/src/changes/changes.xml

Modified: commons/proper/exec/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=793941&r1=793940&r2=793941&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Tue Jul 14 15:25:50 2009
@@ -23,7 +23,7 @@
   <property file="user.properties" />
   
   <property file="build.properties" />
-  <property name="maven.build.version" value="1.0.0"/>
+  <property name="maven.build.version" value="1.0.1"/>
   <property name="maven.build.output" value="target/classes"/>
   <property name="maven.build.directory" value="target"/>
   <property name="maven.build.final.name" value="commons-exec-${maven.build.version}"/>

Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=793941&r1=793940&r2=793941&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Tue Jul 14 15:25:50 2009
@@ -23,7 +23,10 @@
     <author email="sgoeschl@apache.org">Siegfried Goeschl</author>
   </properties>
   <body>
-    <release version="1.0.1" date="2009-06-18" description="Maintenance Release">
+    <release version="1.0.1" date="2009-07-15" description="Maintenance Release">
+      <action dev="sgoeschl" type="fix" due-to="Peter Henderson" issue="EXEC-40">
+        Fixes NPE in DefaultExecutor.setExitValues().
+      </action>
       <action dev="sgoeschl" type="fix" due-to="Milos Kleint" issue="EXEC-33">
         Copies all data from an System.input stream to an output stream of 
         the executed process.