diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml
index 21a949b493..cf95afb6ed 100644
--- a/.github/workflows/continuous-integration-workflow.yml
+++ b/.github/workflows/continuous-integration-workflow.yml
@@ -199,11 +199,12 @@ jobs:
id: startCIServer
uses: ./.github/actions/startserver-action
- name: Run Smack tests against server
- uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main # TODO replace 'main' with a proper versioned tag, like 'v1'.
+ uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main
with:
domain: 'example.org'
adminAccountUsername: 'admin'
adminAccountPassword: 'admin'
+ disabledSpecifications: 'XEP-0045,XEP-0060'
disabledTests: 'EntityCapsTest,SoftwareInfoIntegrationTest,XmppConnectionIntegrationTest,StreamManagementTest,WaitForClosingStreamElementTest,IoTControlIntegrationTest,ModularXmppClientToServerConnectionLowLevelIntegrationTest'
- name: Stop CI server
if: ${{ always() && steps.startCIServer.conclusion == 'success' }} # TODO figure out if this is correct. The intent is to have the server stopped if it was successfully started, even if the tests fail. Failing tests should still cause the job to fail.
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 87e02b716e..586c2f18ec 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -5,7 +5,7 @@
parent
org.igniterealtime.openfire
- 4.9.1-SNAPSHOT
+ 4.9.1
4.0.0
diff --git a/i18n/pom.xml b/i18n/pom.xml
index 4ea477c653..d0fb00fb01 100644
--- a/i18n/pom.xml
+++ b/i18n/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.9.1-SNAPSHOT
+ 4.9.1
i18n
Internationalization files for Openfire
diff --git a/plugins/openfire-plugin-assembly-descriptor/pom.xml b/plugins/openfire-plugin-assembly-descriptor/pom.xml
index 071b0d6a3f..4efb338777 100644
--- a/plugins/openfire-plugin-assembly-descriptor/pom.xml
+++ b/plugins/openfire-plugin-assembly-descriptor/pom.xml
@@ -4,7 +4,7 @@
plugins
org.igniterealtime.openfire
- 4.9.1-SNAPSHOT
+ 4.9.1
org.igniterealtime.openfire.plugins
openfire-plugin-assembly-descriptor
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 97436e19f7..67588584b9 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.igniterealtime.openfire
- 4.9.1-SNAPSHOT
+ 4.9.1
plugins
pom
Openfire Plugins
@@ -120,7 +120,7 @@
${project.artifactId}
- 4.9.1-SNAPSHOT
+ 4.9.1
10.0.18
diff --git a/pom.xml b/pom.xml
index a756a2d954..1dbb819f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.9.1-SNAPSHOT
+ 4.9.1
Parent
pom
diff --git a/starter/pom.xml b/starter/pom.xml
index 9cd3ab9888..6691977539 100644
--- a/starter/pom.xml
+++ b/starter/pom.xml
@@ -4,7 +4,7 @@
parent
org.igniterealtime.openfire
- 4.9.1-SNAPSHOT
+ 4.9.1
starter
Starter for Openfire
diff --git a/xmppserver/changelog.html b/xmppserver/changelog.html
index d20a1c4de8..68efb3d445 100644
--- a/xmppserver/changelog.html
+++ b/xmppserver/changelog.html
@@ -160,6 +160,27 @@
Openfire Changelog
+
4.9.1 -- November 1, 2024
+
Improvement
+
+ - [OF-2880] - Disable directory listing of admin console
+ - [OF-2893] - Make it clearer when a plugin exposes HTTP wildcard routes
+
+
+
Bug
+
+ - [OF-2868] - NullPointerException while configuration encryption algorithms
+ - [OF-2873] - Improvements to debian build
+ - [OF-2874] - RPM build script fails when date locale non-english
+ - [OF-2884] - Making a group member a group admin removes the user from the group
+ - [OF-2890] - CSRF bug prevents AD admin test
+ - [OF-2891] - Misaligned button in directory service admin setup
+ - [OF-2896] - Memory Leak PreAuthSessions
+ - [OF-2897] - No-such-user detection misses anonymous users
+ - [OF-2898] - Session Destroyed event no longer published
+ - [OF-2899] - Handle null SASL mechanisms
+
+
4.9.0 -- September 17, 2024
Improvement
diff --git a/xmppserver/pom.xml b/xmppserver/pom.xml
index 4ad172cd68..f398b4267d 100644
--- a/xmppserver/pom.xml
+++ b/xmppserver/pom.xml
@@ -4,7 +4,7 @@
org.igniterealtime.openfire
parent
- 4.9.1-SNAPSHOT
+ 4.9.1
xmppserver
Core XMPP Server
diff --git a/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java b/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
index 63cdae5fda..70b177e2ea 100644
--- a/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
+++ b/xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java
@@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate;
- public static final Version VERSION = new Version(4, 9, 1, Version.ReleaseStatus.Alpha, -1 );
+ public static final Version VERSION = new Version(4, 9, 1, Version.ReleaseStatus.Release, -1 );
/**
* Simple constructor