From: <abe...@us...> - 2013-03-08 00:20:26
|
Revision: 5984 http://astlinux.svn.sourceforge.net/astlinux/?rev=5984&view=rev Author: abelbeck Date: 2013-03-08 00:20:20 +0000 (Fri, 08 Mar 2013) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2013-03-07 23:50:35 UTC (rev 5983) +++ branches/1.0/docs/ChangeLog.txt 2013-03-08 00:20:20 UTC (rev 5984) @@ -12,10 +12,15 @@ ** System --- php, version bump to 5.3.22 +-- php, version bump to 5.3.22. Additionally, PDO SQLite(3) is enabled. -- Timezone, add "/etc/timezone" file support defined as the validated TIMEZONE variable. +-- unixodbc, new package, adds ODBC database interface. + +-- sqliteodbc, new package, adds SQLite3 driver for the unixodbc ODBC database interface. + Note: The SQLite3 database is located at "/mnt/kd/asterisk-odbc.sqlite3" with DSN=asterisk + ** Networking -- OpenSSL, version bump to 0.9.8y (security fixes: CVE-2013-0169, CVE-2012-2686 and CVE-2013-0166) @@ -41,6 +46,11 @@ -- rhino, version bump to 0.99.6b3 +-- Asterisk 1.8 and 11 builds now support ODBC database functionality. Most interesting is the "func_odbc" module. + By default the ODBC features are disabled until enabled for [asterisk] in "res_odbc.conf". + Note: The SQLite3 database is located at "/mnt/kd/asterisk-odbc.sqlite3" with DSN=asterisk + More Info: http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/getting_funky.html + ** Web Interface -- OpenVPN Server sub-tab @@ -62,7 +72,9 @@ -- All tabs, prefer the "/etc/timezone" file as the souce of the Timezone, if it exists. +-- Network tab, validate Timezone setting and display an error if invalid. + Additions for AstLinux 1.1.0: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |