diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-14 20:46:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-14 20:46:41 +0000 |
commit | 9b145798c75e88267f4782b3cedc9d5deb41a0c8 (patch) | |
tree | d77dddf5b61b9dfbe8b98c800a2cb6c7f4263692 /debian | |
parent | 250bd850e2d41769075a201b098f2961179a8f8c (diff) | |
download | ikiwiki-9b145798c75e88267f4782b3cedc9d5deb41a0c8.tar ikiwiki-9b145798c75e88267f4782b3cedc9d5deb41a0c8.tar.gz |
* Patch from Tuomov to link to the directory in feeds when usedirs is in
effect. Note that this changes permalinks, so if you are already using
usedirs you'll have to deal with that on upgrade to this version.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 10 | ||||
-rw-r--r-- | debian/changelog | 5 |
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index 9e821668d..cadbdb997 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,7 +1,15 @@ +ikiwiki (1.50) unstable; urgency=low + + Permalinks and guids in rss and atom feeds for wikis using the usedirs + options will change in this release. If you have already enabled usedirs, + you may need to take steps to avoid flooding aggregators. + + -- Joey Hess <joeyh@debian.org> Sat, 14 Apr 2007 16:08:46 -0400 + ikiwiki (1.49) unstable; urgency=low Third-party plugins that use htmlpage() or abs2rel() to generate links - may need changes to support the new "userdir" option. + may need changes to support the new "usedirs" option. -- Joey Hess <joeyh@debian.org> Sun, 01 Apr 2007 16:20:09 -0400 diff --git a/debian/changelog b/debian/changelog index 5b03c7884..93f2de366 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,8 +29,11 @@ ikiwiki (1.50) UNRELEASED; urgency=low * Internal version number and installdir substitutions were lost, fix. * Apply patch from Ethan to improve an error message that should never happen. + * Patch from Tuomov to link to the directory in feeds when usedirs is in + effect. Note that this changes permalinks, so if you are already using + usedirs you'll have to deal with that on upgrade to this version. - -- Joey Hess <joeyh@debian.org> Sat, 14 Apr 2007 16:06:01 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 14 Apr 2007 16:11:30 -0400 ikiwiki (1.49) unstable; urgency=low |