diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-17 13:37:19 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-17 13:37:19 -0500 |
commit | 90bce7d13923769e0bee64d4a17d67c1df4c1aa9 (patch) | |
tree | e87237c9adda59493b205b7ab80f018cc982552a /debian | |
parent | 3b536e00673aba23dd6d7d8850d1c91065e2eaf3 (diff) |
* Don't refuse to render files with ".." in their name. (Anchor the regexp.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1708e7581..3d9f01207 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (2.16) unstable; urgency=low +ikiwiki (2.16) UNRELEASED; urgency=low * Major basewiki reorganisation. Most pages moved into ikiwiki/ subdirectory to avoid polluting the main namespace, and some were further renamed. @@ -58,6 +58,7 @@ ikiwiki (2.16) unstable; urgency=low * git: Correct display of multiline commit messages in recentchanges. * Re-organise dependencies and recommends now that recommends are installed by default. + * Don't refuse to render files with ".." in their name. (Anchor the regexp.) -- Joey Hess <joeyh@debian.org> Sun, 16 Dec 2007 16:55:23 -0500 |