forked from cubicdaiya/ngx_small_light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
381 lines (191 loc) · 8.81 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
2016-10-02 Tatsuhiko Kubo <[email protected]>
* imlib2: change default small_light_imlib2_temp_dir value. Thanks @draskolnikova. refs #70
* bugfix: small_light_imlib2_temp_dir was not modfiabile.
* bugfix: failed to load modules dynamically on linux. refs #66
* bugfix: path-through did not work.
* 0.9.0 released
2016-08-19 Tatsuhiko Kubo <[email protected]>
* Adjust hash bucket size of `small_light_init_params`. Thanks @takano32. refs #65
* Adjust hash bucket size of `small_light_pattern_define`.
* 0.8.1 released
2016-07-11 Tatsuhiko Kubo <[email protected]>
* imagemagick, imlib2, gd: cropped the center of image when only `cw` and `ch` are given.
* imagemagick: adjusted image offset automatically. fixes #44
* bugfix, gd: fixed parameter validations for `sharpen`.
* bugfix, imlib2: fixed parameter validations for `sharpen` and `blur`.
* bugfix: fixed strange size and offset calculation behavior. refs #46
* 0.8.0 released
2016-05-20 Tatsuhiko Kubo <[email protected]>
* 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. Thanks @dtan4. refs #43
* 0.7.3 released
2016-05-16 Tatsuhiko Kubo <[email protected]>
* bugfix: nginx slows down in request processing for large image. Thanks @osamunmun. refs #41
* 0.7.2 released
2016-05-06 Tatsuhiko Kubo <[email protected]>
* bugfix: the some parameters (sharpen, unsharp, blur) was not available when small_light_getparam_mode is enabled.
* 0.7.1 released
2016-04-27 Tatsuhiko Kubo <[email protected]>
* introduced new directives: small_light_(radius|sigma)_max.
* set 10 to the maximum geometry value (radius and sigma) for `sharpen` and `unsharp` and `blur` by default.
* 0.7.0 released
2016-03-19 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed compilation error when old ImageMagick version. Thanks @takp. #37
* 0.6.17 released
2016-03-19 Tatsuhiko Kubo <[email protected]>
* feature: introduced new parameter: autoorient. #35
* 0.6.16 released
2016-02-11 Tatsuhiko Kubo <[email protected]>
* feature: dynamic module is available from nginx-1.9.11.
* 0.6.15 released
2016-01-10 Tatsuhiko Kubo <[email protected]>
* config: output message on configure-error.
* imagemagick: set ThreadResource 1 always.
* 0.6.14 released
2015-12-19 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed a memory leak which caused by a call of MagickGetImageFormat(). Thanks @dmurasaki. #33
* 0.6.13 released
2015-12-16 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed invalid definition for image_exts.
* 0.6.12 released
2015-09-20 Tatsuhiko Kubo <[email protected]>
* feature: supported WebP-input with ImageMagick. Thanks @cgs3238. #31
* 0.6.11 released
2015-06-29 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed the exit status for `./configure`.
* 0.6.10 released
2015-06-09 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed image corruption by the combination of cropping and rotation. Thanks @gunyoki
* bugfix: fixed memory corruption when pass-through is enabled.
* bugfix: fixed memory corruption when imlib2 is selected.
* bugfix: fixed compilation error for using libjpeg8.
* removed unused code refs #24. Thanks @kaneshin
* 0.6.9 released
2015-04-19 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed SEGV when pass-through is enabled for imagemagick and imlib2 and gd.
* bugfix: fixed fd leak for imlib2 when processing image failed.
* bugfix: fixed memory leak for imagemagick when processing embedicon and canvas failed.
* bugfix: fixed memory leak for imagemagick in all cases.
* optimize: release large memory blocks with ngx_pfree().
* 0.6.8 released
2015-04-14 Tatsuhiko Kubo <[email protected]>
* imagemagick, imlib2, gd: improved error handling with rotating image.
* bugfix: fixed `setup --with-gd` error with libgd-2.1.1.
* 0.6.7 released
2015-03-07 Tatsuhiko Kubo <[email protected]>
* feature: added parameter 'cmyk2rgb'.
* bugfix: color-inversion of CMYK-image(#21). Thanks @dtan4
* 0.6.6 released
2015-02-24 Tatsuhiko Kubo <[email protected]>
* optimization: reduced memory-allocations.
* 0.6.5 released
2015-01-15 Tatsuhiko Kubo <[email protected]>
* bugfix: ImageMagick semaphore error(#20). Thanks @dtan4
* 0.6.4 released
2014-10-23 Tatsuhiko Kubo <[email protected]>
* Support progressive JPEG by ImageMagick.
* 0.6.3 released
2014-07-28 Tatsuhiko Kubo <[email protected]>
* fix build issue with `--with-imlib2`. Thanks @Ajido
* 0.6.2 released
2014-07-23 Tatsuhiko Kubo <[email protected]>
* fix build issue with `--with-gd`. Thanks @yano3
* 0.6.1 released
2014-07-17 Tatsuhiko Kubo <[email protected]>
* fix a problem that small_light_getparam_mode doesn't work. Thanks @yano3
* add directive 'small_light_buffer'
* support WebP in output format by ImageMagick & GD
* 0.6.0 released
2014-06-24 Tatsuhiko Kubo <[email protected]>
* fix memory leak when 'pt' is not null
* (fix #11)fix double-free bug. Thanks @nhayashi for bug-reporting.
* 0.5.3 released
2014-04-22 Tatsuhiko Kubo <[email protected]>
* fix bug(invalid free-call when processing image failed)
* 0.5.2 released
* fix memory leak in processing image by GD
* return 415 when smalllight failed to process image
* improve error handling
* minor optimizing
* make code C89 compatible
* clean up code
* 0.5.1 released
2013-09-28 Tatsuhiko Kubo <[email protected]>
* add directive 'small_light_getparam_mode'
* remove parameter 'inhexif'
* 0.5.0 released
2013-09-26 Tatsuhiko Kubo <[email protected]>
* fix bug(Content-Type becomes invalid when processing image with Imlib2 and `of` is not used)
* optimize image-processing(remove wasted allocation for Content-Type)
* 0.4.1 released
2013-07-26 Tatsuhiko Kubo <[email protected]>
* fix bug(imlib_save_error sometimes fails in highly-loaded) -> http://git.io/KKkgaQ
* fix resource leak -> http://git.io/KKkgaQ
* add parameter 'angle' -> http://git.io/mGk22A
* 0.4.0 released
2013-07-21 Tatsuhiko Kubo <[email protected]>
* fix bug(confate image with canvas by gd becomes grayscale) -> http://git.io/0-T3Qg
* 0.3.6 released
2013-07-02 Tatsuhiko Kubo <[email protected]>
* fix bug(the misalignment of image in canvas)
* fix bug(with 32bit instance in EC2, the worker process exited)
* 0.3.5 released
2013-06-23 Tatsuhiko Kubo <[email protected]>
* fix resource leak when failing to process a image
* 0.3.4 released
2013-06-18 Tatsuhiko Kubo <[email protected]>
* remove garbage in setup
* 0.3.3 released
2013-06-18 Tatsuhiko Kubo <[email protected]>
* fix setup bug(ngx_feature_test always fails)
* move *.(c|h) to src directory
* some refactorings
* 0.3.2 released
2013-06-10 Tatsuhiko Kubo <[email protected]>
* fix bug(The compilation without --with-gd always fails)
* 0.3.1 released
2013-06-10 Tatsuhiko Kubo <[email protected]>
* support GD graphics library
* fix bug(using negative value when adding border)
* fix bug(Content-Length becomes zero when using 'cw' and 'ch')
* 0.3.0 released
2013-05-20 Tatsuhiko Kubo <[email protected]>
* fix bug(imlib2-config --libs is not empty when imlib2 is disabled)
* 0.2.3 released
2013-05-12 Tatsuhiko Kubo <[email protected]>
* add option '--with-imlib2' to setup
* 0.2.2 released
2013-01-26 Tatsuhiko Kubo <[email protected]>
* fix memory corruption error when generated image size bigger than original image size with Imlib2
* 0.2.1 released
2013-01-21 Tatsuhiko Kubo <[email protected]>
* add imlib2 support
* fix bug(set not Content-Type but image format -> feaf24f)
* fix resource leak when embedicon is used
* 0.2.0 released
2013-01-13 Tatsuhiko Kubo <[email protected]>
* returns 415(Unsupported Media Type) if image convert process fails
* 0.1.4 released
2012-12-30 Tatsuhiko Kubo <[email protected]>
* fix compile error(3f0e2d3 hide this problems)
* fix problem that nginx's CFLAGS is orver-written by ngx_small_light
* 0.1.3 released
2012-07-13 Tatsuhiko Kubo <[email protected]>
* improve error messages(issues/2)
* 0.1.2 released
2012-07-10 Tatsuhiko Kubo <[email protected]>
* set default engine 'imagemagick'
* security fix(directory traversal with 'material_dir' and 'embedicon')
* 0.1.1 released
2012-07-08 Tatsuhiko Kubo <[email protected]>
* add command 'small_light_material_dir'
* add parameters 'ix', 'iy', 'embedicon'
* 0.1.0 released
2012-07-04 Tatsuhiko Kubo <[email protected]>
* (fix #1)fix memory corruption in parameter table
* add parameter 'rmprof'
* fix bug(flag parse function returns an invalid result)
* 0.0.2 released
2011-06-13 Tatsuhiko Kubo <[email protected]>
* 0.0.1 released