diff options
author | Jim Pingle <jim@pingle.org> | 2009-03-17 12:33:45 -0400 |
---|---|---|
committer | Jim Pingle <jim@pingle.org> | 2009-03-17 12:33:45 -0400 |
commit | 28b734d6d460c7a7dfcff61b06193088889fc36b (patch) | |
tree | 94f293d7ab4c73aba6d6bdc80c58721b284c8faf | |
parent | 576072358f0090f42fe4935eb0da37e566f4c88a (diff) | |
download | pfsense-packages-28b734d6d460c7a7dfcff61b06193088889fc36b.tar.gz pfsense-packages-28b734d6d460c7a7dfcff61b06193088889fc36b.tar.bz2 pfsense-packages-28b734d6d460c7a7dfcff61b06193088889fc36b.zip |
Dashboard 0.7.5.1 - Small bugfix for interface name formatting
-rw-r--r-- | config/dashboard/dashboard.xml | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rw-r--r-- | pkg_config.xml | 13 |
3 files changed, 3 insertions, 14 deletions
diff --git a/config/dashboard/dashboard.xml b/config/dashboard/dashboard.xml index 492aef40..bcb3a8ed 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.3</version> + <version>0.7.5.1</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 77ce7210..1847242c 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.5</version> + <version>0.7.5.1</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 21826371..0874eaa5 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.6.2</version> + <version>1.7.5.1</version> <status>BETA</status> <required_version>1.2</required_version> <maximum_version>1.9</maximum_version> @@ -812,15 +812,4 @@ <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> |