diff options
| -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  | 
