Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
daf5ef47
Commit
daf5ef47
authored
Oct 05, 2017
by
akrherz
Committed by
Guus der Kinderen
Oct 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Denote Openfire 4.1.6 Release
parent
fa6022e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
2 deletions
+62
-2
build.xml
build/build.xml
+1
-1
changelog.html
documentation/dist/changelog.html
+60
-0
XMPPServerInfoImpl.java
...ava/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+1
-1
No files found.
build/build.xml
View file @
daf5ef47
...
...
@@ -26,7 +26,7 @@
<property
name=
"version.major"
value=
"4"
/>
<property
name=
"version.minor"
value=
"1"
/>
<property
name=
"version.revision"
value=
"6"
/>
<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"
/>
...
...
documentation/dist/changelog.html
View file @
daf5ef47
...
...
@@ -161,6 +161,66 @@ hr {
</div>
<div
id=
"pageBody"
>
<h2>
4.1.6 --
<span
style=
"font-weight: normal;"
>
Oct 5, 2017
</span></h2>
<h2>
Sub-task
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1020'
>
OF-1020
</a>
] - Admin Console Remote File Inclusion (RFI) Vulnerability
</li>
</ul>
<h2>
Bug
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1304'
>
OF-1304
</a>
] - SQL syntax error with monitoring plugin IQ Query Handler
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1362'
>
OF-1362
</a>
] - Websocket plugin fails when trying to use connection configuration
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1363'
>
OF-1363
</a>
] - NPE when displaying properties for non-existing user
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1366'
>
OF-1366
</a>
] - NullPointerException in Group lookup
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1374'
>
OF-1374
</a>
] - Pubsub publish NullPointerException
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1381'
>
OF-1381
</a>
] - User enumeration possible by SCRAM
</li>
</ul>
<h2>
New Feature
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1354'
>
OF-1354
</a>
] - Add option to Client Control plugin to disable Start a chat in Spark
</li>
</ul>
<h2>
Task
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1320'
>
OF-1320
</a>
] - Update bundled JRE with the latest version
</li>
</ul>
<h2>
Improvement
</h2>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1340'
>
OF-1340
</a>
] - Create x64 Windows Installer
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1349'
>
OF-1349
</a>
] - Create separate Windows installer with and without JRE
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1359'
>
OF-1359
</a>
] - Elevate webclients to top level menu in openfire admin UI
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1360'
>
OF-1360
</a>
] - Update inVerse plugin to match upstream Converse 3.1.0 release.
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1365'
>
OF-1365
</a>
] - Some caches should not be purgeable.
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1367'
>
OF-1367
</a>
] - BOSH URL should be based on FQDN, not XMPP domain.
</li>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1369'
>
OF-1369
</a>
] - Don
'
t advertise in-band registration for read-only user providers
</li>
</ul>
<h2>
4.1.5 --
<span
style=
"font-weight: normal;"
>
Jun 30, 2017
</span></h2>
<h2>
Bug
</h2>
...
...
src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
View file @
daf5ef47
...
...
@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private
final
Date
startDate
;
public
static
final
Version
VERSION
=
new
Version
(
4
,
1
,
6
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
public
static
final
Version
VERSION
=
new
Version
(
4
,
1
,
6
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
/**
* Simple constructor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment