added release notes
authorErik Brakkee <erik@brakkee.org>
Sun, 13 Feb 2011 19:26:56 +0000 (19:26 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 13 Feb 2011 19:26:56 +0000 (19:26 +0000)
src/site/xdoc/news.xml

index 932fc16d6ad5deba677d7a7274f6a0ccb5f9adde..b1088e832998613f117fd62855cf9e79a4e7bea2 100644 (file)
@@ -9,6 +9,33 @@
   </properties>
   <body>
     
+    <section name="13-Feb-2010: Release of version 0.6">
+      <subsection name="Bugs">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-5'>UTILS-5</a>] -         When using test/enterprise dependency: NoClassDefFoundError: org/apache/commons/collections/set/ListOrderedSet
+          </li>
+        </ul>  
+      </subsection>
+      <subsection name="Improvements">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-8'>UTILS-8</a>] -         Dependency cleanup for support/general
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-9'>UTILS-9</a>] -         JavaSE CDI project
+          </li>
+        </ul>
+      </subsection>
+      <subsection name="Features">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-2'>UTILS-2</a>] -         Add wicket behavior to preselect text in forms
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-3'>UTILS-3</a>] -         Confirmation behavior
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-4'>UTILS-4</a>] -         Tooltip behavior
+          </li>
+        </ul>
+      </subsection>
+    </section>
+    
     <section name="19-July-2010: Release of version 0.3">
       <p> Version 0.3 is released. This includes the new libraries <code>support/inject</code>,
         <code>support/cdi</code> for depenency injection with one implementation based on CDI.