Title: [1978] trunk/xstream-distribution/src/content: Update site for version 1.4.3.
Revision
1978
Author
joehni
Date
2012-07-17 16:14:24 -0500 (Tue, 17 Jul 2012)

Log Message

Update site for version 1.4.3.

Modified Paths


Diff

Modified: trunk/xstream-distribution/src/content/changes.html (1977 => 1978)


--- trunk/xstream-distribution/src/content/changes.html	2012-07-17 20:35:23 UTC (rev 1977)
+++ trunk/xstream-distribution/src/content/changes.html	2012-07-17 21:14:24 UTC (rev 1978)
@@ -27,11 +27,15 @@
 	<a href="" and
 	<a href="" Log</a>.
 	</p>
-
+<!--  
     <h1 id="upcoming">Upcoming</h1>
 
     <p>Not yet released.</p>
+-->
+    <h1 id="1.4.3">1.4.3</h1>
 
+    <p>Released 17. July 2012.</p>
+
     <h2>Major changes</h2>
     
     <ul>

Modified: trunk/xstream-distribution/src/content/download.html (1977 => 1978)


--- trunk/xstream-distribution/src/content/download.html	2012-07-17 20:35:23 UTC (rev 1977)
+++ trunk/xstream-distribution/src/content/download.html	2012-07-17 21:14:24 UTC (rev 1978)
@@ -18,18 +18,18 @@
 
     <p><a href="" XStream version numbers...</a></p>
 
-    <h1 id="stable">Stable Version: <span class="version">1.4.2</span></h1>
+    <h1 id="stable">Stable Version: <span class="version">1.4.3</span></h1>
 
     <ul>
-      <li><b><a href="" distribution:</a></b>
+      <li><b><a href="" distribution:</a></b>
       Contains the XStream jar files, the Hibernate and Benchmark modules and all the dependencies.</li>
-      <li><b><a href="" distribution:</a></b>
+      <li><b><a href="" distribution:</a></b>
       Contains the complete XStream project as if checked out from the Subversion version tag.</li>
-      <li><b><a href="" Core only:</a>
+      <li><b><a href="" Core only:</a>
       The xstream.jar only as it is downloaded automatically when it is referenced as Maven dependency.</b></li>
-      <li><b><a href="" Hibernate module:</a></b>
+      <li><b><a href="" Hibernate module:</a></b>
       The xstream-hibernate.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
-      <li><b><a href="" Benchmark module:</a></b>
+      <li><b><a href="" Benchmark module:</a></b>
       The xstream-benchmark.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
     </ul>
 
@@ -38,10 +38,10 @@
     <p>Below are builds of the latest version of XStream from the <a href=""
 
     <ul>
-      <li><a href="" distributions</a></li>
-      <li><a href="" Core only</a></li>
-      <li><a href="" Hibernate module</a></li>
-      <li><a href="" Benchmark module</a></li>
+      <li><a href="" distributions</a></li>
+      <li><a href="" Core only</a></li>
+      <li><a href="" Hibernate module</a></li>
+      <li><a href="" Benchmark module</a></li>
     </ul>
 
     <h1 id="previous-releases">Previous Releases</h1>

Modified: trunk/xstream-distribution/src/content/index.html (1977 => 1978)


--- trunk/xstream-distribution/src/content/index.html	2012-07-17 20:35:23 UTC (rev 1977)
+++ trunk/xstream-distribution/src/content/index.html	2012-07-17 21:14:24 UTC (rev 1978)
@@ -1,7 +1,7 @@
 <html>
 <!--
  Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2011 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2011, 2012 XStream committers.
  All rights reserved.
  
  The software in this package is published under the terms of the BSD
@@ -71,18 +71,13 @@
 
     <h1 id="news">Latest News</h1>
 
-    <h2 id="1.4.2"><b>Nov 3, 2011</b> XStream 1.4.2 released</h2>
+    <h2 id="1.4.3"><b>Jul 17, 2012</b> XStream 1.4.3 released</h2>
 
-      <p>Maintenance release 1.4.2 of XStream with bug fixes and small improvements. Main changes:</p>
+      <p>Maintenance release 1.4.3 of XStream with bug fixes and small improvements. Main changes:</p>
 
       <ul>
-    	<li>XStream libraries can be used now directly in Android, therefore support of Java 1.4.2 has been stopped with the delivery.
-    	Anyone who needs a version for Java 1.4.2 can build it easily from source, this build is still supported and part of CI.</li>
-    	<li>New extended HierarchicalStreamReader interface with peekNextChild method. All XStream	readers implement the new
-    	interface (by Nikita Levyankov).</li>
-    	<li>Special support for Collections.EMPTY_LIST, Collections.EMPTY_SET and Collections.EMPTY_MAP and collections created
-    	with Collections.singletonList(), Collections.singletonSet() and Collections.singletonMap().</li>
-    	<li>Support additional parameters for XStreamConverter annotation (e.g. to declare a ToAttributedValueConverter).</li>
+    	<li>Support java.util.concurrent.ConcurrentHashMap with the MapConverter.</li>
+    	<li>Support for Hibernate 4 with XStream's Hibernate module as default for Java 6 or higher.</li>
       </ul>
 
       <p>View the complete <a href="" log</a> and <a href=""

