From: <abe...@us...> - 2012-07-19 18:56:03
|
Revision: 5621 http://astlinux.svn.sourceforge.net/astlinux/?rev=5621&view=rev Author: abelbeck Date: 2012-07-19 18:55:57 +0000 (Thu, 19 Jul 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-07-18 21:05:53 UTC (rev 5620) +++ branches/1.0/docs/ChangeLog.txt 2012-07-19 18:55:57 UTC (rev 5621) @@ -37,8 +37,10 @@ -- lighttpd, version bump to 1.4.31 --- AIF, version bump to 2.0.1c +-- AIF, version bump to 2.0.1c plus upstream r647 and r650 patches. +-- radvd, version bump to 1.9.1, now uses libdaemon to fix a previous issue. + -- miniupnpd, new package added to support Universal Plug'n'Play for both NAT-PMP and UPnP. Much thanks to David Kerr for performing the majority of the work required to implement miniupnpd. @@ -50,6 +52,9 @@ IPsec XAuth clients, defaults to INTIP. Remote IPsec XAuth clients then use INTIP (or IPSECM_XAUTH_LOCAL_GW) as the Asterisk server, any AstLinux-local server for that matter. +-- mtr, new command, network diagnostic tool that is a fancy screen-based traceroute + ping combo. + Try it: mtr google.com + -- dhcpdump, new command to help debug DHCP packets, useful for IP phones and provisioning. Example: dhcpdump -i eth1 -h '^00:15:65' Monitor DHCP packets on interface 'eth1' for MAC addresses starting with 00:15:65 (Yealink phones) @@ -81,6 +86,12 @@ ** Web Interface +-- Network -> Firewall sub-tab added features: + == New 'Pass LAN->EXT' and 'Pass DMZ->EXT' rule actions. Useful when broad 'Deny LAN->EXT' or 'Deny DMZ->EXT' + rule actions are also defined, or with the new Default Policies feature with "Deny". + == New options to define the outbound Default Policies for LAN->EXT and DMZ->EXT. + Note: The defaults are 'Pass LAN->EXT' and 'Pass DMZ->EXT' + -- MeetMe tab, added a new MeetMe tab to manage Conferences. The Prefs tab allows the MeetMe tab to be shown, as well as supporting MeetMe Tab Options. Special thanks to James Babiak for the blueprint. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |