diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-24 16:50:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-24 16:50:49 +0000 |
commit | b86f9b8409bb55162dfc7d4d13ea3ee577cce525 (patch) | |
tree | 33e07f224821a2932a626c55048681753ed6df5c /debian/changelog | |
parent | 2f705d78c99ac43f22d5f07b511dd46fa80ebe8e (diff) |
* Don't allow whitespace in link text in a wikilink. This was still
allowed by the regexp in one case though not documented to work, and
was ambiguous with preprocessor directives.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 97bf74136..081af219f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,11 @@ ikiwiki (2.9) UNRELEASED; urgency=low files in some situations, and this is appropriate in some cases, such as the teximg plugin's error log file. Such files will be automatically cleaned up at an appopriate later time. + * Don't allow whitespace in link text in a wikilink. This was still + allowed by the regexp in one case though not documented to work, and + was ambiguous with preprocessor directives. - -- Joey Hess <joeyh@debian.org> Sat, 22 Sep 2007 14:19:58 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2007 12:48:35 -0400 ikiwiki (2.8) unstable; urgency=low |