summaryrefslogtreecommitdiffstats
path: root/conf.default/config.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-01-05 15:41:38 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-01-05 15:41:38 -0200
commit0a23cddced057d929c53f3ad1e5d6898a3fada50 (patch)
tree4d6eaf1781ab55af6ae643367d89533a60088ba6 /conf.default/config.xml
parent24149c31763abff0f25da381c58b22e6f9c44658 (diff)
downloadpfsense-0a23cddced057d929c53f3ad1e5d6898a3fada50.zip
pfsense-0a23cddced057d929c53f3ad1e5d6898a3fada50.tar.gz
Fix #4090:
- Unbound advanced options may contain double quotes and it breaks the syntax when a backup is restored because newlines are trimmed. Save it in base64 format is a safe way to prevent it - Bump config version to 11.5 - Provide upgrade code to encode current config or the one that came from unbound package on 2.1.5
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r--conf.default/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index f9d4bbc..5c0b484 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<pfsense>
- <version>11.4</version>
+ <version>11.5</version>
<lastchange/>
<theme>pfsense_ng</theme>
<system>
OpenPOWER on IntegriCloud