summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
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)