aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-10 18:47:57 -0400
committerJoey Hess <joey@kitenet.net>2011-06-10 18:47:57 -0400
commit8e15f664c4f3c9260c771fee52f6f5ae20ccdddf (patch)
tree43f8577e15dec6b928d4ab5dec0623e523797f4b /debian
parentdd077fd79bb792bcaa8b5dc880f114963cdf0d3f (diff)
downloadikiwiki-8e15f664c4f3c9260c771fee52f6f5ae20ccdddf.tar
ikiwiki-8e15f664c4f3c9260c771fee52f6f5ae20ccdddf.tar.gz
aggregate: Improve checking for too long aggregated filenames.
Two problems fixed: 1. Files are written with a .ikiwiki-new suffix, which has to be taken into account. 2. Need to count length of bytes, not of unicode characters.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4b03db600..4fe011f4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ikiwiki (3.20110609) UNRELEASED; urgency=low
* userlist: New plugin, lets admins see a list of users and their info.
+ * aggregate: Improve checking for too long aggregated filenames.
-- Joey Hess <joeyh@debian.org> Thu, 09 Jun 2011 10:06:44 -0400