aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-06-03 15:42:07 -0400
committerjim-p <jim@pingle.org>2009-06-03 15:42:07 -0400
commit1f48b9948fd1668aa8fc19a7e9f2ef17db50b0cf (patch)
treef06cceb55b6495a248fe5c846fd5d8abc3a47977
parentf92a703af9c8dddf76676d1583342f9c6d73a58d (diff)
downloadpfsense-packages-1f48b9948fd1668aa8fc19a7e9f2ef17db50b0cf.tar.gz
pfsense-packages-1f48b9948fd1668aa8fc19a7e9f2ef17db50b0cf.tar.bz2
pfsense-packages-1f48b9948fd1668aa8fc19a7e9f2ef17db50b0cf.zip
Dashboard 0.8.0
* Introducing Easy Rule - Add rules easily from the Firewall Logs screen * Pass rules on a given interface/protocol, from source IP to the local IP:port. * Blocking a given IP adds it to a Block Alias for a given interface. * Confirmation is required before a rule is added. * Diagnostics > DNS backported from 2.0 * Simple DNS lookup using PHP's dns functions. * If an IP is given (or found), also links to some online IP lookup sites. * Filter log view changes * Icon for using the DNS page to resolve an IP. * Tooltip on the src/dst port tries to lookup relevant /etc/services entry.
-rw-r--r--config/dashboard/dashboard.xml2
-rwxr-xr-xpkg_config.7.xml2
-rw-r--r--pkg_config.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml
index 3b7492c5..8b5e03e3 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.7.8</version>
+ <version>0.8.0</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 15a59ce4..205bcc8f 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.7.8</version>
+ <version>0.8.0</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 37a4238b..3f57354e 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.7.8</version>
+ <version>0.8.0</version>
<status>BETA</status>
<required_version>1.2</required_version>
<maximum_version>1.9</maximum_version>