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
This commit is contained in:
Joshua Colp 2006-09-27 22:01:32 +00:00
parent 4116cfc387
commit b6a81ea3ec
1 changed files with 3 additions and 1 deletions

View File

@ -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.