summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-20 20:53:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-20 20:53:56 +0000
commite32b07ed2b8b43b5c9476c13fe4fbf10b39ab685 (patch)
tree0ed16f31d2f613a6cda1b6b8a6bd6d473599fb76
parent132e41500f54d5e5d92ebf0a53349511e5ade6c3 (diff)
releasing version 1.21
-rw-r--r--debian/changelog4
-rw-r--r--doc/roadmap.mdwn2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 22db661bd..3d6d50cb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ikiwiki (1.21) UNRELEASED; urgency=low
+ikiwiki (1.21) unstable; urgency=low
* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
* If a page links to itself, mark up the link text in a span with
@@ -18,7 +18,7 @@ ikiwiki (1.21) UNRELEASED; urgency=low
* Credit everyone who wrote a plugin on the plugins' wiki pages.
* Fix utf-8 in blog post form.
- -- Joey Hess <joeyh@debian.org> Sun, 20 Aug 2006 16:40:51 -0400
+ -- Joey Hess <joeyh@debian.org> Sun, 20 Aug 2006 16:42:54 -0400
ikiwiki (1.20) unstable; urgency=low
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn
index 4c26ed24b..eb1ebd6fa 100644
--- a/doc/roadmap.mdwn
+++ b/doc/roadmap.mdwn
@@ -16,7 +16,7 @@ Released 29 April 2006.
[[PageSpec]]). _(status: exists, could of course use more tests)_
* [[Plugins]] _(status: done, interface still not quite stable)_
* [[Tags]] _(status: fair)_
-* Should have fully working [[todo/utf8]] support. _(status: fair)_
+* Should have fully working [[todo/utf8]] support. _(status: good)_
* [[Optimised_rendering|todo/optimisations]] if possible. Deal with other
scalability issues. _(status: 45%-60%+ speedup since 1.0)_
* Improved [[todo/html]] stylesheets and templates.