summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-07-01 15:46:02 +0000
committerDavid Troy <dave@popvox.com>2006-07-01 15:46:02 +0000
commit9776d23b64d8c72eef2ee80bf7fb840cc9429f39 (patch)
treea9bda6842c6b761c8ab99be9b5906c6a18923cc8
parent5d52864609b3750bfeb7cda411802900aa190fc3 (diff)
downloadastmanproxy-9776d23b64d8c72eef2ee80bf7fb840cc9429f39.tar.gz
astmanproxy-9776d23b64d8c72eef2ee80bf7fb840cc9429f39.tar.xz
astmanproxy-9776d23b64d8c72eef2ee80bf7fb840cc9429f39.zip
Documentation updates
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@130 f02b47b9-160a-0410-81a6-dc3441afb0ec
-rw-r--r--README5
-rw-r--r--VERSIONS1
2 files changed, 1 insertions, 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