diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 17:27:01 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 17:27:01 -0500 |
commit | 1d31f3405a7aa0577b746d2bd44cf7dc9993cb20 (patch) | |
tree | 5f46127ea3d9345d24a976197711a34b85095b33 /debian/NEWS | |
parent | 64a8c828b8cfa342118dd6e28b9dff43d83c6311 (diff) |
doc updates, add NEWS item
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 5515bbd7d..43c8b3ca2 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,19 @@ +ikiwiki (2.30) unstable; urgency=low + + Ever feel that ikiwiki's handling of RecentChanges wasn't truely in the + spirit of a wiki compiler? Well, that's changed. The RecentChanges page is + now a static page, not a CGI. Users can subscribe to its rss/atom feeds. + Custom RecentChanges pages can be easily set up that display only changes + to a subset of pages, or only changes by a subset of users. + + With this excellent new RecentChanges support, the mail notification system + is showing its age (and known to be variously buggy and underimplemented for + various VCSes), and so ikiwiki's support for sending commit mails is REMOVED + from this version. If you were subscribed to commit mails, you should be + able to accomplish the same thing by subscribing to a RecentChanges feed. + + -- Joey Hess <joeyh@debian.org> Tue, 29 Jan 2008 17:18:31 -0500 + ikiwiki (2.20) unstable; urgency=low The template plugin has begin to htmlize the variables passed to templates. |