Skip to content

Commit

Permalink
Merge pull request #296 from wrooot/master
Browse files Browse the repository at this point in the history
Denote Spark 2.8.3 Release
  • Loading branch information
wrooot committed Jan 29, 2017
2 parents c11c35b + 0651c27 commit 7c7343a
Show file tree
Hide file tree
Showing 4 changed files with 64 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="2"/>
<property name="version.revision" value="3"/>

<!-- 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.2) stable; urgency=medium
spark-messenger (2.8.3) 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 Nov 2016 11:32:51 +0200
-- wroot <wroot@igniterealtime.org> Sun, 29 Jan 2017 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.2_all.deb net optional
spark_2.8.3_all.deb net optional
60 changes: 60 additions & 0 deletions documentation/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,66 @@ <h1>Spark Changelog</h1>

<div id="pageBody">

<h2>2.8.3 -- <span style="font-weight: normal;">January 29, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1844'>SPARK-1844</a>] - Not saving settings without opening Advanced menu once
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1848'>SPARK-1848</a>] - Setting &quot;Chat Window Always on Top&quot; also enables &quot;Main Window Always on Top&quot; behavior
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1853'>SPARK-1853</a>] - NPE when not setting an avatar
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1854'>SPARK-1854</a>] - Joining a MUC with a duplicate nickname results in strange behavior.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1855'>SPARK-1855</a>] - ContactList should not pop up when logging off
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1858'>SPARK-1858</a>] - Password not removed from spark.properties when &quot;Save Password&quot; option is disabled
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1863'>SPARK-1863</a>] - Resets initially empty values in Advanced menu when logging out
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1825'>SPARK-1825</a>] - Add an option to see a history of broadcasts
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1852'>SPARK-1852</a>] - Add anonymous SASL login support
</li>
</ul>

<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1821'>SPARK-1821</a>] - Update bundled JRE with the latest version
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1856'>SPARK-1856</a>] - Remove unused static analyzers
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1857'>SPARK-1857</a>] - Remove legacy CVS keywords
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1862'>SPARK-1862</a>] - Remove obsolete information from Readme and update links
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1847'>SPARK-1847</a>] - Remove Log out menu when Auto Login and Save Password are disabled
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1849'>SPARK-1849</a>] - Make logs rotate based on size or time
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1850'>SPARK-1850</a>] - Shouldn&#39;t save password when SSO is being used
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1860'>SPARK-1860</a>] - Implement group chat duplicate name deconfliction similar to 2.7.7
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1864'>SPARK-1864</a>] - Add translations to MUC dialogs
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SPARK-1867'>SPARK-1867</a>] - Update German translation
</li>
</ul>


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

0 comments on commit 7c7343a

Please sign in to comment.