forked from cubicdaiya/ngx_small_light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
253 lines (127 loc) · 5.44 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
2015-04-19 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* feature: added parameter 'cmyk2rgb'.
* bugfix: color-inversion of CMYK-image(#21). Thanks @dtan4
* 0.6.6 released
2015-02-24 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* optimization: reduced memory-allocations.
* 0.6.5 released
2015-01-15 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* bugfix: ImageMagick semaphore error(#20). Thanks @dtan4
* 0.6.4 released
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
* 0.6.2 released
2014-07-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* fix build issue with `--with-gd`. Thanks @yano3
* 0.6.1 released
2014-07-17 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* add directive 'small_light_getparam_mode'
* remove parameter 'inhexif'
* 0.5.0 released
2013-09-26 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* fix bug(confate image with canvas by gd becomes grayscale) -> http://git.io/0-T3Qg
* 0.3.6 released
2013-07-02 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* fix resource leak when failing to process a image
* 0.3.4 released
2013-06-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* remove garbage in setup
* 0.3.3 released
2013-06-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* fix bug(The compilation without --with-gd always fails)
* 0.3.1 released
2013-06-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* fix bug(imlib2-config --libs is not empty when imlib2 is disabled)
* 0.2.3 released
2013-05-12 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* add option '--with-imlib2' to setup
* 0.2.2 released
2013-01-26 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* fix memory corruption error when generated image size bigger than original image size with Imlib2
* 0.2.1 released
2013-01-21 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* returns 415(Unsupported Media Type) if image convert process fails
* 0.1.4 released
2012-12-30 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* 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 <cubicdaiya@gmail.com>
* improve error messages(issues/2)
* 0.1.2 released
2012-07-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* set default engine 'imagemagick'
* security fix(directory traversal with 'material_dir' and 'embedicon')
* 0.1.1 released
2012-07-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* add command 'small_light_material_dir'
* add parameters 'ix', 'iy', 'embedicon'
* 0.1.0 released
2012-07-04 Tatsuhiko Kubo <cubicdaiya@gmail.com>
* (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 <cubicdaiya@gmail.com>
* 0.0.1 released