From: Mark Michelson Date: Fri, 26 Oct 2007 22:21:08 +0000 (+0000) Subject: Forgot to update CHANGES when I committed the linear queue strategy. X-Git-Tag: 1.6.0-beta1~3^2~1095 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a55b6954e82025b9f0982fea34b7167baec4df6a;p=thirdparty%2Fasterisk.git Forgot to update CHANGES when I committed the linear queue strategy. Thank you Russell, for pointing this out! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87217 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 642f9eaa7f..2ce496c08c 100644 --- a/CHANGES +++ b/CHANGES @@ -165,6 +165,7 @@ Queue changes * Added additional information to EXITWITHTIMEOUT and EXITWITHKEY events in the queue log. * Added ability for non-realtime queues to have realtime members + * Added the "linear" strategy to queues. MeetMe Changes --------------