aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-07 15:34:16 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-07 15:34:16 +0000
commitfd2ae416146a71c26db0077bf1e8ad1ef5e4fe00 (patch)
tree8f121510451022d75fe6313f31a04a2b662b3ceb /ChangeLog
parent981ddca2f0f8c85a17d9e08dbefaca8aabe0f159 (diff)
Update ChangeLog and merge revision 268457 from the 1.6.2 branch.v1.6.2.9-rc2
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.2.9-rc2@268577 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67278177d..5b181e622 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2010-06-07 Leif Madsen <lmadsen@digium.com>
+
+ * Asterisk 1.6.2.9-rc2 Released.
+
+2010-06-07 Tilghman Lesher <tlesher@digium.com>
+
+ * Fix crash in DTMF detection.
+
+ What I did not originally see in my previous commit was that even
+ though the next digit could be detected before the previous was
+ considered ended, the detection of the next digit effectively ends
+ the detection of the previous. Therefore, the length moves in
+ lockstep with the digit, and no separate counter is needed for the
+ length alone.
+
+ (closes issue 0017371)
+ Reported by: alecdavis
+
+ (closes issue 0017474)
+ Reported by: kenner
+
2010-06-01 Leif Madsen <lmadsen@digium.com>
* Asterisk 1.6.2.9-rc1 Released.