aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-02 01:45:46 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-02 01:45:46 +0000
commit8d5ffc58d6ffa39ce143c8efa1bdbe714781b3bd (patch)
treea5cd25cacb169ede435a9d50b2c1f0af90d170d8
parent7dc6fee2f989665ce1092b09aec44a4c2df09baa (diff)
downloadikiwiki-8d5ffc58d6ffa39ce143c8efa1bdbe714781b3bd.tar
ikiwiki-8d5ffc58d6ffa39ce143c8efa1bdbe714781b3bd.tar.gz
add news
-rw-r--r--doc/news/version_1.13.mdwn19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/news/version_1.13.mdwn b/doc/news/version_1.13.mdwn
index 18cce9a1e..b20594e83 100644
--- a/doc/news/version_1.13.mdwn
+++ b/doc/news/version_1.13.mdwn
@@ -1,4 +1,19 @@
-ikiwiki 1.13 released with these changes:
+ikiwiki 1.13 is released.
+
+_Upgrade notes:_
+
+The GlobList format which was used for specifiying sets of pages, has been
+replaced with a new, more expressive PageSpec format. While GlobLists will
+continue to work, that format is deprecated, and you are encouraged to use
+PageSpecs from now on, and also to change any GlobLists in your wiki to
+PageSpecs. See the new [[PageSpec]] page for details.
+
+You will need to rebuild your wiki when upgrading to this version. If you
+listed your wiki in /etc/ikiwiki/wikilist this will be done automatically
+when the Debian package is upgraded. Or use ikiiki-mass-rebuild to force a
+rebuild.
+
+_Changes:_
* ikiwiki can now download and aggregate feeds with its new aggregate
plugin, so it's possible to implement a Planet using ikiwiki!
@@ -35,4 +50,4 @@ ikiwiki 1.13 released with these changes:
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation\_month and creation\_year to PageSpec.
Closes: #[380680](http://bugs.debian.org/380680)
- * Changes to index file encoding. \ No newline at end of file
+ * Changes to index file encoding.