From: <abe...@us...> - 2012-09-28 20:14:17
|
Revision: 5697 http://astlinux.svn.sourceforge.net/astlinux/?rev=5697&view=rev Author: abelbeck Date: 2012-09-28 20:14:07 +0000 (Fri, 28 Sep 2012) Log Message: ----------- uypdate ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2012-09-28 20:05:27 UTC (rev 5696) +++ branches/1.0/docs/ChangeLog.txt 2012-09-28 20:14:07 UTC (rev 5697) @@ -86,7 +86,23 @@ -- Edit tab, if unsaved edits exist a dialog will warn the user before leaving. +-- Status and Prefs tab, add support for a custom Asterisk command. The Name and custom Asterisk command + are defined in the Prefs tab. +-- Status and Prefs tab, add support for Adaptive Ban Plugin Status. + +-- Status and Prefs tab, the "Latest System Logs" section in the Status tab can now be hidden via the Prefs tab. + Additionally a new feature "Hide Log Words" in the Prefs tab is a list of space separated "words" that if + matched on a log line it will not be displayed. For example: + + Hide Log Words: dnsmasq crond + + Will not display dnsmasq or crond log entries. + + Note: The regex special characters of '.' and '*' are honored in the "words", and the character matching + is not case sensitive. + + Additions for AstLinux 1.0.4: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |