From 05e13aad713090b4e82b085b489b0e67193fdabb Mon Sep 17 00:00:00 2001 From: lmadsen Date: Thu, 22 Jul 2010 13:31:49 +0000 Subject: Update .version and ChangeLog git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.2.10@278615 f38db490-d61c-443f-a65b-d21fe96a405b --- .version | 2 +- ChangeLog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 490ecbc28..5a3d1a755 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.2.10-rc2 +1.6.2.10 diff --git a/ChangeLog b/ChangeLog index fb96bbb87..d604bc57d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2010-07-22 Leif Madsen + + * Release Asterisk 1.6.2.10 + + * Included a fix for res_timing_pthread per the description below: + + r278465 | russell | 2010-07-21 11:15:00 -0500 (Wed, 21 Jul 2010) | 41 lines + + Use poll() instead of select() in res_timing_pthread to avoid stack corruption. + This code did not properly check FD_SETSIZE to ensure that it did not try to + select() on fds that were too large. Switching to poll() removes the limitation + on the maximum fd value. + 2010-07-07 Leif Madsen * Release Asterisk 1.6.2.10-rc2 -- cgit v1.2.3