Revision 877740ee
Added by Renato Botelho over 10 years ago
conf.default/config.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<pfsense> |
3 |
<version>11.7</version>
|
|
3 |
<version>11.8</version>
|
|
4 | 4 |
<lastchange/> |
5 | 5 |
<theme>pfsense_ng</theme> |
6 | 6 |
<system> |
Also available in: Unified diff
dns_split was a comma separated list and moved to use space as separator, provide upgrade code to make sure old configs are converted. Since there was a config upgrade version 11.7 only on master, I pushed it to 11.8 and used dns_split one as 11.7 to be able to backport it to RELENG_2_2. Ticket #4418