[asterisk-commits] lmadsen: tag 1.6.2.10 r278615 - in /tags/1.6.2.10: .version ChangeLog
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 22 08:31:52 CDT 2010
Author: lmadsen
Date: Thu Jul 22 08:31:49 2010
New Revision: 278615
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=278615
Log:
Update .version and ChangeLog
Modified:
tags/1.6.2.10/.version
tags/1.6.2.10/ChangeLog
Modified: tags/1.6.2.10/.version
URL: http://svnview.digium.com/svn/asterisk/tags/1.6.2.10/.version?view=diff&rev=278615&r1=278614&r2=278615
==============================================================================
--- tags/1.6.2.10/.version (original)
+++ tags/1.6.2.10/.version Thu Jul 22 08:31:49 2010
@@ -1,1 +1,1 @@
-1.6.2.10-rc2
+1.6.2.10
Modified: tags/1.6.2.10/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.6.2.10/ChangeLog?view=diff&rev=278615&r1=278614&r2=278615
==============================================================================
--- tags/1.6.2.10/ChangeLog (original)
+++ tags/1.6.2.10/ChangeLog Thu Jul 22 08:31:49 2010
@@ -1,3 +1,16 @@
+2010-07-22 Leif Madsen <lmadsen at digium.com>
+
+ * 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 <lmadsen at digium.com>
* Release Asterisk 1.6.2.10-rc2
More information about the asterisk-commits
mailing list