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
82bf351d
Commit
82bf351d
authored
Jun 22, 2015
by
Dave Cridland
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #242 from akrherz/3.10
Denote Openfire 3.10.2 Release
parents
6835d7e8
1bfc290e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
build.xml
build/build.xml
+1
-1
changelog.html
documentation/dist/changelog.html
+7
-0
XMPPServer.java
src/java/org/jivesoftware/openfire/XMPPServer.java
+1
-1
No files found.
build/build.xml
View file @
82bf351d
...
...
@@ -26,7 +26,7 @@
<property
name=
"version.major"
value=
"3"
/>
<property
name=
"version.minor"
value=
"10"
/>
<property
name=
"version.revision"
value=
"2"
/>
<property
name=
"version.extra"
value=
"
alpha
"
/>
<!-- For 'alpha', 'beta', or 'rc' -->
<property
name=
"version.extra"
value=
""
/>
<!-- For 'alpha', 'beta', or 'rc' -->
<property
name=
"javac.source"
value=
"1.7"
/>
<property
name=
"javac.target"
value=
"1.7"
/>
...
...
documentation/dist/changelog.html
View file @
82bf351d
...
...
@@ -162,6 +162,13 @@ hr {
<div
id=
"pageBody"
>
<h2>
3.10.2 --
<span
style=
"font-weight: normal;"
>
Jun 22, 2015
</span></h2>
<h2>
Bug
</h2>
<ul>
<li>
[
<a
href=
'https://igniterealtime.org/issues/browse/OF-922'
>
OF-992
</a>
] - Downgrade Apache MINA to version 2.0.7 to fix performance and 100% CPU issue
</li>
</ul>
<h2>
3.10.1 --
<span
style=
"font-weight: normal;"
>
Jun 16, 2015
</span></h2>
<h2>
Bug
</h2>
<ul>
...
...
src/java/org/jivesoftware/openfire/XMPPServer.java
View file @
82bf351d
...
...
@@ -362,7 +362,7 @@ public class XMPPServer {
host
=
"127.0.0.1"
;
}
version
=
new
Version
(
3
,
10
,
2
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
version
=
new
Version
(
3
,
10
,
2
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
if
(
"true"
.
equals
(
JiveGlobals
.
getXMLProperty
(
"setup"
)))
{
setupMode
=
false
;
}
...
...
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