Skip to content

Commit

Permalink
v0.7.3 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 19, 2016
1 parent ec1e930 commit 0b0a3c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -4,7 +4,7 @@ use Module::Build;

my $build = Module::Build->new(
module_name => 'ngx_small_light',
dist_version => '0.7.2',
dist_version => '0.7.3',
dist_author => "Tatsuhiko Kubo",
dist_abstract => "nginx module for dynamic thumbnail",
build_requires => {
Expand Down
12 changes: 11 additions & 1 deletion ChangeLog
@@ -1,6 +1,16 @@
2016-05-20 Tatsuhiko Kubo <cubicdaiya@gmail.com>

* bugfix: small_light_pattern_define didn't work when small_light_getparam_mode is enabled. It has appeared in v0.7.1.

* optimize: reduced allocation for parsing parameters.

* imagemagick: converted the first image instead of the last image in image list. @dtan4. #refs 43

* 0.7.3 released

2016-05-16 Tatsuhiko Kubo <cubicdaiya@gmail.com>

* bugfix: bugfix: nginx slows down in request processing for large image. Thanks @osamunmun. refs #41
* bugfix: nginx slows down in request processing for large image. Thanks @osamunmun. refs #41

* 0.7.2 released

Expand Down

0 comments on commit 0b0a3c3

Please sign in to comment.