summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-01 16:12:04 +0000
committerDavid Troy <dave@popvox.com>2006-04-01 16:12:04 +0000
commit2d28b14c01b67cdd82b279da95dccbf6ce53c209 (patch)
treea0da2d2e13d1fa49dcadd218aba885d330a14811 /VERSIONS
parentea40bdd798d059a01b359625fbc6b717b2ef05bd (diff)
downloadastmanproxy-2d28b14c01b67cdd82b279da95dccbf6ce53c209.tar.gz
astmanproxy-2d28b14c01b67cdd82b279da95dccbf6ce53c209.tar.xz
astmanproxy-2d28b14c01b67cdd82b279da95dccbf6ce53c209.zip
Populating trunk
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@6 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS44
1 files changed, 44 insertions, 0 deletions
diff --git a/VERSIONS b/VERSIONS
new file mode 100644
index 0000000..8a29a2b
--- /dev/null
+++ b/VERSIONS
@@ -0,0 +1,44 @@
+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.1pre2 Completely Modularized and Abstracted Input/Output formats
+ Cleaned up session write mutex code (Peter Loeppky)
+ Fixed message initialization bug -- using wrong sizeof
+ Added XML Input format
+ Added HTTP Input format
+ Added CSV Output format
+ Support for connections to an arbitrary number of Asterisk servers
+ Added retryinterval and maxretries to conf for reconnecting lost servers
+
+1.1pre3 Added _autodisconnect property for I/O handlers
+ Added _onconnect method for I/O handlers
+ Returned connection banner to standard input handler via _onconnect method
+
+1.1 Finalized /usr/lib/astmanproxy/modules for shared objects in Makefile
+ Added make uninstall target
+ Added fail on no I/O handlers loaded
+ Updated README, added samples dir
+1.11 Added ProxyAction ListServers (Richard Lyman)
+ Fixed output bug, excess terminators (Dennis Persson)
+1.12 Added support for bad/old-style Asterisk output (Ron Arts)
+ Tweaked for compatibility with Flash Operator Panel (Nicolas Gudino)
+1.13 Changed to read only /etc/asterisk/astmanproxy.conf and not ./astmanproxy.conf
+ Added a 'connected' field so we don't try to write to servers which are not yet connected
+ Exits when there are no servers able to connect
+ Doesn't attempt to re-connect to a server if we get 'Authentication failed'
+ Added a connection timeout by using connect_nonb
+ Confirmed support for x86-64 processors (added -fPIC; Jennifer Hales)
+ 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)
+