added release notes for version 0.7
[utils] / src / site / xdoc / news.xml
index b1088e832998613f117fd62855cf9e79a4e7bea2..ac92e9fd95ccf2d5d9fa230c35a1972ec21edcf4 100644 (file)
@@ -8,8 +8,45 @@
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
+    <section name="18-Aug-2011: Bugfixes and improvements">
+      <subsection name="Bugs">
+      <ul>
+        <li>[<a href='http://wamblee.org/jira/browse/UTILS-10'>UTILS-10</a>] -         DomUtils should always perform namespace aware parsing
+        </li>
+      </ul>
+      </subsection>
+      
+      <subsection name="Improvements">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-11'>UTILS-11</a>] -         Replace DomUtils by more object-oriented method for working with XML, Schema, and Transformations. 
+          </li>
+        </ul>
+      </subsection>
     
-    <section name="13-Feb-2010: Release of version 0.6">
+      <subsection name="Features">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-12'>UTILS-12</a>] -         Add XPATH support
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-13'>UTILS-13</a>] -         Locking annotations for java.util.Concurrent
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-14'>UTILS-14</a>] -         Add clock abstraction
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-15'>UTILS-15</a>] -         Generic typesafe id
+          </li>
+        </ul>
+      </subsection>
+  
+    </section>
+    <section name="13-Aug-2011: Move from subversion to git">
+      <p>
+        This project is now using git instead of subversion. The git URLs are: 
+      </p>
+      <ul>
+        <li><code>https://wamblee.org/git/public/utils</code>: For access using git.</li>
+        <li><a href="http://wamblee.org/gitweb/utils">Gitweb web interface</a></li>
+      </ul>
+    </section>
+    <section name="13-Feb-2011: 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