diff options
author | Jim Pingle <jim@pingle.org> | 2009-03-16 22:29:37 -0400 |
---|---|---|
committer | Jim Pingle <jim@pingle.org> | 2009-03-16 22:29:37 -0400 |
commit | 576072358f0090f42fe4935eb0da37e566f4c88a (patch) | |
tree | a919a6c7e6d6f3e698251256766564ad3706e400 /pkg_config.xml | |
parent | 3f80cc58080179acb78f4e65726d6d148db6dfa9 (diff) | |
download | pfsense-packages-576072358f0090f42fe4935eb0da37e566f4c88a.tar.gz pfsense-packages-576072358f0090f42fe4935eb0da37e566f4c88a.tar.bz2 pfsense-packages-576072358f0090f42fe4935eb0da37e566f4c88a.zip |
Dashboard 0.7.5
* Filter log entry count is configurable in the gui
* Converted more code to be shared instead of copy/pasted.
* Reworked the JavaScript a little so it could also be shared
* Removed some redundant/unused code
* Code cleanup/style fixes
* Added support for finding logged rdr rules from miniupnpd
NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked.
* Fixed support for running on 1.2, now works on all 1.2-1.2.x releases.
* Fixed ng0 not showing as WAN on PPPoE systems, should work for other WAN types as well
* Fixed CLI parser, now prints only parseable lines. Previously printed a blank line instead of skipping.
* Fixed more AJAX bugs causing the logs to update improperly.
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index d8ab56ad..21826371 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -812,4 +812,15 @@ <config_file>http://www.pfsense.com/packages/config/open-vm-tools/open-vm-tools.xml</config_file> <configurationfile>open-vm-tools.xml</configurationfile> </package> + <package> + <name>Dashboard</name> + <descr>Adds pfSense dashboard that will be included with 2.0. WARNING! Cannot be deinstalled.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> + <version>0.7.5</version> + <status>BETA</status> + <required_version>1.2</required_version> + <maximum_version>1.9</maximum_version> + <configurationfile>dashboard.xml</configurationfile> + </package> </pfsensepkgs> |