Skip to content

Commit

Permalink
Merge pull request #129 from wrooot/master
Browse files Browse the repository at this point in the history
Denote 2.7.7 Release
  • Loading branch information
wrooot committed Apr 24, 2016
2 parents aaa5b54 + be3d231 commit bb4c322
Show file tree
Hide file tree
Showing 4 changed files with 53 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="7"/>
<property name="version.revision" value="6"/>
<property name="version.revision" value="7"/>

<!-- 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.7.6) unstable; urgency=medium
spark-messenger (2.7.7) unstable; urgency=medium

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

-- wroot <[email protected]> Tue, 15 Mar 2016 11:32:51 +0200
-- wroot <[email protected]> Tue, 24 Apr 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.7.6_all.deb net optional
spark_2.7.7_all.deb net optional
49 changes: 49 additions & 0 deletions documentation/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,53 @@ <h1>Spark Changelog</h1>

<div id="pageBody">

<h2>2.7.7 -- <span style="font-weight: normal;">April 24, 2016</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1597'>SPARK-1597</a>] - UNC links in file://\\\ format should work in the chat window
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1660'>SPARK-1660</a>] - Should not fallback to direct connection when proxy is enabled
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1695'>SPARK-1695</a>] - Windows installer is including linux lib folder
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1717'>SPARK-1717</a>] - Failing dependencies when installing RPM version
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1721'>SPARK-1721</a>] - Fix a typo in Network Address Manager in SIP plugin
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1724'>SPARK-1724</a>] - OTR plugin not working after bouncy castle lib update
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1726'>SPARK-1726</a>] - Spark is setting negative priority when switching to Idle
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1720'>SPARK-1720</a>] - Add option to disable Incoming Call notification popup
</li>
</ul>

<h2> Task
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1687'>SPARK-1687</a>] - Update bundled JRE with the latest version
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1716'>SPARK-1716</a>] - Fix alignment of fields on Business card in Profile
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1718'>SPARK-1718</a>] - Remove old java from RPM installation
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1723'>SPARK-1723</a>] - Update of German translation
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1727'>SPARK-1727</a>] - Fix and update Lithuanian translation
</li>
</ul>


<h2>2.7.6 -- <span style="font-weight: normal;">March 15, 2016</span></h2>
<h2> Bug
Expand Down Expand Up @@ -208,6 +255,8 @@ <h2> Bug
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1696'>SPARK-1696</a>] - Fastpath not working on Mac OS X
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1697'>SPARK-1697</a>] - Roar plugins doesn&#39;t work on Mac OS X
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1701'>SPARK-1701</a>] - Plugins are not being copied to user&#39;s home folder on Mac OS X
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1703'>SPARK-1703</a>] - Spark is constantly trying to access e4j_pxxxx.tmp file
Expand Down

0 comments on commit bb4c322

Please sign in to comment.