add news item for ikiwiki 1.18
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 13 Aug 2006 02:20:15 +0000 (02:20 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 13 Aug 2006 02:20:15 +0000 (02:20 +0000)
doc/news/version_1.15.mdwn [deleted file]
doc/news/version_1.18.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_1.15.mdwn b/doc/news/version_1.15.mdwn
deleted file mode 100644 (file)
index 8e563c3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-ikiwiki 1.15 released with these changes:
-
-   * Remove CDPATH and other env vars perl taint checking doesn't like.
-     Closes: #[381279](http://bugs.debian.org/381279)
-   * Added created\_before and created\_after PageSpec limits.
\ No newline at end of file
diff --git a/doc/news/version_1.18.mdwn b/doc/news/version_1.18.mdwn
new file mode 100644 (file)
index 0000000..0bba5e5
--- /dev/null
@@ -0,0 +1,17 @@
+ikiwiki 1.18 released with these changes:
+
+   * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
+   * Add --version.
+   * Man page format fixups.
+   * If the meta plugin overides the page title, set a title\_overridden
+     variable in the template to true. This allows doing things with the
+     templates conditional on the title being overriden.
+   * Add a %pagecase which maps lower-case page names to the actual case
+     used in the filename. Use this in bestlinks calculation instead of
+     forcing the link to lowercase.
+   * Also use %pagecase in various other places that want to check if a page
+     with a given name exists.
+   * This means that links to pages with mixed case names will now work,
+     even if the link is in some other case mixture, and mixed case pages
+     should be fully supported throughout ikiwiki.
+   * Recommend rebuilding wikis on upgrade to this version.
\ No newline at end of file