summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-27 17:44:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-27 17:47:48 +0100
commitea2b05009684580d5db574fd361a0577d51cf271 (patch)
tree6d1004ea474ef61d386d0250a91517c2aa249315
parent00253b6ae7cde1bbe353e465850c9657d9c840da (diff)
Release v0.10.1
-rw-r--r--Build.PL1
-rw-r--r--Changelog5
2 files changed, 6 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 7cd582c..5ec738b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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