You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/01 22:30:40 UTC

svn commit: r1130292 - /commons/proper/discovery/trunk/src/changes/changes.xml

Author: simonetripodi
Date: Wed Jun  1 20:30:39 2011
New Revision: 1130292

URL: http://svn.apache.org/viewvc?rev=1130292&view=rev
Log:
added DISCOVERY-18 in the 0.6 release

Modified:
    commons/proper/discovery/trunk/src/changes/changes.xml

Modified: commons/proper/discovery/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/changes/changes.xml?rev=1130292&r1=1130291&r2=1130292&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/changes/changes.xml (original)
+++ commons/proper/discovery/trunk/src/changes/changes.xml Wed Jun  1 20:30:39 2011
@@ -22,6 +22,11 @@
     <title>Apache Commons Discovery Changes</title>
   </properties>
   <body>
+  <release version="0.6" date="TBD" description="Maintainance release.">
+    <action dev="simonetripodi" type="fix" issue="DISCOVERY-18">
+      Discovery fails to compile with opendjk6's javac.
+    </action>
+  </release>
   <release version="0.5" date="2011-05-05" description="Maintainance release.">
     <action dev="simonetripodi" type="fix" issue="DISCOVERY-3">
       Enumeration in Service class is broken.