add missing new file
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 12 May 2009 17:33:57 +0000 (13:33 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 12 May 2009 17:33:57 +0000 (13:33 -0400)
doc/news/version_3.12.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_3.12.mdwn b/doc/news/version_3.12.mdwn
new file mode 100644 (file)
index 0000000..7223162
--- /dev/null
@@ -0,0 +1,19 @@
+You may want to run `ikiwiki-transition deduplinks /path/to/srcdir`
+after upgrading to this version of ikiwiki. This command will
+optimise your wiki's saved state, removing duplicate information
+that can slow ikiwiki down.
+
+ikiwiki 3.12 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+  * Re-enable python-support and add python:Depends to control file.
+  * ikiwiki-makerepo: Avoid using abs_path, as it apparently
+    fails on nonexistant directories with some broken perl
+    versions.
+  * inline: Minor optimisation.
+  * add_link: New function, which plugins should use rather than
+    modifying %links directly, to avoid it accumulating duplicates.
+  * ikiwiki-transition: Add a deduplinks action, that can be used
+    to remove duplicate links and optimise a wiki w/o rebuilding it.
+  * external: Fix pagespec_match and pagespec_match_list.
+    Closes: #527281
+"""]]