Author: sgoeschl Date: Sat Oct 8 20:25:29 2011 New Revision: 1180482 URL: http://svn.apache.org/viewvc?rev=1180482&view=rev Log: Fixed some copy & pasta errors causing misleading version numbers - the next release will be 1.1.1
Modified: commons/proper/exec/trunk/src/changes/changes.xml Modified: commons/proper/exec/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=1180482&r1=1180481&r2=1180482&view=diff ============================================================================== --- commons/proper/exec/trunk/src/changes/changes.xml (original) +++ commons/proper/exec/trunk/src/changes/changes.xml Sat Oct 8 20:25:29 2011 @@ -23,13 +23,14 @@ <author email="sgoes...@apache.org">Siegfried Goeschl</author> </properties> <body> - <release version="TBA" date="TBA" description=""> + <release version="1.1.1-SNAPSHOT" date="TBA" description="Bugfixing Release"> + <action issue="EXEC-55" dev="sgoeschl" type="add" date="2011-02-21" due-to="Dominik Stadler"> + Set names for started threads. + </action> <action issue="EXEC-52" dev="sebb" type="fix" date="2011-02-26" due-to="Nickolay Martinov"> - Tests fail on HP-UX, because it uses a different syntax for the ping command + Tests fail on HP-UX, because it uses a different syntax for the ping command. </action> - </release> - <release version="1.2" date="2010-11-05" description="Maintenance Release"> - <action dev="sgoeschl" type="fix" date="2010-10-05" issue="EXEC-49" due-to="Kevin Telford"> + <action issue="EXEC-49" dev="sgoeschl" type="fix" date="2010-11-05" due-to="Kevin Telford"> "Write dead end" IOException when using Piped streams w/PumpStreamHandler. When encountering a PipedOutputStream we will automatically close it to avoid the exception.