Skip to content

Commit

Permalink
Denote Spark 2.7.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jun 10, 2015
1 parent e94d4e6 commit 2c59c44
Show file tree
Hide file tree
Showing 4 changed files with 49 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="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.7.0) unstable; urgency=medium
spark-messenger (2.7.1) unstable; urgency=medium

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

-- daryl herzmann <admin@ignite> Fri, 24 Apr 2015 11:32:51 +0200
-- daryl herzmann <admin@ignite> Fri, 12 Jun 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.0_all.deb net optional
spark_2.7.1_all.deb net optional
45 changes: 45 additions & 0 deletions documentation/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,51 @@ <h1>Spark Changelog</h1>
<div id="pageBody">


<h2>2.7.1 -- <span style="font-weight: normal;">June 12th, 2015</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-864'>SPARK-864</a>] - Printing conversation margin cuts off characters from lines that wrap
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1512'>SPARK-1512</a>] - ***&lt;user&gt; is online at message does not always show in chat room
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1513'>SPARK-1513</a>] - After receiving XML data as a message Spark stops displaying history
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1604'>SPARK-1604</a>] - Buzz and stale settings overlap in the Preferences window
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1588'>SPARK-1588</a>] - Update French translation
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1607'>SPARK-1607</a>] - Show JID as contact name if instead an empty string would have been shown
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1609'>SPARK-1609</a>] - Default resource should be &quot;Spark&quot; without a version number
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1611'>SPARK-1611</a>] - Update Lithuanian translation
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1617'>SPARK-1617</a>] - Fix loading of Spellchecker&#39;s IgnoreUppercase setting
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-979'>SPARK-979</a>] - Add an option to disable graying out and italic for idle contacts
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SPARK-1503'>SPARK-1503</a>] - Option to use hostname as a resource
</li>
</ul>

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

<h2>2.7.0 -- <span style="font-weight: normal;">April 24th, 2015</span></h2>

<h2> Sub-task
Expand Down

0 comments on commit 2c59c44

Please sign in to comment.