aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 23:38:54 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 23:38:54 +0000
commit31787d72347cedac92fe3274babf665fa182fc25 (patch)
tree436f66f488be87d33a83a53755a87e3d0f2ba1f2 /CHANGES
parent1fc1c3e6c9aa2ab1ad8070655d84c2e3892e2511 (diff)
Added a little verbage to CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70162 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 62c223d3b..e3a5d5521 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.