Skip to content

Commit f331c43

Browse files
committed
Set release date and update news.
1 parent b333086 commit f331c43

File tree

4 files changed

+29
-16
lines changed

4 files changed

+29
-16
lines changed

xstream-distribution/src/content/changes.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,15 @@ <h2>Stream compatibility</h2>
9898
<li>No support for Hibernate 3 collections.</li>
9999
</ul>
100100

101+
<!--
101102
<h1 id="upcoming-1.4.x">Upcoming 1.4.x maintenance release</h1>
102103
103104
<p>Not yet released.</p>
105+
-->
106+
107+
<h1 id="1.4.15">1.4.15</h1>
108+
109+
<p>Released December 13, 2020.</p>
104110

105111
<p class="highlight">This maintenance release addresses the security vulnerabilities
106112
<a href="CVE-2020-26258.html">CVE-2020-26258</a> and <a href="CVE-2020-26259.html">CVE-2020-26259</a>, when

xstream-distribution/src/content/download.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,19 @@
1818

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

21-
<h1 id="stable">Stable Version: <span class="version">1.4.14</span></h1>
21+
<h1 id="stable">Stable Version: <span class="version">1.4.15</span></h1>
2222

2323
<ul>
24-
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.14/xstream-distribution-1.4.14-bin.zip">Binary distribution:</a></b>
24+
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.15/xstream-distribution-1.4.15-bin.zip">Binary distribution:</a></b>
2525
Contains the XStream jar files, the Hibernate and Benchmark modules and all the dependencies.</li>
26-
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.14/xstream-distribution-1.4.14-src.zip">Source distribution:</a></b>
26+
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.4.15/xstream-distribution-1.4.15-src.zip">Source distribution:</a></b>
2727
Contains the complete XStream project as if checked out from the Subversion version tag.</li>
28-
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.14/xstream-1.4.14.jar">XStream Core only:</a>
28+
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar">XStream Core only:</a>
2929
The xstream.jar only as it is downloaded automatically when it is referenced as Maven dependency.</b></li>
30-
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-hibernate/1.4.14/xstream-hibernate-1.4.14.jar">XStream Hibernate module:</a></b>
30+
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-hibernate/1.4.15/xstream-hibernate-1.4.15.jar">XStream Hibernate module:</a></b>
3131
The xstream-hibernate.jar as it is downloaded automatically when it is referenced as Maven dependency.</li>
32-
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-jmh/1.4.14/xstream-jmh-1.4.14-app.zip">XStream JMH module:</a></b>
32+
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream-jmh/1.4.15/xstream-jmh-1.4.15-app.zip">XStream JMH module:</a></b>
3333
The xstream-jmh-app.zip as standalone application with start scripts and all required libraries.</li>
34-
<li><b><a href="https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.14-java7/xstream-1.4.14-java7.jar">XStream Core for Java 7 only:</a>
35-
The xstream.jar only <a href="faq.html#Compatibility_Android">without the Java 8 stuff</a> as it is downloaded automatically when it is referenced as Maven dependency.</b></li>
3634
</ul>
3735

3836
<h1 id="maven">Maven Central Repository</h1>
@@ -43,7 +41,7 @@ <h1 id="maven">Maven Central Repository</h1>
4341
<div class="Source XML"><pre>&lt;dependency&gt;
4442
&lt;groupId&gt;com.thoughtworks.xstream&lt;/groupId&gt;
4543
&lt;artifactId&gt;xstream&lt;/artifactId&gt;
46-
&lt;version&gt;1.4.14&lt;/version&gt;
44+
&lt;version&gt;1.4.15&lt;/version&gt;
4745
&lt;/dependency&gt;</pre></div>
4846

4947
<h1 id="previous-releases">Previous Releases</h1>

xstream-distribution/src/content/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,15 @@ <h1 id="getting-started">Getting Started</h1>
7373

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

76-
<h2 id="1.4.14"><b>November 16, 2020</b> XStream 1.4.14 released</h2>
76+
<h2 id="1.4.15"><b>December 13, 2020</b> XStream 1.4.15 released</h2>
7777

78-
<p class="highlight">This maintenance release addresses the security vulnerability
79-
<a href="CVE-2020-26217.html">CVE-2020-26217</a>, reported originally as CVE-2017-9805 for Struts' XStream
80-
Plugin, an arbitrary execution of commands when unmarshalling for XStream instances with uninitialized security
81-
framework.</p>
78+
<p class="highlight">This maintenance release addresses the security vulnerabilities
79+
<a href="CVE-2020-26258.html">CVE-2020-26258</a> and <a href="CVE-2020-26259.html">CVE-2020-26259</a>, when
80+
unmarshalling for XStream instances with uninitialized security framework.</p>
8281

83-
<p>View the complete <a href="changes.html">change log</a> and <a href="download.html">download</a>.</p>
82+
<p>View the complete <a href="changes.html">change log</a> and <a href="download.html">download</a>.</p>
8483

85-
<p>Note, the next major release 1.5 will require Java 8.</p>
84+
<p>Note, the next major release 1.5 will require Java 8.</p>
8685

8786
</body>
8887
</html>

xstream-distribution/src/content/news.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616

1717
<body>
1818

19+
<h2 id="1.4.15"><b>December 13, 2020</b> XStream 1.4.15 released</h2>
20+
21+
<p class="highlight">This maintenance release addresses the security vulnerabilities
22+
<a href="CVE-2020-26258.html">CVE-2020-26258</a> and <a href="CVE-2020-26259.html">CVE-2020-26259</a>, when
23+
unmarshalling for XStream instances with uninitialized security framework.</p>
24+
25+
<p>View the complete <a href="changes.html">change log</a> and <a href="download.html">download</a>.</p>
26+
27+
<p>Note, the next major release 1.5 will require Java 8.</p>
28+
1929
<h2 id="1.4.14"><b>November 16, 2020</b> XStream 1.4.14 released</h2>
2030

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

0 commit comments

Comments
 (0)