diff options
author | jim-p <jim@pingle.org> | 2009-06-06 15:38:57 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-06-06 15:39:49 -0400 |
commit | eb5f77e60fb94c2d8fbc15bf8f7d559efb1d1aca (patch) | |
tree | 018675cc6d70812527ad21e8cd257d134e365367 | |
parent | 6b2797f766041ab43478beb199240ae167e7bd92 (diff) | |
download | pfsense-packages-eb5f77e60fb94c2d8fbc15bf8f7d559efb1d1aca.tar.gz pfsense-packages-eb5f77e60fb94c2d8fbc15bf8f7d559efb1d1aca.tar.bz2 pfsense-packages-eb5f77e60fb94c2d8fbc15bf8f7d559efb1d1aca.zip |
Dashboard 0.8.2 - Firewall log summary graphs, Firewall log filter, Various backend changes
-rw-r--r-- | config/dashboard/dashboard.xml | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 9bb3e9ed..3cc6de76 100644 --- a/config/dashboard/dashboard.xml +++ b/config/dashboard/dashboard.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>dashboard</name> - <version>0.8.1</version> + <version>0.8.2</version> <title>Dashboard</title> <include_file>/usr/local/pkg/dashboard.inc</include_file> <additional_files_needed> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 9cfd0658..a95095b2 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. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> - <version>0.8.1</version> + <version>0.8.2</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> diff --git a/pkg_config.xml b/pkg_config.xml index 01113346..726d2c8a 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -86,7 +86,7 @@ <descr>Adds pfSense dashboard that will be included with 2.0. This requires 1.2 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.8.1</version> + <version>0.8.2</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> |