aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 22:01:32 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 22:01:32 +0000
commit732c0b576358d2e9fa5544274a73b23bdccf6476 (patch)
treed461e3a99203c0d1a20053a87a36f9a9e38719d1
parentc3414d6078b5a1a78ad5e365721c7c8e92436aea (diff)
Update CHANGES to reflect libcap capability that was added.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43836 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index db9c17523..9427e9533 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.