We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbfcca commit ba141b8Copy full SHA for ba141b8
Build.PL
@@ -4,7 +4,7 @@ use Module::Build;
4
5
my $build = Module::Build->new(
6
module_name => 'ngx_small_light',
7
- dist_version => '0.9.1',
+ dist_version => '0.9.2',
8
dist_author => "Tatsuhiko Kubo",
9
dist_abstract => "nginx module for dynamic thumbnail",
10
build_requires => {
ChangeLog
@@ -1,3 +1,11 @@
1
+2017-04-29 Tatsuhiko Kubo <cubicdaiya@gmail.com>
2
+
3
+ * imagemagick: adjusted image depth between canvas and original image. #86
+ * setup: use pkg-config instead of (Wand|imlib2|gdlib)-config. #85
+ * 0.9.2 released
2017-02-16 Tatsuhiko Kubo <cubicdaiya@gmail.com>
11
* bugfix: mistaken image offset adjusting. Thanks @urapico. refs #81 and #82
0 commit comments