Skip to content

Commit

Permalink
Denote Openfire 4.1.3 Release (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored Feb 24, 2017
1 parent e1ce54a commit c689f15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="1"/>
<property name="version.revision" value="3"/>
<property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' -->
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->

<property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/>
Expand Down
14 changes: 10 additions & 4 deletions documentation/dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,22 @@ <h1>Openfire Changelog</h1>
</div>

<div id="pageBody">
<h2>4.1.3 -- <span style="font-weight: normal;">Feb 24, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1263'>OF-1263</a>] - Contact List sharing shows stale data
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1269'>OF-1269</a>] - Admin Console shows wrong group affiliation information for some users
</li>
</ul>

<h2>4.1.2 -- <span style="font-weight: normal;">Feb 18, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1195'>OF-1195</a>] - JDBCAuthProvider does not play nice with SCRAM
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1263'>OF-1263</a>] - Contact List sharing shows stale data
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1271'>OF-1271</a>] - MUC History doesn&#39;t replay copy complex elements correctly after restart
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1278'>OF-1278</a>] - Recursive Loop in SCRAM salt generation
Expand Down Expand Up @@ -266,8 +274,6 @@ <h2> Bug
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-817'>OF-817</a>] - ofMucConversationLog only persists body of groupchat stanzas
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-867'>OF-867</a>] - Inconsistent use of keys in groupMetaCache
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-927'>OF-927</a>] - Pressing enter should trigger Continue button on admin password setup page
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-942'>OF-942</a>] - CVE-2015-6972 CVE-2015-6973 Admin Console Security Improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {

private final Date startDate;

public static final Version VERSION = new Version(4, 1, 3, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 1, 3, Version.ReleaseStatus.Release, -1 );

/**
* Simple constructor
Expand Down

0 comments on commit c689f15

Please sign in to comment.