diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 02:46:19 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 02:46:19 +0000 |
commit | 92433bae253a4fc398f91a9b724c2edbb58f9521 (patch) | |
tree | 1f4921035791ca0c4f0b95ec1629efc50455df5e /debian/changelog | |
parent | 2f1e4615f22173c06a4e97be148b9174c0b1f5be (diff) | |
download | ikiwiki-92433bae253a4fc398f91a9b724c2edbb58f9521.tar ikiwiki-92433bae253a4fc398f91a9b724c2edbb58f9521.tar.gz |
* Use pngcrush and optipng on all PNG files.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 461b791d3..b43cdfa0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ ikiwiki (1.49) UNRELEASED; urgency=low + [ Joey Hess ] * Add --post-commit option, which allows for the case of a split web server and RCS server (or a push mirror). With this the RCS server can have a real post-commit hook that sshs back to the web server, and runs ikiwiki @@ -24,7 +25,10 @@ ikiwiki (1.49) UNRELEASED; urgency=low * Fix a bug that caused link(foo) to succeed if page foo did not exist. * Fix tags to page names that contain special characters. - -- Joey Hess <joeyh@debian.org> Wed, 04 Apr 2007 17:06:59 -0400 + [ Josh Triplett ] + * Use pngcrush and optipng on all PNG files. + + -- Joey Hess <joeyh@debian.org> Thu, 05 Apr 2007 17:36:14 -0700 ikiwiki (1.48) unstable; urgency=low |