diff options
-rw-r--r-- | doc/news/version_3.20091023.mdwn | 3 | ||||
-rw-r--r-- | doc/news/version_3.20100102.3.mdwn | 20 |
2 files changed, 20 insertions, 3 deletions
diff --git a/doc/news/version_3.20091023.mdwn b/doc/news/version_3.20091023.mdwn deleted file mode 100644 index 1d4167a1a..000000000 --- a/doc/news/version_3.20091023.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -ikiwiki 3.20091023 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * inline: Fix raw mode. Closes: #[552114](http://bugs.debian.org/552114)"""]]
\ No newline at end of file diff --git a/doc/news/version_3.20100102.3.mdwn b/doc/news/version_3.20100102.3.mdwn new file mode 100644 index 000000000..9e03e5623 --- /dev/null +++ b/doc/news/version_3.20100102.3.mdwn @@ -0,0 +1,20 @@ +ikiwiki 3.20100102.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + Happy palindrome day! + * pagestats: Add show parameter. Closes: #[562129](http://bugs.debian.org/562129) (David Paleino) + * toc: Add startlevel parameter. (kerravonsen) + * Remove example ikiwiki setup file from the Debian package. This + re-enables linking to /usr/share/ikiwiki/examples which has the + example sites also used by auto-blog.setup. The example setup file + can be generated at any time using ikiwiki --dumpsetup so I do + not see a reason to ship it. Closes: #[562183](http://bugs.debian.org/562183) + * Use env hack in python scripts. + * comments: Add a checksum to the name of comment pages, to + avoid merge conflicts when comments are posted to two branches of a + site. + * linkmap: Add option to omit disconnected pages from the map. + * inline: Fix bug that limited displayed pages when feedshow was + specified w/o show. + * Fix several places that did not properly handle capitalization of + the discussionpage setting. Specifically, fixes discussion actions + on discussion pages, and unbreaks the opendiscussion plugin."""]]
\ No newline at end of file |