File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use Module::Build;
44
55my $build = Module::Build-> new(
66 module_name => ' ngx_small_light' ,
7- dist_version => ' 0.8.1 ' ,
7+ dist_version => ' 0.9.0 ' ,
88 dist_author => " Tatsuhiko Kubo" ,
99 dist_abstract => " nginx module for dynamic thumbnail" ,
1010 build_requires => {
Original file line number Diff line number Diff line change 1+ 2016-10-02 Tatsuhiko Kubo <
[email protected] >
2+
3+ * imlib2: change default small_light_imlib2_temp_dir value. Thanks @draskolnikova. refs #70
4+
5+ * bugfix: small_light_imlib2_temp_dir was not modfiabile.
6+
7+ * bugfix: failed to load modules dynamically on linux. refs #66
8+
9+ * bugfix: path-through did not work.
10+
11+ * 0.9.0 released
12+
1132016-08-19 Tatsuhiko Kubo <
[email protected] >
214
315 * Adjust hash bucket size of `small_light_init_params`. Thanks @takano32. refs #65
You can’t perform that action at this time.
0 commit comments