diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-04-06 20:03:26 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-04-06 20:03:26 +0000 |
commit | 899639f10d49cff410059c3af2e1d5717c25b738 (patch) | |
tree | 6db66122cf61b0e11e497aff3f9a647a2e3ec82e /doc | |
parent | 1a646f7e77e94128c3ef6938fbd727b302c9ef07 (diff) | |
download | ikiwiki-899639f10d49cff410059c3af2e1d5717c25b738.tar ikiwiki-899639f10d49cff410059c3af2e1d5717c25b738.tar.gz |
fixed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/matching_different_kinds_of_links.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/matching_different_kinds_of_links.mdwn b/doc/todo/matching_different_kinds_of_links.mdwn index 76a99f6a5..8e81860a1 100644 --- a/doc/todo/matching_different_kinds_of_links.mdwn +++ b/doc/todo/matching_different_kinds_of_links.mdwn @@ -185,6 +185,12 @@ rebuilt on upgrade in order to get the linktype of existing tags in it recorded. So there needs to be a NEWS item about this and the postinst modified to force the rebuild. +> Done, although you'll need to plug in an appropriate version number when +> you release it. Is there a distinctive reminder string you grep for +> during releases? I've used `UNRELEASED` for now. --[[smcv]] + Also, the ready branch adds `typedlink()` to [[ikiwiki/pagespec]], but you removed that feature as documented above. --[[Joey]] + +> Done. --s |