Tweichart has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/221847

Change subject: updated version number + release notes
......................................................................

updated version number + release notes

Change-Id: I6913af7c2a931ebbd363a53453d5569989853ef2
(cherry picked from commit 125bfdfb3cf39cfa28b1098683c52e53deb184fe)
---
M BLUESPICE-RELEASE-NOTES
M BlueSpiceFoundation.php
M includes/installer/BsWebInstallerOutput.php
3 files changed, 16 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/47/221847/1

diff --git a/BLUESPICE-RELEASE-NOTES b/BLUESPICE-RELEASE-NOTES
index 9a5c22c..333a42b 100644
--- a/BLUESPICE-RELEASE-NOTES
+++ b/BLUESPICE-RELEASE-NOTES
@@ -3,6 +3,19 @@
 http://www.blue-spice.org<br />
 http://www.hallowelt.com<br />
 
+==BlueSpice 2.23.1.1==
+
+BlueSpice 2.23.1.1 is a security release.
+
+===Note===
+This release indends to fix a security vulnerability in the shoutbox extension.
+For details see https://gerrit.wikimedia.org/r/#/c/220410/
+
+===Changelog===
+
+====BlueSpiceExtensions====
+* Shoutbox: XSS Security fix
+
 ==BlueSpice 2.23.1==
 
 BlueSpice 2.23.1 is a minor and maintenance release.
@@ -134,6 +147,7 @@
 * Yuki Shira
 * TGC
 * Umherirrender
+* Frederic Mohr
 
 ===Standing on the shoulders of giants===
 We would like to thank all the people around MediaWiki. You've created a 
wonderful piece of software. Thanks a lot!
\ No newline at end of file
diff --git a/BlueSpiceFoundation.php b/BlueSpiceFoundation.php
index 68fe925..c24d5d9 100644
--- a/BlueSpiceFoundation.php
+++ b/BlueSpiceFoundation.php
@@ -29,7 +29,7 @@
  */
 $wgBlueSpiceExtInfo = array(
        'name' => 'BlueSpice for MediaWiki',
-       'version' => '2.23.1',
+       'version' => '2.23.1.1',
        'status' => 'stable',
        'package' => 'BlueSpice Free', //default value for BS free extensions
        'url' => 'http://www.blue-spice.org',
diff --git a/includes/installer/BsWebInstallerOutput.php 
b/includes/installer/BsWebInstallerOutput.php
index e97bb2c..6bc4f37 100644
--- a/includes/installer/BsWebInstallerOutput.php
+++ b/includes/installer/BsWebInstallerOutput.php
@@ -34,6 +34,6 @@
         // BlueSpice
        public function outputTitle() {
                global $wgVersion;
-               echo wfMessage( 'bs-installer-title', $wgVersion, '2.23.1' 
)->plain();
+               echo wfMessage( 'bs-installer-title', $wgVersion, '2.23.1.1' 
)->plain();
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/221847
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6913af7c2a931ebbd363a53453d5569989853ef2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_23
Gerrit-Owner: Tweichart <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to