aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-23 20:27:26 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-23 20:27:26 +0000
commit0037bcf3f20696ea25a60bb81fc904bd288aa722 (patch)
treec3a3924d8e2d0714c500459cc0e2d224b108b1aa /UPGRADE.txt
parentfd0b69a4e7f57297f9c011c75820432d693e21a5 (diff)
Missed one conversion to comma delimiter (thanks, Juggie) and add documentation on the
change to the Local channel name. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76704 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 1e76c4130..16b177783 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -96,3 +96,7 @@ Channel Drivers:
user has not configured the automon feature, the normal "415 Unsupported media type"
is returned, and nothing is done.
+* chan_local.c: the comma delimiter inside the channel name has been changed to a
+ semicolon, in order to make the Local channel driver compatible with the comma
+ delimiter change in applications.
+