Skip to content

Commit

Permalink
Denote Spark 2.7.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Oct 23, 2015
1 parent ae6a1c8 commit 977674d
Show file tree
Hide file tree
Showing 4 changed files with 59 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="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.7.2) unstable; urgency=medium
spark-messenger (2.7.3) unstable; urgency=medium

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

-- daryl herzmann <admin@ignite> Mon, 31 Aug 2015 11:32:51 +0200
-- daryl herzmann <admin@ignite> Fri, 23 Oct 2015 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.2_all.deb net optional
spark_2.7.3_all.deb net optional
55 changes: 55 additions & 0 deletions documentation/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,61 @@ <h1>Spark Changelog</h1>



<h2>2.7.3 -- <span style="font-weight: normal;">October 23, 2015</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1144'>SPARK-1144</a>] - Ant buildscript should not check for explicit Ant version numbers
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1329'>SPARK-1329</a>] - Various confirmation dialogs should use i18n strings for Yes, No and Cancel buttons
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1631'>SPARK-1631</a>] - Messages are not shown as sent or received when no history is shown
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1634'>SPARK-1634</a>] - Fix Class not found exception in LaF
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-985'>SPARK-985</a>] - Online/Offline toast popups improvement
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1472'>SPARK-1472</a>] - Add &quot;Avatar:&quot; to translation file
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1473'>SPARK-1473</a>] - Alert notification popup should show the sender&#39;s name
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1517'>SPARK-1517</a>] - Append contact name on every line of conversation history
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1571'>SPARK-1571</a>] - Add phone number to vCard popup
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1627'>SPARK-1627</a>] - Change default reconnection option to Display in contact group
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1633'>SPARK-1633</a>] - Add support for IzPack 5 in the build process
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1641'>SPARK-1641</a>] - Fixed typos in the group chat dialogs
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1642'>SPARK-1642</a>] - Update the Bring window to front code
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1436'>SPARK-1436</a>] - Add option to disable chat history via default.properties
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1638'>SPARK-1638</a>] - Add option to hide chat history settings via default.properties
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1640'>SPARK-1640</a>] - Add option to hide save password checkboxes
</li>
</ul>

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

<h2>2.7.2 -- <span style="font-weight: normal;">August 31, 2015</span></h2>
<h2> Bug
</h2>
Expand Down

0 comments on commit 977674d

Please sign in to comment.