summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-08 02:59:37 +0000
committerDavid Troy <dave@popvox.com>2006-04-08 02:59:37 +0000
commitab4b54852ac9270880a85acc18a3718fd93e2de2 (patch)
tree4faa4f0b79a6e642849b5f3344beff4304e41b63 /VERSIONS
parenta6bb95888b0262222975589d8c651798c1f1c773 (diff)
parentedf54a3c22f04b10a0ff8694cf03ed81fd7079c0 (diff)
downloadastmanproxy-ab4b54852ac9270880a85acc18a3718fd93e2de2.tar.gz
astmanproxy-ab4b54852ac9270880a85acc18a3718fd93e2de2.tar.xz
astmanproxy-ab4b54852ac9270880a85acc18a3718fd93e2de2.zip
Trunk, based on 1.20
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@101 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS39
1 files changed, 26 insertions, 13 deletions
diff --git a/VERSIONS b/VERSIONS
index 8a29a2b..72c7d89 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,17 +1,16 @@
-0.99a Initial Beta Release
-0.99b Moved WriteXMLClient into xml.c
- Fixed XML tag bug (Bryan Ballard)
- Fixed ast_log instances
-1.0 First major release
-1.0a Added minor Makefile changes
- Added Debian package support (Tzafrir Cohen)
-1.0b Action: logoff (lowercase) was not intercepted properly (Steven Blatchford)
- Fixed SetOutputFormat documentation error (Steven Blatchford)
-1.0c Intercept empty command blocks; do not pass to Asterisk
- Added call for proxyerror routine, previously unreferenced
- Intercept Action: Login; always authenticates and does not pass to *
-1.0d Properly intercept SIGPIPE (Brian Jones)
+1.20pre Now using ast_carefulwrite for non-blocking writes to all sockets
+ Added asteriskwritetimeout config setting for asterisk write timeout
+ Added clientwritetimeout config setting for client write timeout
+ Added support for astmanproxy.users user authentication (Steve Davies)
+ Added support for Action: Challenge/AuthType: MD5 authentication
+ Added challenge field to mansession structure for use by Action: Challenge
+ Added writetimeout var to mansession structure for use by ast_carefulwrite
+ Added SSL Support (Remco Treffkorn, Mahesh Karoshi, John Todd; Tello Corp)
+ Added 'usessl' option for connecting to asterisk servers
+ Fixed proxykey pointer bug (Steve Davies)
+ Ditched autodisconnect handler property in favor of inputcomplete/outputcomplete
+------------------------------------------------------------------------------------------------
1.1pre2 Completely Modularized and Abstracted Input/Output formats
Cleaned up session write mutex code (Peter Loeppky)
Fixed message initialization bug -- using wrong sizeof
@@ -42,3 +41,17 @@
Added support for Mac OS X (Tested on 10.3.9); BSD may also work
Aborts on old config file format (detects incomplete server spec)
+------------------------------------------------------------------------------------------------
+0.99a Initial Beta Release
+0.99b Moved WriteXMLClient into xml.c
+ Fixed XML tag bug (Bryan Ballard)
+ Fixed ast_log instances
+1.0 First major release
+1.0a Added minor Makefile changes
+ Added Debian package support (Tzafrir Cohen)
+1.0b Action: logoff (lowercase) was not intercepted properly (Steven Blatchford)
+ Fixed SetOutputFormat documentation error (Steven Blatchford)
+1.0c Intercept empty command blocks; do not pass to Asterisk
+ Added call for proxyerror routine, previously unreferenced
+ Intercept Action: Login; always authenticates and does not pass to *
+1.0d Properly intercept SIGPIPE (Brian Jones)