aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:42:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:42:43 +0000
commit78861a7157650e1359f4895751bb63ca6e8f0d0c (patch)
treebe9d6d10f512129d27cc448da10a533c1b71b710 /ChangeLog
parent92484db103bd588309e63ba313c8e659cd6c5ef6 (diff)
fix logic for n+101 jumps
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7152 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bde511fe4..7237e3e70 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-11-20 Russell Bryant <russell@digium.com>
+ * apps/app_controlplayback.c: Fix logic in checking for success when jumping to priority n+101.
+ * apps/app_md5.c: Fix logic in checking for success when jumping to priority n+101.
+
* apps/app_hasnewvoicemail.c: Fix a typo in the application description. Also, fix the logic in checking for success when jumping to priority n+101. (issue #5795)
* UPGRADE.txt: Add a note on a second way that the IAX2 channel naming convention has changed. (issue #5792)