Modified: trunk/xstream-distribution/src/content/news.html (1977 => 1978)


--- trunk/xstream-distribution/src/content/news.html	2012-07-17 20:35:23 UTC (rev 1977)
+++ trunk/xstream-distribution/src/content/news.html	2012-07-17 21:14:24 UTC (rev 1978)
@@ -1,7 +1,7 @@
 <html>
 <!--
  Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2009, 2011 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012 XStream committers.
  All rights reserved.
  
  The software in this package is published under the terms of the BSD
@@ -16,6 +16,18 @@
 
   <body>
 
+    <h2 id="1.4.3"><b>Jul 17, 2012</b> XStream 1.4.3 released</h2>
+
+      <p>Maintenance release 1.4.3 of XStream with bug fixes and small improvements. Main changes:</p>
+
+      <ul>
+    	<li>Support java.util.concurrent.ConcurrentHashMap with the MapConverter.</li>
+    	<li>Support for Hibernate 4 with XStream's Hibernate module as default for Java 6 or higher.</li>
+      </ul>
+
+      <p>View the complete <a href="" log</a> and <a href=""
+
+
     <h2 id="1.4.2"><b>Nov 3, 2011</b> XStream 1.4.2 released</h2>
 
       <p>Maintenance release 1.4.2 of XStream with bug fixes and small improvements. Main changes:</p>
@@ -30,7 +42,7 @@
     	<li>Support additional parameters for XStreamConverter annotation (e.g. to declare a ToAttributedValueConverter).</li>
       </ul>
 
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="1.4.1"><b>Aug 11, 2011</b> XStream 1.4.1 released</h2>
 
@@ -38,7 +50,7 @@
       dependencies.  Therefore XStream is back with Xpp3 as default parser and refers additionally the XmlPullParser
       API to enable the XppDriver that is used by default.</p>
 
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="1.4"><b>Aug 6, 2011</b> XStream 1.4 released</h2>
 
@@ -56,7 +68,7 @@
       	<li>A lot of other enhancements and bug fixes</li>
       </ul>
 
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
 	<p>Thanks to this impressive list of <a href=""
       
@@ -85,7 +97,7 @@
       	<li>Enhanced persistence package and extended tutorial.</li>
       </ul>
 
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
       
     <p class="hightlight">Note, that XStream really supports by default now only types of the JDK in use.  Especially for
     CGLIB this means that support of those proxies will have to be <a href="" activated</a>
@@ -119,7 +131,7 @@
         <li>All text-based files are now shipped with an appropriate license header to clean-up legal issues.</li>
    	  </ul>
    	  
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <p class="highlight">Note, to support a representation of null values in some way, it is absolutely necessary that each converter can handle a null
     value in its marshalling methods.  If you have implemented your own custom converters, try to handle such a case also to prevent incompatibilities
@@ -134,7 +146,7 @@
         <li>Supports customized field sorting</li>
         <li>Omitting fields at deserialization time</li>
    	  </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
       
     <p class="hightlight">Note, that next version of XStream will behave slightly different by default.  XStream emits
     all fields in declaration order like Java serialization.  But in contrast to Java it will omit the fields of parent
@@ -151,7 +163,7 @@
         <li>Refactor of build system to use Maven 2.  Ant still supported on XStream Core.</li>
         <li>Created separate XStream Benchmark module</li>
    	  </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="project-lead-joehni"><b>Oct 10, 2006</b>Joe Walness announcing new XStream Project Lead</h2>
       <p>I have been the XStream project lead, since it was open sourced 3 years ago. In that time, it has attracted some 
@@ -202,7 +214,7 @@
         <li>Experimental HierarichicalStreamCopier allows streams to be copied from one format to another without the overhead of serialization.</li>
         <li>Experimental JSON support allows streams to be copied from one format to another without the overhead of serialization (contributed by Paul Hammant).</li>
    	  </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="1.1.3"><b>Jan 13, 2006</b> XStream 1.1.3 released</h2>
 	  <ul>
@@ -213,7 +225,7 @@
         <li>Fixed support for IBM JVM (contributed by Gabor Liptak)</li>
         <li>Enhanced mode support for Blackdown JDK.</li>
    	  </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="1.1.2"><b>Apr 30, 2005</b> XStream 1.1.2 released</h2>
       <p>Most popular feature requests implemented.</p>
@@ -224,7 +236,7 @@
         <li>StAX integration, with namespaces.</li>
         <li>Improved support on JDK 1.3 and IBM JDK.</li>
       </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="1.1.1"><b>Mar 7, 2005</b> XStream 1.1.1 released</h2>
       <ul>
@@ -234,7 +246,7 @@
 		<li>Default ClassLoader may be changed using XStream.setClassLoader().</li>
 		<li>Many bugfixes and performance enhancements.</li>
       </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
     <h2 id="1.1"><b>Jan 15, 2005</b> XStream 1.1 released</h2>
       <ul>
@@ -248,7 +260,7 @@
         <li>Reads and writes directly to most XML Java APIs: DOM, DOM4J, JDOM, XOM, Electric XML, StAX, Trax (write only), SAX (write only).
         [<a href=""
       </ul>
-      <p>View the complete <a href="" log</a> and <a href=""
+      <p>View the complete <a href="" log</a> and <a href=""
 
   </body>
 </html>

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to