summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-02 18:23:43 +0000
committerDavid Troy <dave@popvox.com>2006-04-02 18:23:43 +0000
commit7d5a0b34c0f7d35bbdf7ab62672d84c733c00bdd (patch)
tree6e3bcea1cecaa151c85cf44c01474f58fbc6a5de
parent891db99d4ea8999915b7fd1077a9f39f8d0ce219 (diff)
downloadastmanproxy-7d5a0b34c0f7d35bbdf7ab62672d84c733c00bdd.tar.gz
astmanproxy-7d5a0b34c0f7d35bbdf7ab62672d84c733c00bdd.tar.xz
astmanproxy-7d5a0b34c0f7d35bbdf7ab62672d84c733c00bdd.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@66 f02b47b9-160a-0410-81a6-dc3441afb0ec
-rw-r--r--VERSIONS46
1 files changed, 24 insertions, 22 deletions
diff --git a/VERSIONS b/VERSIONS
index 4f048ce..9336dd0 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,17 +1,14 @@
-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
+ 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
+------------------------------------------------------------------------------------------------
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,12 +39,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)
-1.20pre Now using ast_carefulwrite for non-blocking writes
- Added asteriskwritetimeout config setting for asterisk write timeout
- Added clientwritetimeout config setting for client write timeout
- Added 'usessl' option for connecting to asterisk servers
- 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
-
+------------------------------------------------------------------------------------------------
+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)