From e459d0be0c02ddbb7ab48a00fba11a442d86ff6d Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 31 Oct 2012 20:26:07 +0000 Subject: [PATCH] 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 --- UPGRADE.txt | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.47.2