From 9776d23b64d8c72eef2ee80bf7fb840cc9429f39 Mon Sep 17 00:00:00 2001 From: David Troy Date: Sat, 1 Jul 2006 15:46:02 +0000 Subject: Documentation updates git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@130 f02b47b9-160a-0410-81a6-dc3441afb0ec --- README | 5 ----- VERSIONS | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README b/README index b090332..424e628 100644 --- a/README +++ b/README @@ -370,11 +370,6 @@ been widely used as a basis for experimentation, but I wanted something more robust and that could act as a basis for additional features. -Several other folks have experimented with adding XML output to the -standard manager interface, however, Mark Spencer has made it clear -that he does not want to add XML interfaces into the Asterisk core. -This is an understandable design decision. - Asterisk Manager Proxy is a multithreaded proxy server for Asterisk Manager written in c, and based on several of the same data structures and routines found in the asterisk manager itself. This diff --git a/VERSIONS b/VERSIONS index 1939e79..05825d7 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,5 @@ 1.21 Major code formatting cleanup and official release of 1.21pre (trunk) + Documentation overhaul & cleanup 1.21pre Added URLDecode routine to http.c to deal with URL-encoded GET/POST data Fixed xml.c to better deal with cli/unparsed data -- cgit