Skip to content

Commit

Permalink
Set release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Aug 22, 2021
1 parent 7faeeeb commit 435e054
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 13 deletions.
16 changes: 8 additions & 8 deletions xstream-distribution/src/content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

<p><a href="versioning.html">About XStream version numbers...</a></p>

<h1 id="stable">Stable Version: <span class="version">1.4.17</span></h1>
<h1 id="stable">Stable Version: <span class="version">1.4.18</span></h1>

<ul>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.17/xstream-distribution-1.4.17-bin.zip">Binary distribution:</a></b>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.18/xstream-distribution-1.4.18-bin.zip">Binary distribution:</a></b>
Contains the XStream jar files, the Hibernate and Benchmark modules and all the dependencies.</li>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.17/xstream-distribution-1.4.17-src.zip">Source distribution:</a></b>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.18/xstream-distribution-1.4.18-src.zip">Source distribution:</a></b>
Contains the complete XStream project as if checked out from the Subversion version tag.</li>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar">XStream Core only:</a>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.18/xstream-1.4.18.jar">XStream 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="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-hibernate/1.4.17/xstream-hibernate-1.4.17.jar">XStream Hibernate module:</a></b>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-hibernate/1.4.18/xstream-hibernate-1.4.18.jar">XStream 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="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-jmh/1.4.17/xstream-jmh-1.4.17-app.zip">XStream JMH module:</a></b>
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-jmh/1.4.18/xstream-jmh-1.4.18-app.zip">XStream JMH module:</a></b>
The xstream-jmh-app.zip as standalone application with start scripts and all required libraries.</li>
</ul>

Expand All @@ -41,7 +41,7 @@ <h1 id="maven">Maven Central Repository</h1>
<div class="Source XML"><pre>&lt;dependency&gt;
&lt;groupId&gt;com.thoughtworks.xstream&lt;/groupId&gt;
&lt;artifactId&gt;xstream&lt;/artifactId&gt;
&lt;version&gt;1.4.17&lt;/version&gt;
&lt;version&gt;1.4.18&lt;/version&gt;
&lt;/dependency&gt;</pre></div>

<h1 id="previous-releases">Previous Releases</h1>
Expand All @@ -67,7 +67,7 @@ <h1 id="optional-deps">Optional Dependencies</h1>
<ul>
<li>Supported XML parsers and packages:
<ul>
<li><a href="https://repo1.maven.org/maven2/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar">MXParser</a>, an XML pull parser and fork of Xpp3 (recommended).</li>
<li><a href="https://repo1.maven.org/maven2/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar">MXParser</a>, an XML pull parser and fork of Xpp3 (recommended).</li>
<li><a href="https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar">XmlPull</a>, the <a href="http://www.xmlpull.org/">XML pull parser API</a> and factory to detect available implementations.</li>
<li><a href="http://www.extreme.indiana.edu/dist/java-repository/xpp3/jars/xpp3_min-1.1.4c.jar">Xpp3</a>, an XML pull parser.</li>
<li><a href="http://downloads.sourceforge.net/kxml/kxml2-2.3.0.jar">kXML2</a> or <a href="http://downloads.sourceforge.net/kxml/kxml2-min-2.3.0.jar">kXML2-min</a>, an XML pull parser.</li>
Expand Down
23 changes: 18 additions & 5 deletions xstream-distribution/src/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,24 @@ <h1 id="getting-started">Getting Started</h1>

<h1 id="news">Latest News</h1>

<h2 id="release"><b>May 13, 2021</b> XStream 1.4.17 released</h2>

<p class="highlight">This maintenance release addresses the security vulnerability
<a href="CVE-2021-29505.html">CVE-2021-29505</a>, when unmarshalling with XStream instances using an uninitialized
security framework.</p>
<h2 id="release"><b>August 22, 2021</b> XStream 1.4.18 released</h2>

<p class="highlight">This maintenance release addresses the security vulnerabilities
<a href="CVE-2021-39139.html">CVE-2021-39139</a>,
<a href="CVE-2021-39140.html">CVE-2021-39140</a>,
<a href="CVE-2021-39141.html">CVE-2021-39141</a>,
<a href="CVE-2021-39144.html">CVE-2021-39144</a>,
<a href="CVE-2021-39145.html">CVE-2021-39145</a>,
<a href="CVE-2021-39146.html">CVE-2021-39146</a>,
<a href="CVE-2021-39147.html">CVE-2021-39147</a>,
<a href="CVE-2021-39148.html">CVE-2021-39148</a>,
<a href="CVE-2021-39149.html">CVE-2021-39149</a>,
<a href="CVE-2021-39150.html">CVE-2021-39150</a>,
<a href="CVE-2021-39151.html">CVE-2021-39151</a>,
<a href="CVE-2021-39152.html">CVE-2021-39152</a>,
<a href="CVE-2021-39153.html">CVE-2021-39153</a>, and
<a href="CVE-2021-39154.html">CVE-2021-39154</a>, when unmarshalling with an XStream instance using the default
blacklist of an uninitialized security framework. XStream is therefore now using a whitelist by default.</p>

<p>View the complete <a href="changes.html">change log</a> and <a href="download.html">download</a>.</p>

Expand Down
23 changes: 23 additions & 0 deletions xstream-distribution/src/content/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@

<body>

<h2 id="1.4.18"><b>August 22, 2021</b> XStream 1.4.18 released</h2>

<p class="highlight">This maintenance release addresses the security vulnerabilities
<a href="CVE-2021-39139.html">CVE-2021-39139</a>,
<a href="CVE-2021-39140.html">CVE-2021-39140</a>,
<a href="CVE-2021-39141.html">CVE-2021-39141</a>,
<a href="CVE-2021-39144.html">CVE-2021-39144</a>,
<a href="CVE-2021-39145.html">CVE-2021-39145</a>,
<a href="CVE-2021-39146.html">CVE-2021-39146</a>,
<a href="CVE-2021-39147.html">CVE-2021-39147</a>,
<a href="CVE-2021-39148.html">CVE-2021-39148</a>,
<a href="CVE-2021-39149.html">CVE-2021-39149</a>,
<a href="CVE-2021-39150.html">CVE-2021-39150</a>,
<a href="CVE-2021-39151.html">CVE-2021-39151</a>,
<a href="CVE-2021-39152.html">CVE-2021-39152</a>,
<a href="CVE-2021-39153.html">CVE-2021-39153</a>, and
<a href="CVE-2021-39154.html">CVE-2021-39154</a>, when unmarshalling with an XStream instance using the default
blacklist of an uninitialized security framework. XStream is therefore now using a whitelist by default.</p>

<p>View the complete <a href="changes.html">change log</a> and <a href="download.html">download</a>.</p>

<p>Note, the next major release 1.5 will require Java 8.</p>

<h2 id="1.4.17"><b>May 13, 2021</b> XStream 1.4.17 released</h2>

<p class="highlight">This maintenance release addresses the security vulnerability
Expand Down

0 comments on commit 435e054

Please sign in to comment.