diff options
author | Joey Hess <joey@kitenet.net> | 2009-06-12 19:24:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-06-12 19:24:47 -0400 |
commit | 90b4d079605b72bb50d1da41402d994960e10937 (patch) | |
tree | e890291a896914a93e93fe46895e22724b96010a /debian/changelog | |
parent | 9d4f803a01adbd83116b31df6636f0dd487f68f0 (diff) |
aggregate: Fix storing of changed md5.
The aggregate state merge code neglected to merge changes to the md5
field of an item. Therefore, if an item's md5 changed after initial
aggregation, it would be updated, and rewritten, each time thereafter.
This was wasteful and indirectly led to some expire problems.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dbf8dac88..6444fb8ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ ikiwiki (3.141) UNRELEASED; urgency=low openid or openid2. * Disable the Preferences link if no plugin with an auth hook is enabled. * Updated French translation. Closes: #532654 + * aggregate: Fix storing of changed md5. -- Joey Hess <joeyh@debian.org> Tue, 02 Jun 2009 17:03:41 -0400 |