From: Matthew Jordan Date: Wed, 31 Oct 2012 20:26:07 +0000 (+0000) Subject: Multiple revisions 375242,375244 X-Git-Tag: certified/1.8.11-cert8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e459d0be0c02ddbb7ab48a00fba11a442d86ff6d;p=thirdparty%2Fasterisk.git Multiple revisions 375242,375244 ........ r375242 | jrose | 2012-10-18 16:30:13 -0500 (Thu, 18 Oct 2012) | 8 lines 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 ........ r375244 | jrose | 2012-10-18 16:36:59 -0500 (Thu, 18 Oct 2012) | 4 lines Correct version number in Upgrade.txt release notes pertaining to queue order Showed 1.8.17 to 1.8.18, needs to be 1.8.18 to 1.8.19 ........ Merged revisions 375242,375244 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/1.8.11@375570 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index f2c3a7c2dc..9deff5f512 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -17,6 +17,10 @@ === UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6 === =========================================================== +from 1.8.18 to 1.8.19: +* 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 1.6.2 to 1.8: