Title: [2346] branches/v-1.4.x/xstream-distribution/src/content: Prepare docs for release.

Diff

Modified: branches/v-1.4.x/xstream-distribution/src/content/changes.html (2345 => 2346)


--- branches/v-1.4.x/xstream-distribution/src/content/changes.html	2015-02-18 18:03:54 UTC (rev 2345)
+++ branches/v-1.4.x/xstream-distribution/src/content/changes.html	2015-02-18 18:46:39 UTC (rev 2346)
@@ -27,11 +27,17 @@
 	<a href="" and
 	<a href="" Log</a>.
 	</p>
-
+<!--
     <h1 id="upcoming-1.4.x">Upcoming 1.4.x maintenance release</h1>
 
     <p>Not yet released.</p>
+-->
+    <h1 id="1.4.8">1.4.8</h1>
 
+    <p>Released February 18, 2015.</p>
+
+    <h2>Major changes</h2>
+
     <ul>
     	<li>Support for serializable lambda expressions and handling of non-serializable ones.</li>
     </ul>

Modified: branches/v-1.4.x/xstream-distribution/src/content/download.html (2345 => 2346)


--- branches/v-1.4.x/xstream-distribution/src/content/download.html	2015-02-18 18:03:54 UTC (rev 2345)
+++ branches/v-1.4.x/xstream-distribution/src/content/download.html	2015-02-18 18:46:39 UTC (rev 2346)
@@ -1,7 +1,7 @@
 <html>
 <!--
  Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015 XStream committers.
  All rights reserved.
  
  The software in this package is published under the terms of the BSD
@@ -18,18 +18,18 @@
 
     <p><a href="" XStream version numbers...</a></p>
 
-    <h1 id="stable">Stable Version: <span class="version">1.4.7</span></h1>
+    <h1 id="stable">Stable Version: <span class="version">1.4.8</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>
 
@@ -49,10 +49,10 @@
     <p>Below are builds of the latest 1.4.x branch version of XStream from the <a href=""
 
     <ul>
-      <li><a href="" distributions (1.4.x)</a></li>
-      <li><a href="" Core only (1.4.x)</a></li>
-      <li><a href="" Hibernate module (1.4.x)</a></li>
-      <li><a href="" Benchmark module (1.4.x)</a></li>
+      <li><a href="" distributions (1.4.x)</a></li>
+      <li><a href="" Core only (1.4.x)</a></li>
+      <li><a href="" Hibernate module (1.4.x)</a></li>
+      <li><a href="" Benchmark module (1.4.x)</a></li>
     </ul>
 
     <h1 id="previous-releases">Previous Releases</h1>

Modified: branches/v-1.4.x/xstream-distribution/src/content/index.html (2345 => 2346)


--- branches/v-1.4.x/xstream-distribution/src/content/index.html	2015-02-18 18:03:54 UTC (rev 2345)
+++ branches/v-1.4.x/xstream-distribution/src/content/index.html	2015-02-18 18:46:39 UTC (rev 2346)
@@ -1,7 +1,7 @@
 <html>
 <!--
  Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2011, 2012, 2013, 2014 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2011, 2012, 2013, 2014, 2015 XStream committers.
  All rights reserved.
  
  The software in this package is published under the terms of the BSD
@@ -73,12 +73,11 @@
 
     <h1 id="news">Latest News</h1>
 
-    <h2 id="1.4.7"><b>February 8, 2014</b> XStream 1.4.7 released</h2>
+    <h2 id="1.4.8"><b>February 18, 2015</b> XStream 1.4.8 released</h2>
 
-      <p class="highlight">This maintenance release addresses mainly the security vulnerability CVE-2013-7285, an
-      arbitrary execution of commands when unmarshalling.  All previous versions are affected running at least Java 5.</p>
+      <p>Maintenance release 1.4.8 of XStream with bug fixes and improvements running with Java 8.</p>
 
-      <p>XStream contains now a security framework to fine-control the unmarshalled types.</p>
+      <p>XStream supports now serializable lambda types for a Java 9 runtime.</p>
 
       <p>View the complete <a href="" log</a> and <a href=""
 

Modified: branches/v-1.4.x/xstream-distribution/src/content/news.html (2345 => 2346)


--- branches/v-1.4.x/xstream-distribution/src/content/news.html	2015-02-18 18:03:54 UTC (rev 2345)
+++ branches/v-1.4.x/xstream-distribution/src/content/news.html	2015-02-18 18:46:39 UTC (rev 2346)
@@ -1,7 +1,7 @@
 <html>
 <!--
  Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013, 2014 XStream committers.
+ Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013, 2014, 2015 XStream committers.
  All rights reserved.
  
  The software in this package is published under the terms of the BSD
@@ -16,6 +16,16 @@
 
   <body>
 
+    <h2 id="1.4.8"><b>February 18, 2015</b> XStream 1.4.8 released</h2>
+
+      <p>Maintenance release 1.4.8 of XStream with bug fixes and improvements running with Java 8.</p>
+
+      <p>XStream supports now serializable lambda types for a Java 8 runtime.</p>
+
+      <p>View the complete <a href="" log</a> and <a href=""
+
+      <p>Note, the next major release 1.5 will require Java 6.</p>
+
     <h2 id="1.4.7"><b>February 8, 2014</b> XStream 1.4.7 released</h2>
 
       <p class="highlight">This maintenance release addresses mainly the security vulnerability CVE-2013-7285, an
@@ -25,8 +35,6 @@
 
       <p>View the complete <a href="" log</a> and <a href=""
 
-      <p>Note, the next major release 1.5 will require Java 6.</p>
-
     <h2 id="1.4.6"><b>December 12, 2013</b> XStream 1.4.6 released</h2>
 
       <p>Maintenance release 1.4.6 of XStream with bug fixes and improvements running with Java 8, in a GAE runtime

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to