summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2013-03-04 09:40:05 -0800
committercsteipp <csteipp@wikimedia.org>2013-03-04 09:40:05 -0800
commit4847ef459b246c0bfa4fcd94434fb78ac2d071a2 (patch)
treebebf0b27f679e48c5de0320b13014c3eefc08a99
parent3bbff7cfb3a3d93692cbd25bed7afa5fe80617c7 (diff)
Updated release notes and version number1.19.4
-rw-r--r--RELEASE-NOTES-1.193
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index 1bcc0069def1..f533a7f970bd 100644
--- a/RELEASE-NOTES-1.19
+++ b/RELEASE-NOTES-1.19
@@ -12,6 +12,9 @@ This is a maintenance release of the MediaWiki 1.19 branch
Special:Preferences, but are still available via the action=options API.
* (bug 44010) Context is passed to UserGetLanguageObject.
* The recursion guard on RequestContext::getLanguage() was weakened.
+* (bug 44135/42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
+* (bug 43518) API action=unblock should return the user name, not the full
+ user object
== MediaWiki 1.19.3 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index ef1ef4027dac..063aaf92b2ac 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.19.3';
+$wgVersion = '1.19.4';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';