Skip to content

Commit

Permalink
Merge pull request #226 from wrooot/master
Browse files Browse the repository at this point in the history
Denote Spark 2.8.1 Release
  • Loading branch information
wrooot authored Oct 1, 2016
2 parents 07b1016 + 96c7dbe commit 19cf894
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<property file="${basedir}/build/build.properties"/>
<property name="version.major" value="2"/>
<property name="version.minor" value="8"/>
<property name="version.revision" value="0"/>
<property name="version.revision" value="1"/>

<!-- Spark Build Number
Passed into ant via cmd line argument:
Expand Down
4 changes: 2 additions & 2 deletions build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spark-messenger (2.8.0) stable; urgency=medium
spark-messenger (2.8.1) stable; urgency=medium

[ Ignite Realtime Community ]
* For full changelog, see http://www.igniterealtime.org/builds/spark/docs/latest/changelog.html

-- wroot <wroot@igniterealtime.org> Tue, 25 Aug 2016 11:32:51 +0200
-- wroot <wroot@igniterealtime.org> Tue, 01 Oct 2016 11:32:51 +0200
2 changes: 1 addition & 1 deletion build/debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
spark_2.8.0_all.deb net optional
spark_2.8.1_all.deb net optional
39 changes: 39 additions & 0 deletions documentation/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,45 @@ <h1>Spark Changelog</h1>

<div id="pageBody">

<h2>2.8.1 -- <span style="font-weight: normal;">October 1, 2016</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1786'>SPARK-1786</a>] - Wrong error message when a server is unavailable
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1799'>SPARK-1799</a>] - Fix url to Spark forums on the help menu
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1801'>SPARK-1801</a>] - Fix links opening in KDE environment
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1804'>SPARK-1804</a>] - Unsupported iteration removal function used.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1808'>SPARK-1808</a>] - ContactList does not act on &#39;subscribed&#39; event
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1812'>SPARK-1812</a>] - Some vCard fields are empty when checking contact&#39;s profile
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1787'>SPARK-1787</a>] - Add option to disable TLS hostname verification
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1788'>SPARK-1788</a>] - Update translations
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1790'>SPARK-1790</a>] - Rename Server field to Domain
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1798'>SPARK-1798</a>] - Exception thrown by listener should be handled
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1805'>SPARK-1805</a>] - PrivacyManager should log exceptions in log
</li>
</ul>


<h2>2.8.0 -- <span style="font-weight: normal;">August 25, 2016</span></h2>
<h2> Bug
</h2>
Expand Down

0 comments on commit 19cf894

Please sign in to comment.