Update to release instructions
authorErik Brakkee <erik@brakkee.org>
Sat, 12 Oct 2013 12:47:10 +0000 (14:47 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 12 Oct 2013 12:47:10 +0000 (14:47 +0200)
Updated news.xml to give information about 0.8.

release.sh
src/site/xdoc/news.xml

index ffbecb63d694e7d4e50da468d5e61cb1b021c98a..9af30dfc5671888020ef76545301e1ef236ae30d 100755 (executable)
@@ -9,3 +9,9 @@ mvn -DperformRelease=true release:perform -Darguments="-Dgpg.passphrase=xxx"
 git push
 git push --tags
 
+# Update the release in JIRA to the status Released and create a new release.
+
+# update src/site/xdoc/news.xml with new release info from JIRA
+
+
+
index ac92e9fd95ccf2d5d9fa230c35a1972ec21edcf4..fb05c817875aabc0b240446133ed32fc4209a789 100644 (file)
@@ -8,7 +8,17 @@
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
-    <section name="18-Aug-2011: Bugfixes and improvements">
+    <section name="12-Oct-2013: Release 0.8: Bug fixes">
+      <subsection name="Bugs">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-16'>UTILS-16</a>] -         CachedObject gets out of sync when multiple CachedObjects share the same cache
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-17'>UTILS-17</a>] -         CDI integration in wicket can lead to null pointer exceptions after deserialization
+          </li>
+        </ul>
+      </subsection>
+    </section>
+    <section name="18-Aug-2011: Release 0.7: Bug fixes 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
@@ -46,7 +56,7 @@
         <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">
+    <section name="13-Feb-2011: Release 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
@@ -73,7 +83,7 @@
       </subsection>
     </section>
     
-    <section name="19-July-2010: Release of version 0.3">
+    <section name="19-July-2010: Release 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. 
         Also it includes <code>wicket/joe</code>, providing <em>Open Transaction in View</em>