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
fc144a21
Commit
fc144a21
authored
Apr 30, 2014
by
akrherz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create Openfire 3.9.2 Release!
parent
89565d4d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
163 additions
and
9 deletions
+163
-9
build.xml
build/build.xml
+1
-5
changelog.html
documentation/dist/changelog.html
+161
-0
XMPPServer.java
src/java/org/jivesoftware/openfire/XMPPServer.java
+1
-4
No files found.
build/build.xml
View file @
fc144a21
<?xml version="1.0"?>
<?xml version="1.0"?>
<!--
<!--
$RCSfile: build.xml,v $
$Revision$
$Date$
This software is published under the terms of the Apache License, Version 2.0,
This software is published under the terms of the Apache License, Version 2.0,
a copy of which is included in this distribution.
a copy of which is included in this distribution.
-->
-->
...
@@ -62,7 +58,7 @@
...
@@ -62,7 +58,7 @@
<property
name=
"version.major"
value=
"3"
/>
<property
name=
"version.major"
value=
"3"
/>
<property
name=
"version.minor"
value=
"9"
/>
<property
name=
"version.minor"
value=
"9"
/>
<property
name=
"version.revision"
value=
"2"
/>
<property
name=
"version.revision"
value=
"2"
/>
<property
name=
"version.extra"
value=
"
alpha
"
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"version.extra"
value=
""
/>
<!-- For 'beta' or 'alpha' -->
<property
name=
"dist.prefix"
value=
"openfire"
/>
<property
name=
"dist.prefix"
value=
"openfire"
/>
<property
file=
"${basedir}/build/build.properties"
/>
<property
file=
"${basedir}/build/build.properties"
/>
...
...
documentation/dist/changelog.html
View file @
fc144a21
This diff is collapsed.
Click to expand it.
src/java/org/jivesoftware/openfire/XMPPServer.java
View file @
fc144a21
/**
/**
* $RCSfile$
* $Revision: 3144 $
* $Date: 2005-12-01 14:20:11 -0300 (Thu, 01 Dec 2005) $
*
*
* Copyright (C) 2004-2008 Jive Software. All rights reserved.
* Copyright (C) 2004-2008 Jive Software. All rights reserved.
*
*
...
@@ -346,7 +343,7 @@ public class XMPPServer {
...
@@ -346,7 +343,7 @@ public class XMPPServer {
host
=
"127.0.0.1"
;
host
=
"127.0.0.1"
;
}
}
version
=
new
Version
(
3
,
9
,
2
,
Version
.
ReleaseStatus
.
Alpha
,
-
1
);
version
=
new
Version
(
3
,
9
,
2
,
Version
.
ReleaseStatus
.
Release
,
-
1
);
if
(
"true"
.
equals
(
JiveGlobals
.
getXMLProperty
(
"setup"
)))
{
if
(
"true"
.
equals
(
JiveGlobals
.
getXMLProperty
(
"setup"
)))
{
setupMode
=
false
;
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