From 8d02d1d2900fa196bd11841111b5b3a339f6dca4 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 26 Jul 2019 14:39:48 -0700 Subject: [PATCH] Follow-up f7cddcf7c1: Move RELEASE-NOTES-1.34 entry to right place This isn't a deprecation, it's a breaking config change, which we put in either the "changed configuration" or the "breaking changes" sections. In this case I'm dumping it into the former as that's more frequently read by sysadmins. Change-Id: I9d63be2ec6392b66c50fb96ada510584da9ec16a --- RELEASE-NOTES-1.34 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 16c4639978..3e51f2ddcd 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -61,6 +61,10 @@ For notes on 1.33.x and older releases, see HISTORY. 1.23, is now hard-deprecated. * $wgProfileOnly — Setting this, deprecated in 1.23, is now hard-deprecated. Instead, set the log file in $wgDebugLogGroups['profileoutput']. +* $wgProxyList — Setting this to an array with IP addresses in the array keys, + which was deprecated in 1.30, no longer works. Instead, $wgProxyList should be + an array with IP addresses as the values, or a string path to a file + containing one IP address per line. * … ==== Removed configuration ==== @@ -411,9 +415,6 @@ because of Phabricator reports. PermissionManager::getUserPermissions() instead. * The LocalisationCacheRecache hook no longer allows purging of message blobs to be prevented. Modifying the $purgeBlobs parameter now has no effect. -* The use of $wgProxyList with IP addresses in the array keys, deprecated in - 1.30, was removed. Instead, $wgProxyList should be an array with IP addresses - as the values, or a string path to a file containing one IP address per line. * SVGMetadataExtractor::getMetadata has been deprecated. Instead, you should use SVGReader->getMetadata() directly. -- 2.20.1