From: Jonathan Rose Date: Thu, 18 Oct 2012 21:39:14 +0000 (+0000) Subject: app_queue: add upgrade notes for 375216 X-Git-Tag: 10.11.0-rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99a4b87d8b2ced3e91cea09b08058bbcb7ab393;p=thirdparty%2Fasterisk.git app_queue: add upgrade notes for 375216 Adds notes describing behavioral changes to rrmemory strategy caused by 375216 (issue AST-989) Reported by: Thomas Arimont git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@375245 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 7e7c1738ee..f9093646b2 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,11 @@ === UPGRADE-1.8.txt -- Upgrade info for 1.6 to 1.8 === =========================================================== +From 10.9 to 10.10: + +* Queue strategy rrmemory now has a predictable order similar to strategy + rrordered. Members will be called in the order that they are added to the + queue. From 10.4 to 10.5: