]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 375243,375245 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 18 Oct 2012 22:24:16 +0000 (22:24 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 18 Oct 2012 22:24:16 +0000 (22:24 +0000)
file:///srv/subversion/repos/asterisk/branches/10

................
  r375243 | jrose | 2012-10-18 16:35:20 -0500 (Thu, 18 Oct 2012) | 11 lines

  Blocked revisions 375242

  ........
  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
................
  r375245 | jrose | 2012-10-18 16:39:14 -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
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@375271 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index 7e7c1738eebfac8e4e916c75b77c1158c2961f61..f9093646b2aee0a813bfef2e6bd6ec47cb351f20 100644 (file)
 === 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: