CSteipp has uploaded a new change for review.

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


Change subject: Updated release notes and version number
......................................................................

Updated release notes and version number

Change-Id: Ibf319932fb7130106748bb9fbdfeda1f89727969
---
M RELEASE-NOTES-1.19
M includes/DefaultSettings.php
2 files changed, 7 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/51/59351/1

diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index de61451..771cd43 100644
--- a/RELEASE-NOTES-1.19
+++ b/RELEASE-NOTES-1.19
@@ -4,10 +4,15 @@
 setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
 
 == MediaWiki 1.19.5 ==
-This has not been released yet.
+
+This is a security and maintenance release of the MediaWiki 1.19 branch
 
 === Changes since 1.19.4 ===
+* (bug 47251) SECURITY: Disable external entities in Import
+* (bug 46859) SECURITY: Disable external entities in XMLReader
+* (bug 46084) SECURITY: Sanitize $limitReport before outputting
 * (bug 43594) Fix notices displayed on PHP 5.4
+* (bug 40585) Don't drop 'step="any"' in HTML input fields.
 
 == MediaWiki 1.19.4 ==
 
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 063aaf9..9c5353a 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@
 /** @endcond */
 
 /** MediaWiki version number */
-$wgVersion = '1.19.4';
+$wgVersion = '1.19.5';
 
 /** Name of the site. It must be changed in LocalSettings.php */
 $wgSitename = 'MediaWiki';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf319932fb7130106748bb9fbdfeda1f89727969
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_19
Gerrit-Owner: CSteipp <[email protected]>

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

Reply via email to