From bd1393dc9674cbeeb12dff4a15b8709ec21d436b Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 2 Nov 2010 14:43:11 +0000 Subject: [PATCH] Add to the CHANGES file that the HTTP server supports IPv6 addressing. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@293577 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4b4206e216..42709067e5 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,10 @@ Asterisk Manager Interface -------------------------- * PeerStatus now includes Address and Port. +Asterisk HTTP Server +-------------------------- + * The HTTP Server can bind to IPv6 addresses. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ---------------- ------------------------------------------------------------------------------