From: Joshua Colp Date: Wed, 27 Sep 2006 22:01:32 +0000 (+0000) Subject: Update CHANGES to reflect libcap capability that was added. X-Git-Tag: 1.6.0-beta1~3^2~4598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6a81ea3ec0ddca72a84fb70f29aceb50bd0b8df;p=thirdparty%2Fasterisk.git Update CHANGES to reflect libcap capability that was added. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43836 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index db9c175236..9427e95339 100644 --- a/CHANGES +++ b/CHANGES @@ -12,4 +12,6 @@ Changes since Asterisk 1.4-beta was branched: 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. - + * 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.