From: Steve Murphy Date: Tue, 19 Jun 2007 23:38:54 +0000 (+0000) Subject: Added a little verbage to CHANGES X-Git-Tag: 1.6.0-beta1~3^2~2327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e6a8f807a6f7cca5bdfc4de1e2627f9f48e552;p=thirdparty%2Fasterisk.git Added a little verbage to CHANGES git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70162 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 62c223d3ba..e3a5d55217 100644 --- a/CHANGES +++ b/CHANGES @@ -160,6 +160,9 @@ Miscellaneous to a depth of 7. Tests run using gosub, show depths limited only by virtual memory. A small test demonstrated recursive call depths of 100,000 without problems. + -- in addition to this, all apps that allowed a macro + to be called, as in Dial, queues, etc, are now allowing + a gosub call in similar fashion also. * Ability to use libcap to set high ToS bits when non-root on Linux. If configure is unable to find libcap then you can use --with-cap to specify the path.