diff options
author | brix <brix@FreeBSD.org> | 2008-08-14 03:59:24 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2008-08-14 03:59:24 +0800 |
commit | 772466ee28f4e6381101cc02b4ceee5cd4dc8703 (patch) | |
tree | f5fa4b62fd62dcea2d8d1845da44545da0701c07 /UPDATING | |
parent | ccf6077aac72682150518aa8c7494761d4603f64 (diff) | |
download | freebsd-ports-gnome-772466ee28f4e6381101cc02b4ceee5cd4dc8703.tar.gz freebsd-ports-gnome-772466ee28f4e6381101cc02b4ceee5cd4dc8703.tar.zst freebsd-ports-gnome-772466ee28f4e6381101cc02b4ceee5cd4dc8703.zip |
- Update to version 2.60
- Add note about new config file format to UPDATING:
The layout of the ikiwiki.setup file has changed in a significant
way in this release. Old setup files will continue to work, but new
features, like the new websetup interface, require a new format
setup file. You can convert old setup files into the new format by
running the following command for all your ikiwiki.setup files:
ikiwiki-transition setupformat ikiwiki.setup
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080813: + AFFECTS: users of www/ikiwiki + AUTHOR: brix@FreeBSD.org + + The layout of the ikiwiki.setup file has changed in a significant + way in this release. Old setup files will continue to work, but new + features, like the new websetup interface, require a new format + setup file. You can convert old setup files into the new format by + running the following command for all your ikiwiki.setup files: + + ikiwiki-transition setupformat ikiwiki.setup + 20080812: AFFECTS: users of mail/spamdyke AUTHOR: mm@FreeBSD.org |