Skip to content

Commit

Permalink
v0.6.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Oct 22, 2014
1 parent d3e3f7b commit ab29ef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Module::Build;

my $build = Module::Build->new(
module_name => 'ngx_small_light',
dist_version => '0.6.2',
dist_version => '0.6.3',
dist_author => "Tatsuhiko Kubo",
dist_abstract => "nginx module for dynamic thumbnail",
build_requires => {
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2014-10-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>

* Support progressive JPEG by ImageMagick.

* 0.6.3 released

2014-07-28 Tatsuhiko Kubo <cubicdaiya@gmail.com>

* fix build issue with `--with-imlib2`. Thanks @Ajido
Expand Down

0 comments on commit ab29ef1

Please sign in to comment.