mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
updating readme and changelog.html for release on 17.06.11
updated rev# to 12491 git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12491 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
5d86a2102c
commit
9d2df7c0d5
@ -25,7 +25,7 @@
|
|||||||
<property name="version.minor" value="6"/>
|
<property name="version.minor" value="6"/>
|
||||||
<property name="version.revision" value="1"/>
|
<property name="version.revision" value="1"/>
|
||||||
|
|
||||||
<property name="version.extra" value="12434"/>
|
<property name="version.extra" value="12491"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<loadfile property="version.extra" srcFile="./.svn/entries">
|
<loadfile property="version.extra" srcFile="./.svn/entries">
|
||||||
|
|||||||
@ -276,7 +276,7 @@ href="LICENSE.html"><span style='color:white'>License</span></a> <o:p></o:p></sp
|
|||||||
</td>
|
</td>
|
||||||
<td style='padding:.75pt .75pt .75pt .75pt'>
|
<td style='padding:.75pt .75pt .75pt .75pt'>
|
||||||
<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:Arial'>June
|
<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:Arial'>June
|
||||||
20th, 2011</span></b><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></p>
|
17th, 2011</span></b><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -178,9 +178,10 @@ hr {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pageBody">
|
<div id="pageBody">
|
||||||
<h2>2.6.1 -- <span style="font-weight: normal;">June 20th, 2011</span></h2>
|
<h2>2.6.1 -- <span style="font-weight: normal;">June 17th, 2011</span></h2>
|
||||||
<h3> New Feature </h3>
|
<h3> New Feature </h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-548'>SPARK-548</a>] - Animated GIFs as Avatars</li>
|
||||||
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-884'>SPARK-884</a>] - OTR support for chat</li>
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-884'>SPARK-884</a>] - OTR support for chat</li>
|
||||||
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-948'>SPARK-948</a>] - Bring window to front doesnt steal focus on java1.7 anymore</li>
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-948'>SPARK-948</a>] - Bring window to front doesnt steal focus on java1.7 anymore</li>
|
||||||
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-984'>SPARK-984</a>] - Should be an option to disable username color randomizer in MUC</li>
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-984'>SPARK-984</a>] - Should be an option to disable username color randomizer in MUC</li>
|
||||||
@ -226,6 +227,7 @@ hr {
|
|||||||
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1350'>SPARK-1350</a>] - File transfer and windows network path</li>
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1350'>SPARK-1350</a>] - File transfer and windows network path</li>
|
||||||
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1351'>SPARK-1351</a>] - Remove plugins does not remove plugins</li>
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1351'>SPARK-1351</a>] - Remove plugins does not remove plugins</li>
|
||||||
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1357'>SPARK-1357</a>] - When in fullscreen mode and switching to smaller screen, spark doesnt rezise to fit smaller screen</li>
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1357'>SPARK-1357</a>] - When in fullscreen mode and switching to smaller screen, spark doesnt rezise to fit smaller screen</li>
|
||||||
|
<li>[<a href='http://issues.igniterealtime.org/browse/SPARK-1374'>SPARK-1374</a>] - Spark freezes on close</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>2.6.0 -- <span style="font-weight: normal;">May 6th, 2011</span></h2>
|
<h2>2.6.0 -- <span style="font-weight: normal;">May 6th, 2011</span></h2>
|
||||||
|
|||||||
@ -37,7 +37,7 @@ public class JiveInfo {
|
|||||||
* SVN revision number of the build
|
* SVN revision number of the build
|
||||||
*/
|
*/
|
||||||
public static String getBuildNumber() {
|
public static String getBuildNumber() {
|
||||||
return "12434";
|
return "12491";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getOS() {
|
public static String getOS() {
|
||||||
|
|||||||
Reference in New Issue
Block a user