summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2013-04-30 09:09:31 -0700
committerGerrit Code Review <gerrit@wikimedia.org>2013-04-30 20:56:43 +0000
commitc22a233b7974a01a9e0036237de86d3b7130cd81 (patch)
treef910c08a78498b5c8d304e9774f09fb004342be4
parentcab7a3007f4409a944c7372a71348cf090c8b919 (diff)
Updated release notes and version number1.19.6
Change-Id: I45e169c74a793bdd8be3bcdf62eea21c862b7c53
-rw-r--r--RELEASE-NOTES-1.1913
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 14 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index 771cd43aac24..a61c237111c1 100644
--- a/RELEASE-NOTES-1.19
+++ b/RELEASE-NOTES-1.19
@@ -3,6 +3,19 @@
Security reminder: MediaWiki does not require PHP's register_globals
setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
+== MediaWiki 1.19.6 ==
+
+This is a security and maintenance release of the MediaWiki 1.19 branch
+
+=== Changes since 1.19.5 ===
+* (bug 47304) SECURITY: Check SVG xml encoding against whitelist
+* (bug 46590) Added AbortChangePassword hook to allow extensions to abort password
+ changes from Special:ChangePassword
+* Localisation updates from http://translatewiki.net.
+* mwdocgen.php: Implement --version option.
+* Remove svnstat stuff used in Doxygen generation
+* E_USER_DEPRECATED undefined prior to php 5.3
+
== MediaWiki 1.19.5 ==
This is a security and maintenance release of the MediaWiki 1.19 branch
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 9c5353aa3915..6aa5c9e890fa 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.19.5';
+$wgVersion = '1.19.6';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';