diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-15 18:46:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-15 18:46:16 -0400 |
commit | 4cd2efef8c6aed3adff9bebfcd3db0c0b5c0d272 (patch) | |
tree | b0b614b1382d89b7019b7aba959301366e447645 /debian/changelog | |
parent | 87db6fbb79d3141248831db78b0683222942aaec (diff) | |
download | ikiwiki-4cd2efef8c6aed3adff9bebfcd3db0c0b5c0d272.tar ikiwiki-4cd2efef8c6aed3adff9bebfcd3db0c0b5c0d272.tar.gz |
fix two recently introduced bugs in rename
* rename: Fix logic error that broke renaming pages when the attachment
plugin was disabled.
* rename: Fix logic error that bypassed the usual pagespec checks.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8817d5b5d..253bb379d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (3.20110713) UNRELEASED; urgency=low + + * rename: Fix logic error that broke renaming pages when the attachment + plugin was disabled. + * rename: Fix logic error that bypassed the usual pagespec checks. + + -- Joey Hess <joeyh@debian.org> Fri, 15 Jul 2011 18:36:29 -0400 + ikiwiki (3.20110712) unstable; urgency=low * attachment: Bugfix to create directory when moving attachment out of |