more 3.0 docs, changelog
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Dec 2008 00:55:43 +0000 (19:55 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Dec 2008 00:55:43 +0000 (19:55 -0500)
debian/NEWS
debian/changelog
doc/roadmap.mdwn

index f9dfc3770e6e3d484cd6b07e241328d910e083b4..6fe70c9e4c8c34368f8aae0d353039fed36a0240 100644 (file)
@@ -1,6 +1,6 @@
-ikiwiki (3.0) unstable; urgency=low
+ikiwiki (3.00) unstable; urgency=low
 
-  The 3.0 release of ikiwiki changes several defaults and makes
+  The 3.0 release of ikiwiki changes several defaults and finishes
   some transitions. You will need to modify your wikis to work with
   ikiwiki 3.0. A document explaining the process is available
   in </usr/share/doc/ikiwiki/html/tips/upgrade_to_3.0.html>
index 2c8931735b78b1561d723b4718b96fede3e3a1f6..ff1c6aa5f70c3fe50c002c8da7da47809ddda54c 100644 (file)
@@ -1,9 +1,24 @@
-ikiwiki (2.72) UNRELEASED; urgency=low
+ikiwiki (3.00) UNRELEASED; urgency=low
+
+  * Remove support for GlobLists.
+  * Remove support for configuring allowed attachments, locked pages,
+    and banned users from the admin preferences page. These can only be
+    controlled via the setup file now.
+  * ikiwiki-transition moveprefs can be used to move the above
+    admin preferences into a setup file.
+  * prefix_directives and aggregate_internal are now turned on by default.
+  * ikiwiki-transition prefix_directives syntax changed
+  * googlecalendar: removed this deprecated plugin. Use embed instead.
+  * Version 3.00 of the plugin API.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 24 Dec 2008 19:49:36 -0500
+
+ikiwiki (2.72) unstable; urgency=low
 
   * Avoid comments in recentchanges being broken links (smcv)
   * Add deprecation warning for GlobLists, which will stop working in 3.0.
 
- -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2008 19:02:16 -0500
+ -- Joey Hess <joeyh@debian.org>  Wed, 24 Dec 2008 19:49:32 -0500
 
 ikiwiki (2.71) unstable; urgency=low
 
index 0f8cb00fc14a8fefbe454bead1dada747d6afe4f..83c654b5e5b8686ea9a4994111de0e6bee1d1318 100644 (file)
@@ -51,10 +51,10 @@ The highlights of the changes in version 3.0 include:
   [[plugins/cutpaste]], [[plugins/hnb]], [[plugins/creole]], [[plugins/txt]],
   [[plugins/amazon_s3]], [[plugins/pinger]], [[plugins/pingee]],
   [[plugins/edittemplate]]
+* The RecentChanges page is compiled statically, not generated from the CGI.
 * Support for additional revision control systems: [[rcs/bzr]],
   [[rcs/monotone]]
 * Support for [[tips/trusted_git_push]].
-* The RecentChanges page is compiled statically, not generated from the CGI.
 * A new version (3.00) of the plugin API, exporting additional
   commonly used functions from `IkiWiki.pm`. Nearly everything in ikiwiki is
   now a plugin, from WikiLinks to page editing, to RecentChanges.