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 2008/12/13 21:51:30 UTC

svn commit: r726268 - /commons/proper/exec/trunk/src/changes/changes.xml

Author: sgoeschl
Date: Sat Dec 13 12:51:30 2008
New Revision: 726268

URL: http://svn.apache.org/viewvc?rev=726268&view=rev
Log:
[EXEC-27] finally renaming EnvironmentUtil to EnvironmentUtils

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=726268&r1=726267&r2=726268&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Sat Dec 13 12:51:30 2008
@@ -24,6 +24,11 @@
   </properties>
   <body>
     <release version="1.0-SNAPSHOT" date="as in SVN" description="Sandbox release">
+      <action dev="sgoeschl" type="fix" issue="EXEC-27" due-to="Benjamin Bentmann">
+        Renamed EnvironmentUtil to EnvironmentUtils to align with other classes
+        in this project and commons in general. Please note that this change
+        could break existing clients (but would be rather unlikely).
+      </action>
       <action dev="sgoeschl" type="fix" issue="EXEC-30" due-to="Benjamin Bentmann">
          Make environment variables respect casing rules of platforms. Under Windows
          "PATH", "Path" and "path" would access the same environment variable whereas