diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 17:44:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 17:47:48 +0100 |
commit | ea2b05009684580d5db574fd361a0577d51cf271 (patch) | |
tree | 6d1004ea474ef61d386d0250a91517c2aa249315 | |
parent | 00253b6ae7cde1bbe353e465850c9657d9c840da (diff) |
Release v0.10.1
-rw-r--r-- | Build.PL | 1 | ||||
-rw-r--r-- | Changelog | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,7 @@ my $build = Module::Build->new( 'Test::Compile' => 0, 'Test::Pod' => 0, }, + dist_abstract => 'Generate Thumbnails + Index for a set of images', dist_name => 'dthumb', module_name => 'App::Dthumb', license => 'unrestricted', diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..58ac872 --- /dev/null +++ b/Changelog @@ -0,0 +1,5 @@ +dthumb 0.1 - Sun Feb 27 2011 + + * Support for jpg/png with Image::Imlib2 + * Includes Javascript lightbox + * Some configuration via commandline arguments |