diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-04 08:24:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-04 08:25:10 -0400 |
commit | 5d88146861ac237ac89cbed2e90a985b9c3bfdc2 (patch) | |
tree | 9e203f39577dc07fc397f638b5a966efa443739e /debian | |
parent | c2f2349de4507c8f7bb12926c3c49c917fcf2a06 (diff) | |
download | ikiwiki-5d88146861ac237ac89cbed2e90a985b9c3bfdc2.tar ikiwiki-5d88146861ac237ac89cbed2e90a985b9c3bfdc2.tar.gz |
Fixes a bug that prevented matching deleted pages when using the page() PageSpec.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 25123cecc..5c0064845 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ ikiwiki (3.20100723) UNRELEASED; urgency=low have been disabled. * Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040 + * Fixes a bug that prevented matching deleted pages when using the page() + PageSpec. -- Joey Hess <joeyh@debian.org> Fri, 23 Jul 2010 14:00:32 -0400 |