From: <abe...@us...> - 2012-11-02 22:47:22
|
Revision: 5733 http://astlinux.svn.sourceforge.net/astlinux/?rev=5733&view=rev Author: abelbeck Date: 2012-11-02 22:47:15 +0000 (Fri, 02 Nov 2012) 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 2012-11-02 15:08:38 UTC (rev 5732) +++ branches/1.0/docs/ChangeLog.txt 2012-11-02 22:47:15 UTC (rev 5733) @@ -22,6 +22,9 @@ -- iptables, version bump to 1.4.16.3 +-- lighttpd, add new variable PHONEPROV_ALLOW to limit access to /phoneprov/ by IP address when + the directory "/mnt/kd/phoneprov/" exists. Additionally, PCRE is now enabled in lighttpd. + -- AIF, add new "openvpn-server" plugin. This now provides consistency for all three VPN types. This plugin behaves just like the "ipsec-vpn" and "pptp-vpn" plugins do, they are automatically enabled/disabled when the VPN service is enabled/disabed. Additionally, the OpenVPN Server @@ -53,6 +56,12 @@ == [Enabled] if the plugin will be active on next Restart Firewall. == [Disabled] if the plugin will not be active on next Restart Firewall. +-- Network tab, add support for the new PHONEPROV_ALLOW variable, under Network Services: + + HTTP & HTTPS /phoneprov/ Allowed IP's: __________ (10.1.2.* 2001:db8:1:*) + + More info: http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning + -- OpenVPN Server sub-tab, add External Hosts field to support the new AIF openvpn-server plugin. The External Hosts field may contain a space separated list of IP addresses or CIDR's. By default, 0/0 allows any external host to access the OpenVPN Server. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-04 22:45:17
|
Revision: 5745 http://astlinux.svn.sourceforge.net/astlinux/?rev=5745&view=rev Author: abelbeck Date: 2012-11-04 22:45:10 +0000 (Sun, 04 Nov 2012) 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 2012-11-04 22:04:15 UTC (rev 5744) +++ branches/1.0/docs/ChangeLog.txt 2012-11-04 22:45:10 UTC (rev 5745) @@ -16,6 +16,20 @@ -- sqlite, version bump to 3.7.14.1 +-- set-locale, new command to manage locales stored via unionfs (ASTURW)... + Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] + Usage: set-locale list [locale_repository_url] + Usage: set-locale remove|show + + Example: set-locale install de_DE + + Then, in /etc/asterisk/voicemail.conf, define: + == + charset=UTF-8 + locale=de_DE.UTF-8 + == + Then Asterisk voicemail emails will contain dates/time in German. + ** Networking -- msmtp, version bump to 1.4.30 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-05 18:55:39
|
Revision: 5748 http://astlinux.svn.sourceforge.net/astlinux/?rev=5748&view=rev Author: abelbeck Date: 2012-11-05 18:55:27 +0000 (Mon, 05 Nov 2012) 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 2012-11-05 18:46:52 UTC (rev 5747) +++ branches/1.0/docs/ChangeLog.txt 2012-11-05 18:55:27 UTC (rev 5748) @@ -16,6 +16,8 @@ -- sqlite, version bump to 3.7.14.1 +-- r8168 version bump to 8.034.00 RealTek PCI-Express Gigabit Ethernet Linux driver + -- set-locale, new command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] Usage: set-locale list [locale_repository_url] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-05 23:07:40
|
Revision: 5750 http://astlinux.svn.sourceforge.net/astlinux/?rev=5750&view=rev Author: abelbeck Date: 2012-11-05 23:07:34 +0000 (Mon, 05 Nov 2012) 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 2012-11-05 23:03:23 UTC (rev 5749) +++ branches/1.0/docs/ChangeLog.txt 2012-11-05 23:07:34 UTC (rev 5750) @@ -18,6 +18,8 @@ -- r8168 version bump to 8.034.00 RealTek PCI-Express Gigabit Ethernet Linux driver +-- libsrtp, 1.4.4 patch, fix crash on rtcp_decode, Thanks Michael Keuter + -- set-locale, new command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] Usage: set-locale list [locale_repository_url] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-06 21:14:43
|
Revision: 5753 http://astlinux.svn.sourceforge.net/astlinux/?rev=5753&view=rev Author: abelbeck Date: 2012-11-06 21:14:37 +0000 (Tue, 06 Nov 2012) 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 2012-11-06 21:05:08 UTC (rev 5752) +++ branches/1.0/docs/ChangeLog.txt 2012-11-06 21:14:37 UTC (rev 5753) @@ -20,7 +20,7 @@ -- libsrtp, 1.4.4 patch, fix crash on rtcp_decode, Thanks Michael Keuter --- set-locale, new command to manage locales stored via unionfs (ASTURW)... +-- set-locale, new AstLinux specific command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] Usage: set-locale list [locale_repository_url] Usage: set-locale remove|show @@ -34,6 +34,9 @@ == Then Asterisk voicemail emails will contain dates/time in German. +-- ldate, new AstLinux specific 'date' command supporting UTF-8 locales installed via set-locale. + Custom generated emails and such may use 'ldate' to provide a locale specific date string. + ** Networking -- msmtp, version bump to 1.4.30 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-08 18:02:00
|
Revision: 5759 http://astlinux.svn.sourceforge.net/astlinux/?rev=5759&view=rev Author: abelbeck Date: 2012-11-08 18:01:50 +0000 (Thu, 08 Nov 2012) 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 2012-11-08 18:00:17 UTC (rev 5758) +++ branches/1.0/docs/ChangeLog.txt 2012-11-08 18:01:50 UTC (rev 5759) @@ -20,6 +20,8 @@ -- libsrtp, 1.4.4 patch, fix crash on rtcp_decode, Thanks Michael Keuter +-- lm-sensors, version bump to 3.3.3 + -- set-locale, new AstLinux specific command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] Usage: set-locale list [locale_repository_url] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-08 19:13:59
|
Revision: 5762 http://astlinux.svn.sourceforge.net/astlinux/?rev=5762&view=rev Author: abelbeck Date: 2012-11-08 19:13:53 +0000 (Thu, 08 Nov 2012) 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 2012-11-08 19:08:11 UTC (rev 5761) +++ branches/1.0/docs/ChangeLog.txt 2012-11-08 19:13:53 UTC (rev 5762) @@ -18,10 +18,10 @@ -- r8168 version bump to 8.034.00 RealTek PCI-Express Gigabit Ethernet Linux driver +-- lm-sensors, version bump to 3.3.3 + -- libsrtp, 1.4.4 patch, fix crash on rtcp_decode, Thanks Michael Keuter --- lm-sensors, version bump to 3.3.3 - -- set-locale, new AstLinux specific command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] Usage: set-locale list [locale_repository_url] @@ -61,7 +61,7 @@ ** Asterisk --- Asterisk 1.8.17.0 (version bump), 1.4.44 (no change) +-- Asterisk 1.8.18.0 (version bump), Testing: 11.0.1 (version bump), Deprecated: 1.4.44 (no change) -- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-15 00:13:56
|
Revision: 5766 http://astlinux.svn.sourceforge.net/astlinux/?rev=5766&view=rev Author: abelbeck Date: 2012-11-15 00:13:50 +0000 (Thu, 15 Nov 2012) 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 2012-11-13 16:11:09 UTC (rev 5765) +++ branches/1.0/docs/ChangeLog.txt 2012-11-15 00:13:50 UTC (rev 5766) @@ -85,6 +85,20 @@ More info: http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning +-- Network tab, add new, Network Services: Asterisk SIP-TLS Server Certificate { SIP-TLS Certificate } + This new sub-tab creates TLS certificates similar to what the Asterisk "ast_tls_cert" script does. + After clicking { Create New }, the following Asterisk sip.conf settings will enable SIP-TLS support. + == sip.conf == + tlsenable=yes + tlsbindaddr=0.0.0.0 + tlscertfile=/mnt/kd/ssl/sip-tls/keys/server.crt + tlsprivatekey=/mnt/kd/ssl/sip-tls/keys/server.key + tlscipher=ALL + tlsclientmethod=tlsv1 + == + Then for each applicable sip.conf peer add "transport=tls" and optionally "encryption=yes" for SRTP. + More info: https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial + -- OpenVPN Server sub-tab, add External Hosts field to support the new AIF openvpn-server plugin. The External Hosts field may contain a space separated list of IP addresses or CIDR's. By default, 0/0 allows any external host to access the OpenVPN Server. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-19 00:44:19
|
Revision: 5769 http://astlinux.svn.sourceforge.net/astlinux/?rev=5769&view=rev Author: abelbeck Date: 2012-11-19 00:44:13 +0000 (Mon, 19 Nov 2012) 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 2012-11-19 00:33:14 UTC (rev 5768) +++ branches/1.0/docs/ChangeLog.txt 2012-11-19 00:44:13 UTC (rev 5769) @@ -16,6 +16,8 @@ -- sqlite, version bump to 3.7.14.1 +-- mysql_client, version bump to 5.1.66, multiple bug fixes. + -- r8168 version bump to 8.034.00 RealTek PCI-Express Gigabit Ethernet Linux driver -- lm-sensors, version bump to 3.3.3 @@ -48,6 +50,11 @@ -- lighttpd, add new variable PHONEPROV_ALLOW to limit access to /phoneprov/ by IP address when the directory "/mnt/kd/phoneprov/" exists. Additionally, PCRE is now enabled in lighttpd. +-- AIF, version bump to 2.0.1d, new features including: + == Added nat-loopback plugin for local nets using existing NAT_FORWARD_TCP and NAT_FORWARD_UDP rules. + == Added outbound-snat plugin to support when a NAT'ed external interface has multiple IPv4 addresses, it may be + desirable to specify which internal IP's or CIDR's use which external IPv4 addresses for outbound connections. + -- AIF, add new "openvpn-server" plugin. This now provides consistency for all three VPN types. This plugin behaves just like the "ipsec-vpn" and "pptp-vpn" plugins do, they are automatically enabled/disabled when the VPN service is enabled/disabed. Additionally, the OpenVPN Server This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-11-23 22:22:10
|
Revision: 5776 http://astlinux.svn.sourceforge.net/astlinux/?rev=5776&view=rev Author: abelbeck Date: 2012-11-23 22:22:04 +0000 (Fri, 23 Nov 2012) 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 2012-11-23 21:37:18 UTC (rev 5775) +++ branches/1.0/docs/ChangeLog.txt 2012-11-23 22:22:04 UTC (rev 5776) @@ -12,7 +12,7 @@ ** System --- php, version bump to 5.3.18 +-- php, version bump to 5.3.19 -- sqlite, version bump to 3.7.14.1 @@ -45,6 +45,8 @@ -- msmtp, version bump to 1.4.30 +-- lighttpd, version bump to 1.4.32, security fix (CVE-2012-5533) and bug fixes + -- iptables, version bump to 1.4.16.3 -- lighttpd, add new variable PHONEPROV_ALLOW to limit access to /phoneprov/ by IP address when This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-04 17:56:16
|
Revision: 5788 http://astlinux.svn.sourceforge.net/astlinux/?rev=5788&view=rev Author: abelbeck Date: 2012-12-04 17:56:04 +0000 (Tue, 04 Dec 2012) 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 2012-12-04 16:47:12 UTC (rev 5787) +++ branches/1.0/docs/ChangeLog.txt 2012-12-04 17:56:04 UTC (rev 5788) @@ -12,6 +12,8 @@ ** System +-- RUNNIX, version bump to 0.4-5781, adds support for VMware/VirtualBox 'lsilogic' SCSI driver (CONFIG_FUSION_SPI) + -- php, version bump to 5.3.19 -- sqlite, version bump to 3.7.14.1 @@ -24,6 +26,8 @@ -- libsrtp, 1.4.4 patch, fix crash on rtcp_decode, Thanks Michael Keuter +-- zabbix, version bump to 2.0.3, many bug fixes + -- set-locale, new AstLinux specific command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] Usage: set-locale list [locale_repository_url] @@ -76,6 +80,8 @@ -- LibPRI, version bump to 1.4.13 +-- Asterisk 11 builds now support the SILK CODEC using an x86 binary, licensed by Skype/Microsoft via Digium. + -- Added patch for the wcfxo module, newer clone X100P cards support additional 'global line standard settings'. These different modes are selected with the opermode=N option set in /etc/modprobe.d/options.conf . Thanks to Frank Collingwood for the patch and info. @@ -112,7 +118,9 @@ The External Hosts field may contain a space separated list of IP addresses or CIDR's. By default, 0/0 allows any external host to access the OpenVPN Server. +-- Status tab, updated "Show Licenses" information. + Additions for AstLinux 1.0.5: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-07 01:03:39
|
Revision: 5791 http://astlinux.svn.sourceforge.net/astlinux/?rev=5791&view=rev Author: abelbeck Date: 2012-12-07 01:03:32 +0000 (Fri, 07 Dec 2012) 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 2012-12-07 01:01:50 UTC (rev 5790) +++ branches/1.0/docs/ChangeLog.txt 2012-12-07 01:03:32 UTC (rev 5791) @@ -74,7 +74,7 @@ ** Asterisk --- Asterisk 1.8.18.0 (version bump), Testing: 11.0.1 (version bump), Deprecated: 1.4.44 (no change) +-- Asterisk 1.8.18.1 (version bump), Testing: 11.0.2 (version bump), Deprecated: 1.4.44 (no change) -- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-10 17:22:07
|
Revision: 5795 http://astlinux.svn.sourceforge.net/astlinux/?rev=5795&view=rev Author: abelbeck Date: 2012-12-10 17:21:56 +0000 (Mon, 10 Dec 2012) 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 2012-12-10 17:20:42 UTC (rev 5794) +++ branches/1.0/docs/ChangeLog.txt 2012-12-10 17:21:56 UTC (rev 5795) @@ -26,7 +26,7 @@ -- libsrtp, 1.4.4 patch, fix crash on rtcp_decode, Thanks Michael Keuter --- zabbix, version bump to 2.0.3, many bug fixes +-- zabbix, version bump to 2.0.4, many bug fixes -- set-locale, new AstLinux specific command to manage locales stored via unionfs (ASTURW)... Usage: set-locale install xx_XX[.UTF-8] [locale_repository_url] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-12 17:37:14
|
Revision: 5797 http://astlinux.svn.sourceforge.net/astlinux/?rev=5797&view=rev Author: abelbeck Date: 2012-12-12 17:37:02 +0000 (Wed, 12 Dec 2012) 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 2012-12-11 19:41:24 UTC (rev 5796) +++ branches/1.0/docs/ChangeLog.txt 2012-12-12 17:37:02 UTC (rev 5797) @@ -45,6 +45,8 @@ -- ldate, new AstLinux specific 'date' command supporting UTF-8 locales installed via set-locale. Custom generated emails and such may use 'ldate' to provide a locale specific date string. +-- A console welcome message is now generated on startup, showing versions, interfaces, IP's, etc. . + ** Networking -- msmtp, version bump to 1.4.30 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-15 16:42:20
|
Revision: 5805 http://astlinux.svn.sourceforge.net/astlinux/?rev=5805&view=rev Author: abelbeck Date: 2012-12-15 16:42:14 +0000 (Sat, 15 Dec 2012) 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 2012-12-14 15:14:53 UTC (rev 5804) +++ branches/1.0/docs/ChangeLog.txt 2012-12-15 16:42:14 UTC (rev 5805) @@ -5,13 +5,39 @@ === docs/ChangeLog.txt ========================================================= -Additions for AstLinux 1.0.6: +Additions for AstLinux 1.0.7: ============================= Released **TBD** ** System +-- Linux Kernel 2.6.35.14 (minor bump) Info: http://lwn.net/Articles/453757/ + +-- unionfs, version bump to 2.5.11 + +** Networking + +-- links, version bump to 2.7 + +** Asterisk + +-- Asterisk 1.8.19.0 (version bump), Testing: 11.1.0 (version bump), Deprecated: 1.4.44 (no change) + +-- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) + +** Web Interface + +-- No Change + + +Additions for AstLinux 1.0.6: +============================= + +Released 2012-12-14 + +** System + -- RUNNIX, version bump to 0.4-5781, adds support for VMware/VirtualBox 'lsilogic' SCSI driver (CONFIG_FUSION_SPI) -- php, version bump to 5.3.19 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-16 15:16:26
|
Revision: 5811 http://astlinux.svn.sourceforge.net/astlinux/?rev=5811&view=rev Author: abelbeck Date: 2012-12-16 15:16:20 +0000 (Sun, 16 Dec 2012) 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 2012-12-16 15:07:52 UTC (rev 5810) +++ branches/1.0/docs/ChangeLog.txt 2012-12-16 15:16:20 UTC (rev 5811) @@ -16,10 +16,22 @@ -- unionfs, version bump to 2.5.11 +-- zlib, version bump to 1.2.7 + +-- sqlite, version bump to 3.7.15 + +-- pciutils, version bump to 3.1.10 + +-- libusb / libusb-compat, version bump to 1.0.9 / 0.1.4 respectively + +-- libpcap, version bump to 1.3.0 + ** Networking -- links, version bump to 2.7 +-- tcpdump, version bump to 4.3.0 + ** Asterisk -- Asterisk 1.8.19.0 (version bump), Testing: 11.1.0 (version bump), Deprecated: 1.4.44 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-17 01:03:37
|
Revision: 5814 http://astlinux.svn.sourceforge.net/astlinux/?rev=5814&view=rev Author: abelbeck Date: 2012-12-17 01:03:31 +0000 (Mon, 17 Dec 2012) 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 2012-12-17 00:59:21 UTC (rev 5813) +++ branches/1.0/docs/ChangeLog.txt 2012-12-17 01:03:31 UTC (rev 5814) @@ -5,7 +5,7 @@ === docs/ChangeLog.txt ========================================================= -Additions for AstLinux 1.0.7: +Additions for AstLinux 1.1.0: ============================= Released **TBD** @@ -22,10 +22,14 @@ -- pciutils, version bump to 3.1.10 +-- usbutils, version bump to 006 + -- libusb / libusb-compat, version bump to 1.0.9 / 0.1.4 respectively -- libpcap, version bump to 1.3.0 +-- udev, enable use of usb.ids and pci.ids hwdb + ** Networking -- links, version bump to 2.7 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-17 20:36:11
|
Revision: 5821 http://astlinux.svn.sourceforge.net/astlinux/?rev=5821&view=rev Author: abelbeck Date: 2012-12-17 20:36:05 +0000 (Mon, 17 Dec 2012) 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 2012-12-17 20:31:06 UTC (rev 5820) +++ branches/1.0/docs/ChangeLog.txt 2012-12-17 20:36:05 UTC (rev 5821) @@ -16,19 +16,21 @@ -- unionfs, version bump to 2.5.11 --- zlib, version bump to 1.2.7 - -- sqlite, version bump to 3.7.15 -- pciutils, version bump to 3.1.10 -- usbutils, version bump to 006 +-- udev, enable use of usb.ids and pci.ids hwdb + +-- zlib, version bump to 1.2.7 + -- libusb / libusb-compat, version bump to 1.0.9 / 0.1.4 respectively -- libpcap, version bump to 1.3.0 --- udev, enable use of usb.ids and pci.ids hwdb +-- libxml2, version bump to 2.9.0 ** Networking @@ -36,6 +38,8 @@ -- tcpdump, version bump to 4.3.0 +-- OpenSSH, version bump to 6.1p1 + ** Asterisk -- Asterisk 1.8.19.0 (version bump), Testing: 11.1.0 (version bump), Deprecated: 1.4.44 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-18 15:02:54
|
Revision: 5823 http://astlinux.svn.sourceforge.net/astlinux/?rev=5823&view=rev Author: abelbeck Date: 2012-12-18 15:02:48 +0000 (Tue, 18 Dec 2012) 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 2012-12-18 15:00:27 UTC (rev 5822) +++ branches/1.0/docs/ChangeLog.txt 2012-12-18 15:02:48 UTC (rev 5823) @@ -34,6 +34,8 @@ ** Networking +-- dnsmasq, version bump to 2.65 + -- links, version bump to 2.7 -- tcpdump, version bump to 4.3.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-19 20:58:45
|
Revision: 5826 http://astlinux.svn.sourceforge.net/astlinux/?rev=5826&view=rev Author: abelbeck Date: 2012-12-19 20:58:38 +0000 (Wed, 19 Dec 2012) 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 2012-12-19 20:48:40 UTC (rev 5825) +++ branches/1.0/docs/ChangeLog.txt 2012-12-19 20:58:38 UTC (rev 5826) @@ -24,6 +24,10 @@ -- udev, enable use of usb.ids and pci.ids hwdb +-- ethtool, version bump to 3.7 + +-- acpid, version bump to 2.0.17 + -- zlib, version bump to 1.2.7 -- libusb / libusb-compat, version bump to 1.0.9 / 0.1.4 respectively This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-20 20:55:29
|
Revision: 5830 http://astlinux.svn.sourceforge.net/astlinux/?rev=5830&view=rev Author: abelbeck Date: 2012-12-20 20:55:21 +0000 (Thu, 20 Dec 2012) 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 2012-12-20 20:47:38 UTC (rev 5829) +++ branches/1.0/docs/ChangeLog.txt 2012-12-20 20:55:21 UTC (rev 5830) @@ -16,8 +16,10 @@ -- unionfs, version bump to 2.5.11 --- sqlite, version bump to 3.7.15 +-- php, version bump to 5.3.20 +-- sqlite, version bump to 3.7.15.1 + -- pciutils, version bump to 3.1.10 -- usbutils, version bump to 006 @@ -46,6 +48,8 @@ -- OpenSSH, version bump to 6.1p1 +-- libcurl (curl) version 7.28.1, security fix (CVE-2012-0036) and bug fixes + ** Asterisk -- Asterisk 1.8.19.0 (version bump), Testing: 11.1.0 (version bump), Deprecated: 1.4.44 (no change) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-20 23:49:51
|
Revision: 5832 http://astlinux.svn.sourceforge.net/astlinux/?rev=5832&view=rev Author: abelbeck Date: 2012-12-20 23:49:43 +0000 (Thu, 20 Dec 2012) 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 2012-12-20 23:47:43 UTC (rev 5831) +++ branches/1.0/docs/ChangeLog.txt 2012-12-20 23:49:43 UTC (rev 5832) @@ -56,6 +56,8 @@ -- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) +-- LibPRI, version bump to 1.4.14 + ** Web Interface -- No Change This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2012-12-30 17:36:01
|
Revision: 5847 http://astlinux.svn.sourceforge.net/astlinux/?rev=5847&view=rev Author: abelbeck Date: 2012-12-30 17:35:55 +0000 (Sun, 30 Dec 2012) 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 2012-12-30 16:09:26 UTC (rev 5846) +++ branches/1.0/docs/ChangeLog.txt 2012-12-30 17:35:55 UTC (rev 5847) @@ -16,10 +16,21 @@ -- unionfs, version bump to 2.5.11 +-- r8168 version bump to 8.035.00 RealTek PCI-Express Gigabit Ethernet Linux driver + +-- perl, version bump to 5.16.2. No longer use "microperl", now using "miniperl" which is a + cross-compiled version of full perl using perlcross. While compiled modules are now supported, + only a limited set of perl modules are included because of our small image size design. + Note: The directory "/mnt/kd/perl" will be searched for additional perl modules, such as Asterisk::AGI. + Issue 'perl -V' from the CLI for more details including the --only-mod= modules. + Issue 'find /usr/lib/perl -name "*.pm"' to show all installed perl modules. + -- php, version bump to 5.3.20 -- sqlite, version bump to 3.7.15.1 +-- mysql_client, version bump to 5.1.67 + -- pciutils, version bump to 3.1.10 -- usbutils, version bump to 006 @@ -30,6 +41,8 @@ -- acpid, version bump to 2.0.17 +-- pcre, version bump to 8.32 + -- zlib, version bump to 1.2.7 -- libusb / libusb-compat, version bump to 1.0.9 / 0.1.4 respectively @@ -46,18 +59,31 @@ -- tcpdump, version bump to 4.3.0 +-- iptables, version bump to 1.4.17 + -- OpenSSH, version bump to 6.1p1 -- libcurl (curl) version 7.28.1, security fix (CVE-2012-0036) and bug fixes +-- AIF traffic-shaping, the EXTDOWN variable or "Firewall -> Downlink Speed:" may be set to "0" + to disable incoming (ingress) traffic shaping. + +-- AIF traffic-shaping, incoming (ingress) traffic shaping now uses "avrate" for more accurate shaping. + Note: This new approach is somewhat more aggressive than previously, increasing the limit may be desired. + ** Asterisk -- Asterisk 1.8.19.0 (version bump), Testing: 11.1.0 (version bump), Deprecated: 1.4.44 (no change) -- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) + Note: The commands 'dahdi_genconf' and 'dahdi_hardware' now work with the new installed perl. -- LibPRI, version bump to 1.4.14 +-- Asterisk AGI scripts using "perl" are better supported, for example Asterisk::AGI is supported + if the "/mnt/kd/perl" directory contains Asterisk.pm and Asterisk/AGI.pm . + More Info: http://search.cpan.org/~jamesgol/asterisk-perl-1.03/lib/Asterisk/AGI.pm + ** Web Interface -- No Change This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2013-01-02 23:45:07
|
Revision: 5852 http://astlinux.svn.sourceforge.net/astlinux/?rev=5852&view=rev Author: abelbeck Date: 2013-01-02 23:45:01 +0000 (Wed, 02 Jan 2013) Log Message: ----------- upgrade ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2013-01-02 23:43:57 UTC (rev 5851) +++ branches/1.0/docs/ChangeLog.txt 2013-01-02 23:45:01 UTC (rev 5852) @@ -73,7 +73,7 @@ ** Asterisk --- Asterisk 1.8.19.0 (version bump), Testing: 11.1.0 (version bump), Deprecated: 1.4.44 (no change) +-- Asterisk 1.8.19.1 (version bump), Testing: 11.1.1 (version bump), Deprecated: 1.4.44 (no change) -- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) Note: The commands 'dahdi_genconf' and 'dahdi_hardware' now work with the new installed perl. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2013-01-03 19:19:05
|
Revision: 5854 http://astlinux.svn.sourceforge.net/astlinux/?rev=5854&view=rev Author: abelbeck Date: 2013-01-03 19:18:59 +0000 (Thu, 03 Jan 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-01-03 19:18:05 UTC (rev 5853) +++ branches/1.0/docs/ChangeLog.txt 2013-01-03 19:18:59 UTC (rev 5854) @@ -73,7 +73,7 @@ ** Asterisk --- Asterisk 1.8.19.1 (version bump), Testing: 11.1.1 (version bump), Deprecated: 1.4.44 (no change) +-- Asterisk 1.8.19.1 (version bump), Testing: 11.1.2 (version bump), Deprecated: 1.4.44 (no change) -- DAHDI, dahdi-linux 2.6.1 (no change) and dahdi-tools 2.6.1 (no change) Note: The commands 'dahdi_genconf' and 'dahdi_hardware' now work with the new installed perl. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |