diff options
author | Jim Pingle <jim@pingle.org> | 2009-03-08 00:37:08 -0500 |
---|---|---|
committer | Jim Pingle <jim@pingle.org> | 2009-03-08 00:37:08 -0500 |
commit | a86b3f4055b9d1b0b6c0947bebd73368b0de5dbc (patch) | |
tree | dd19efe48236c93137e5a2a811bbad803c223705 /pkg_config.7.xml | |
parent | 0054eca5a325e34b4f9f463d982685b6b92deff2 (diff) | |
download | pfsense-packages-a86b3f4055b9d1b0b6c0947bebd73368b0de5dbc.tar.gz pfsense-packages-a86b3f4055b9d1b0b6c0947bebd73368b0de5dbc.tar.bz2 pfsense-packages-a86b3f4055b9d1b0b6c0947bebd73368b0de5dbc.zip |
Update dashboard package. Bugs fixed and features added. List of changes below:
* Fixed a protocol detection bug (ipv6)
* NEW Widget: gmirror status
* NEW Widget: snort alerts - AJAX updating. Format subject to change. Comments welcome on info displayed/format.
* Added filtering capability to the Services Status widget, you can specify a comma-separated list of services to *not* display.
* Added mbufs display to the system info widget
* Added total memory display to the system info widget
* Refined the filter log parser a little more. Split the line parsing off into its own function.
* Added a CLI filter log parser
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 62868775..ee8ec4e0 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -78,7 +78,7 @@ <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2.1 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.7.3</version> + <version>0.7.4</version> <status>BETA</status> <required_version>1.2.1</required_version> <maximum_version>1.9</maximum_version> @@ -237,17 +237,17 @@ <config_file>http://www.pfsense.com/packages/config/phpsysinfo/phpsysinfo.xml</config_file> <configurationfile>phpsysinfo.xml</configurationfile> </package> - <package>
- <name>Fit123</name>
- <website>http://pfsense.comuf.com</website>
- <descr>A list of small custom things that can be added to pfSense 1.2.3 : Date,Code-red,LTSP,AFC and DDNS</descr>
- <category>System</category>
- <version>0.0.0.1</version>
- <status>DoNotUseIt</status>
- <required_version>1.2.3</required_version>
- <maintainer>crazypark2@yahoo.dk</maintainer>
- <config_file>http://www.pfsense.com/packages/config/Fit123/fit123.xml</config_file>
- <configurationfile>fit123.xml</configurationfile>
+ <package> + <name>Fit123</name> + <website>http://pfsense.comuf.com</website> + <descr>A list of small custom things that can be added to pfSense 1.2.3 : Date,Code-red,LTSP,AFC and DDNS</descr> + <category>System</category> + <version>0.0.0.1</version> + <status>DoNotUseIt</status> + <required_version>1.2.3</required_version> + <maintainer>crazypark2@yahoo.dk</maintainer> + <config_file>http://www.pfsense.com/packages/config/Fit123/fit123.xml</config_file> + <configurationfile>fit123.xml</configurationfile> </package> <package> <name>dns-server</name> |