aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-22 13:31:49 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-22 13:31:49 +0000
commit05e13aad713090b4e82b085b489b0e67193fdabb (patch)
tree7bd0ae0cdb87a044a09333c6ae3716f9cf6a429b
parent48e5cea5d33b3d0891acfe8e4d568af58b25890e (diff)
Update .version and ChangeLog
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.2.10@278615 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--.version2
-rw-r--r--ChangeLog13
2 files changed, 14 insertions, 1 deletions
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 <lmadsen@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@digium.com>
* Release Asterisk 1.6.2.10-rc2