aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-19 22:17:05 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-19 22:17:05 +0000
commit00371c74a6fe13c6dc51dd9d89377242408d8995 (patch)
tree691ab156cf15fff3141a63fe8ca2e5aee636bf8f /CHANGES
parentf79551a44a6623b22bec99f61c26b223eedcc8ce (diff)
Commit CHANGES change I promised when submitting
res_timing_timerfd git-svn-id: http://svn.digium.com/svn/asterisk/trunk@157906 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b713e9e0..0a75b0abb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -933,3 +933,11 @@ Miscellaneous
consoles, you may want to try using this option. This option is enabled by default
on Darwin systems since it is known that the Darwin poll() implementation has
odd issues.
+
+Timer Changes
+--------------------
+* In addition to timing from DAHDI, there is a new timing module called
+ res_timing_timerfd. In order to use this, you must be running Linux with
+ a kernel version 2.6.25 or newer as well as glibc 2.8 or newer. The configure
+ script will be able to tell if you have the requirements. From menuselect, select
+ res_timing_timerfd from the Resource Modules menu.