X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fede380a89649e8c34cbcf4489a42a51c41c4b2a..b95669c3c80a9a9d04e88fedb66813c0be343b5b:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index 6212febbb..2b216ca95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +ikiwiki (2.55) UNRELEASED; urgency=low + + * prefix_directives enabled in doc wiki, all preprocessor directives + converted. (Simon McVittie) + * editpage: Don't show attachments link when attachments are disabled. + * tag: Allow tagbase to be overridden by starting a tag with "./" or "/". + (Simon McVittie) + * Really fix bug with links to pages with names containing colons. + Previous fix mised a few cases. + * Avoid troublesome abs_path calls in wrapper setup. + * Add allow_symlinks_before_srcdir config setting that can be used to avoid + a security check that is a good safe default, but problimatic overkill in + some situations. + * attachment: Do not escape _ when determining attachment filenames. + * Rebuild pages that change their type. (Gabriel McManus) + + -- Joey Hess Mon, 21 Jul 2008 11:35:46 -0400 + ikiwiki (2.54) unstable; urgency=low [ Joey Hess ]