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.7.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.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index caf46b6a..77ce7210 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -75,12 +75,12 @@ </package> <package> <name>Dashboard</name> - <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2.1 or newer. WARNING! Cannot be deinstalled.</descr> + <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.4</version> + <version>0.7.5</version> <status>BETA</status> - <required_version>1.2.1</required_version> + <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> <configurationfile>dashboard.xml</configurationfile> </package> |