X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=bec7b86b344d3856187a72b16ec714ef6635bc1b;hp=2090ce925567e72d03ba6495b8bfb7ba5bd0e56a;hb=d4f712c326a0c108efda7f71e4eb8a1152a3a678;hpb=c99dbcc7d5fc3b320e288fe7550044adc36b7212 diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index 2090ce9255..bec7b86b34 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -233,7 +233,10 @@ changes to languages because of Phabricator reports. * DB_SLAVE is deprecated. DB_REPLICA should be used instead. * wfUsePHP() is deprecated. * wfFixSessionID() was removed. -* wfShellExec() and related functions are deprecated, use Shell::command(). +* wfShellExec() and related functions are deprecated, use Shell::command(). This also + slightly changes the behavior of how execution time limits are calculated when only + some of defaults are overridden per-call. When in doubt, always override both wall + clock and CPU time. * (T138166) SpecialEmailUser::getTarget() now requires a second argument, the sending user object. Using the method without the second argument is deprecated. * (T67297) Browsers that don't support Unicode will have their edits rejected.