aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Pingle <jim@pingle.org>2009-03-16 22:29:37 -0400
committerJim Pingle <jim@pingle.org>2009-03-16 22:29:37 -0400
commit576072358f0090f42fe4935eb0da37e566f4c88a (patch)
treea919a6c7e6d6f3e698251256766564ad3706e400
parent3f80cc58080179acb78f4e65726d6d148db6dfa9 (diff)
downloadpfsense-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.
-rwxr-xr-xpkg_config.7.xml6
-rw-r--r--pkg_config.xml11
2 files changed, 14 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>
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>