diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-08-04 06:53:10 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-08-04 06:53:10 -0700 |
commit | 46a001c2dcd6e9e7a8d9bf373e1731e8e54d370d (patch) | |
tree | c4af1fc1cdf91588ad8d1a7a9198f485dc928d88 | |
parent | 7075e42e46a8ffeac919e6f6d9900b263dd08840 (diff) | |
parent | cb20d12c4bc334834aeaed966e9655a1f51936ce (diff) | |
download | pfsense-packages-46a001c2dcd6e9e7a8d9bf373e1731e8e54d370d.tar.gz pfsense-packages-46a001c2dcd6e9e7a8d9bf373e1731e8e54d370d.tar.bz2 pfsense-packages-46a001c2dcd6e9e7a8d9bf373e1731e8e54d370d.zip |
Merge pull request #22 from marcelloc/patch-15
update status to beta and backup warning
-rw-r--r-- | pkg_config.8.xml.amd64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 96d242c2..da7939af 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -53,12 +53,12 @@ </package> <package> <name>Varnish</name> - <descr>Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.</descr> + <descr>Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance. BACKUP your custom vcl data before upgrading from 0.8</descr> <website>http://varnish-cache.org</website> <pkginfolink>http://doc.pfsense.org/index.php/Varnish_package</pkginfolink> <category>Services</category> - <version>0.8.5</version> - <status>ALPHA</status> + <version>0.8.6</version> + <status>BETA</status> <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/varnish64/varnish_backends.xml</config_file> <configurationfile>varnish_backends.xml</configurationfile> |