OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / ChangeLog
1 libapache2-mod-chxj (0.11.12-1) unstable; urgency=low
2
3   * Fixed Bug.
4     - cookie cannot be acquired in model of old SoftBank.
5    (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
6   * Fixed Bug & Added Features.
7     - Query in the action attribute of the form tag cannot be acquired.
8    (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
9
10  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Jul 2008 14:28:57 +0900
11
12 libapache2-mod-chxj (0.11.11-1) unstable; urgency=low
13
14   * Changed features.
15     - After it had converted it by a former image,
16       the priority of the image type was selected.
17       (Requested by someone. thanks!)
18   * Fixed Bug.
19     - Dynamic image converter is not available.
20
21  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 22 Jul 2008 14:15:11 +0900
22
23 libapache2-mod-chxj (0.11.10-1) unstable; urgency=low
24
25   * Added Features.
26     - For anchor's name for cookie simulator.
27     (Requested by tiruda1600 _at_ users.sourceforge.jp. thanks!)
28
29  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 21 Jul 2008 14:50:05 +0900
30
31 libapache2-mod-chxj (0.11.9-1) unstable; urgency=low
32
33   * Changed Specification.
34     - When the size after it reduces becomes 0, it compels it to 1.
35       (Reported by someone. thanks!)
36   * Emergency measure
37     - MagickQuantizeImage function doesn't return.
38       (Reported by someone. thanks!)
39
40  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 21 Jul 2008 00:30:14 +0900
41
42 libapache2-mod-chxj (0.11.8-1) unstable; urgency=low
43
44   * Added function.
45     - The au terminal is handled as NO Cookie model. (For http -> https or https -> http exchange.)
46       (Requested by someone. thanks!)
47
48  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun, 13 Jul 2008 19:03:21 +0900
49
50 libapache2-mod-chxj (0.11.7-1) unstable; urgency=low
51
52   * Added name attribute of form tag.
53     - softbank and au only.
54       (Requested by tiruda1600 _at_ users.sourceforge.jp. thanks!)
55
56  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 12 Jul 2008 00:55:48 +0900
57
58 libapache2-mod-chxj (0.11.6-1) unstable; urgency=low
59
60   * Fixed BUG.
61     - The display collapses when the cookie function is made effective with
62       the SoftBank terminal.
63       (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
64
65  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 12 Jul 2008 00:32:25 +0900
66
67 libapache2-mod-chxj (0.11.5-1) unstable; urgency=low
68
69   * Fixed bug.
70     - cannot be redirected since 0.11.2
71       (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
72
73  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu,  3 Jul 2008 20:13:57 +0900
74
75 libapache2-mod-chxj (0.11.4-1) unstable; urgency=low
76
77   * Fixed bug.
78     - '+' has not been converted into ' '.
79     - The bug that was not able to be displayed correctly when a
80       double quart was included in value.
81     - Set-Cookie is not executed at CGI.
82       (Reported by R.Komoriya. thanks!)
83
84  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 27 Jun 2008 16:02:03 +0900
85
86 libapache2-mod-chxj (0.11.3-1) unstable; urgency=low
87
88   * Added APR 0.9 support for chxj_serf.
89
90  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 27 Jun 2008 09:44:42 +0900
91
92 libapache2-mod-chxj (0.11.2-1) unstable; urgency=low
93
94   * Fixed Bug.
95     - Because Input_filter of Apache is a fuck-shit, it abolishes it.
96       Proxy is made at one's own expense by using libserf instead.
97       (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
98
99  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 26 Jun 2008 10:32:44 +0900
100
101 libapache2-mod-chxj (0.11.1-1) unstable; urgency=low
102
103   * Fixed bug.
104     - ``Off'' did not work by the ChxjImageEngine directive.
105       (Reported by R. thanks!)
106
107  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Apr 2008 19:54:14 +0900
108
109 libapache2-mod-chxj (0.11.0-1) unstable; urgency=low
110
111   * Fixed bug.
112     - chxj_encoding and chxj_rencoding invalid destlen.
113     - <p>a</p> ==> <p></p>a convertion defect.
114     - The line feed code is disregarded at <pre> tag. 
115
116   * Added Features.
117     - Added <blockquote> tag to CHTML1.0 converter.
118     - Added <br> tag clear attribute to CHTML1.0 converter.
119     - Added <dir> tag to CHTML1.0 converter.
120     - Added <dl> tag to CHTML1.0 converter.
121     - Added <dt> tag to CHTML1.0 converter.
122     - Added <dd> tag to CHTML1.0 converter.
123     - Added <menu> tag to CHTML1.0 converter.
124     - Added <p align> attribute to CHTML1.0 converter.
125     - Added <plaintext> tag to CHTML1.0 converter. (no parse mode)
126     - Added <blockquote> tag to CHTML2.0 converter.
127     - Added <dl> tag to CHTML2.0 converter.
128     - Added <dt> tag to CHTML2.0 converter.
129     - Added <dd> tag to CHTML2.0 converter.
130     - Added <h1 align> attribute to CHTML2.0 converter.
131     - Added <h2 align> attribute to CHTML2.0 converter.
132     - Added <h3 align> attribute to CHTML2.0 converter.
133     - Added <h4 align> attribute to CHTML2.0 converter.
134     - Added <h5 align> attribute to CHTML2.0 converter.
135     - Added <h6 align> attribute to CHTML2.0 converter.
136     - Added <li type> attribute to CHTML2.0 converter.
137     - Added <li value> attribute to CHTML2.0 converter.
138     - Added <menu> tag to CHTML2.0 converter.
139     - Added <ol type> attribute to CHTML2.0 converter.
140     - Added <ol start> attribute to CHTML2.0 converter.
141     - Added <p align> attribute to CHTML2.0 converter.
142     - Added <textarea accesskey> attribute to CHTML2.0 converter.
143     - Added <textarea istyle> attribute to CHTML2.0 converter.
144     - Added <blink> tag to CHTML2.0 converter.
145     - Added <marquee> tag to CHTML2.0 converter.
146     - Added <plaintext> tag to CHTML2.0 converter. (no parse mode)
147     - Added <blockquote> tag to CHTML3.0 converter.
148     - Added <dir> tag to CHTML3.0 converter.
149     - Added <dl> tag to CHTML3.0 converter.
150     - Added <dt> tag to CHTML3.0 converter.
151     - Added <dd> tag to CHTML3.0 converter.
152     - Added <h1 align> attribute to CHTML3.0 converter.
153     - Added <h2 align> attribute to CHTML3.0 converter.
154     - Added <h3 align> attribute to CHTML3.0 converter.
155     - Added <h4 align> attribute to CHTML3.0 converter.
156     - Added <h5 align> attribute to CHTML3.0 converter.
157     - Added <h6 align> attribute to CHTML3.0 converter.
158     - Added <blink> tag to CHTML3.0 converter.
159     - Added <marquee> tag to CHTML3.0 converter.
160     - Added <ol type> attribute to CHTML3.0 converter.
161     - Added <ol start> attribute to CHTML3.0 converter.
162     - Added <p align> attribute to CHTML3.0 converter.
163     - Added <textarea accesskey> attribute to CHTML3.0 converter.
164     - Added <textarea istyle> attribute to CHTML3.0 converter.
165     - Added <li type> attribute to CHTML3.0 converter.
166     - Added <li value> attribute to CHTML3.0 converter.
167     - Added <menu> tag to CHTML3.0 converter.
168     - Added <plaintext> tag to CHTML3.0 converter. (no parse mode)
169     - Added <blockquote> tag to au XHTML converter.
170     - Added <dir> tag to au XHTML converter.
171     - Added <dl> tag to au XHTML converter.
172     - Added <dt> tag to au XHTML converter.
173     - Added <dd> tag to au XHTML converter.
174     - Added <h1 align> attribute to au XHTML converter.
175     - Added <h2 align> attribute to au XHTML converter.
176     - Added <h3 align> attribute to au XHTML converter.
177     - Added <h4 align> attribute to au XHTML converter.
178     - Added <h5 align> attribute to au XHTML converter.
179     - Added <h6 align> attribute to au XHTML converter.
180     - Added <hr align> attribute to au XHTML converter.
181     - Added <hr size> attribute to au XHTML converter.
182     - Added <hr width> attribute to au XHTML converter.
183     - Added <li type> attribute to au XHTML converter.
184     - Added <li value> attribute to au XHTML converter.
185     - Added <menu> tag to au XHTML converter.
186     - Added <ol type> attribute to au XHTML converter.
187     - Added <ol start> attribute to au XHTML converter.
188     - Added <plaintext> tag to au XHTML converter. (no parse mode)
189     - Added <textarea accesskey> attribute to au XHTML converter.
190     - Added <textarea istyle> attribute to au XHTML converter.
191     - Added <plaintext> tag to au XHTML converter. (no parse mode)
192     - Added <blockquote> tag to au HDML converter.
193     - Added <dir> tag to au HDML converter.
194     - Added <dl> tag to au HDML converter.
195     - Added <dt> tag to au HDML converter.
196     - Added <dd> tag to au HDML converter.
197     - Added <h1 align> attribute for au HDML converter.
198     - Added <h2 align> attribute for au HDML converter.
199     - Added <h3 align> attribute for au HDML converter.
200     - Added <h4 align> attribute for au HDML converter.
201     - Added <h5 align> attribute for au HDML converter.
202     - Added <h6 align> attribute for au HDML converter.
203     - Added <menu> tag to au HDML converter.
204     - Added <p align> attribute to au HDML converter.
205     - Added <plaintext> tag to au HDML converter. (no parse mode)
206     - Added <pre> tag to au HDML converter. 
207     - Added <textarea> attribute to au HDML converter.
208     - Added <blockquote> tag to SoftBank HTML converter.
209     - Added <br clear> attribute to SoftBank HTML converter.
210     - Added <dir> tag to SoftBank HTML converter.
211     - Added <dl> tag to SoftBank HTML converter.
212     - Added <dt> tag to SoftBank HTML converter.
213     - Added <dd> tag to SoftBank HTML converter.
214     - Added <h1 align> attribute for SoftBank HTML converter.
215     - Added <h2 align> attribute for SoftBank HTML converter.
216     - Added <h3 align> attribute for SoftBank HTML converter.
217     - Added <h4 align> attribute for SoftBank HTML converter.
218     - Added <h5 align> attribute for SoftBank HTML converter.
219     - Added <h6 align> attribute for SoftBank HTML converter.
220
221  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 19 Apr 2008 16:44:57 +0900
222
223 libapache2-mod-chxj (0.10.5-1) unstable; urgency=low
224
225   * Fixed bug.
226     - the value of the script tag is displayed.
227     - the value of the object tag is displayed.
228
229  -- Atsushi Konno <konn@users.sourceforege.jp>  Fri, 18 Apr 2008 22:25:55 +0900
230
231 libapache2-mod-chxj (0.10.4-1) unstable; urgency=low
232
233   * Fixed bug.
234     - Disregarded the tag did not know.
235     - The tag closing by itself
236
237  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 18 Apr 2008 03:13:27 +0900
238
239 libapache2-mod-chxj (0.10.3-1) unstable; urgency=low
240
241   * Fixed bug.
242       - Cookie ID is not given, except when Content-type is text/html and
243         application/xhtml+xml.  (Reported by bayside. Thanks!)
244
245  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 10 Apr 2008 23:30:52 +0900
246
247 libapache2-mod-chxj (0.10.2-1) unstable; urgency=low
248
249   * Fixed bug.
250     - cookie ID is not added when redirect.(reported by bayside)
251
252  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 23:47:26 +0900
253
254 libapache2-mod-chxj (0.10.1-1) unstable; urgency=low
255
256   * Fixed bug.
257     - forgot to do -1 in the string length specification part though sizeof was used with STRNCASEEQ.
258
259  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 19:08:27 +0900
260
261 libapache2-mod-chxj (0.10.0-1) unstable; urgency=low
262
263   * Added Features.
264     - Added cookie path validator.
265     - Added cookie domain validator.
266     - Added cookie expires validator.
267     - Added cookie secure validator.
268     - Added content-type ``application/xhtml+xml''
269     - use Buffering.
270     - Added Cookie Lazy ID mode.
271     - Cookie simulator(delete experimental)
272   * Fixed bug.
273     - Parsing is abnormal of the comment tag.
274     - Parsing is abnormal of the script tag.
275
276  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 31 Mar 2008 17:58:05 +0900
277
278 libapache2-mod-chxj (0.9.0-1) unstable; urgency=low
279
280   * Added Features
281     - Cookie can have been recorded in MySQL.
282     - Cookie can have been recorded in memcached.
283   * Fixed Bug
284     - When mpeg is downloaded, it memory a large amount of consumes it.
285
286  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 24 Mar 2008 00:57:55 +0900
287
288 libapache2-mod-chxj (0.8.7-1) unstable; urgency=low
289
290   * Fixed Bug
291     - Using AC_FUNC_MALLOC by mistake.
292       AC_FUNC_MALLOC is neatly used because it is too good though
293       it is not necessary.
294       AC_FUNC_MALLOC reacts for CentOS due to the bug of autoconf2.59.
295     - When ap_regex.h is not found, pcre.h is used. In that case, to use
296       pcre-config.
297   * Changed Features
298     - Abolition of libiconv. use glibc/iconv.
299
300  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:33 +0900
301
302 libapache2-mod-chxj (0.8.6-1) unstable; urgency=low
303
304   * Added error messages
305     - the error message of the parsing machine of HTML.
306     - the error message when the character-code is converted.
307   * Fixed Bug
308     - forgotten that apache2.0.x doesn't have ap_regex.h. (reported by R)
309
310  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 12 Mar 2008 01:49:16 +0900
311
312 libapache2-mod-chxj (0.8.5-1) unstable; urgency=low
313
314   * Fixed Bug
315     - when the image of non-correspondence is converted, and aborted.
316   * Changed features.
317     - Being able to convert the image changed only to jpeg, png, and gif.
318
319  -- Atsushi Konno <konn@users.sorceforge.jp>  Thu, 14 Feb 2008 20:53:02 +0900
320
321 libapache2-mod-chxj (0.8.4-1) unstable; urgency=low
322
323   * Fixed Bug that deb package doesn't correspond to Apache2.2.
324   * Added features:
325     - ``ChxjImageCacheLimit'' directive.
326     - The serial number of "image workfile name" is deleted. 
327   * Added Document:
328     ``ChxjImageCacheLimit'' directive.
329
330  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  5 Feb 2008 20:33:16 +0900
331
332 libapache2-mod-chxj (0.8.3-1) unstable; urgency=high
333
334   * Fixed Bug
335     - The image conversion is not operated at the access by PC.
336     - Bug that doesn't delete cache file.
337       + default limit size is 10MByte.
338         but the setting cannot be changed now.
339
340  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  4 Feb 2008 12:53:21 +0900
341
342 libapache2-mod-chxj (0.8.2-1) unstable; urgency=low
343
344   * Fixed Bug to which compile error occurs when A is specified.
345
346  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  3 Feb 2008 01:40:33 +0900
347
348 libapache2-mod-chxj (0.8.1-1) unstable; urgency=low
349
350   * Changed for Apache 2.2.x.
351   * Changed so that ``Configure'' might run well by CentOS5.1. 
352   * Fixed bug that Segmentation Falt had occurred when browser inforamtion was 
353     read in the AMD64 environment. 
354   * Fixed bug that the HTML conversion operates when connecting it from PC. 
355   * Fixed bug that the HTML conversion for jhtml.
356
357  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
358
359 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
360
361   * add b tag.
362   * add fieldset tag.
363   * add cookie simulator.
364   * To use neither SetOutputFilter nor SetInputFilter, it changes. 
365   * add referer header simulator.
366   * When '_ chxj_nc' parameter exists, the cookie is not renewed. 
367   * The bug that the dynamic qrcode output function doesn't operate is corrected. 
368
369  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
370
371 libapache2-mod-chxj (0.7.1-1) unstable; urgency=low
372
373   * bug fix
374       - it cannot correctly read the value when the backslash exists in the attribute.
375
376  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
377
378 libapache2-mod-chxj (0.7.0-1) unstable; urgency=low
379
380   * bug fix which the size before it converts it into Content-Length when HEAD of 
381     the image conversion is requested is returned. 
382   * change to acquire it even if the extension is attached by the image acquisition 
383     request.
384   * bug fix into which the submit value had not converted the character-code for HDML. 
385   * bug fix #8585.
386   * add user_agent rewrite function.
387   * bug fix that the image conversion routine was executed two times.
388
389  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
390
391 libapache2-mod-chxj (0.6.2-1) unstable; urgency=low
392
393   * Fix bug which operates the character-code conversion when PC
394     accesses it.
395
396  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
397
398 libapache2-mod-chxj (0.6.1-1) unstable; urgency=low
399
400   * Adding ChxjConvertRule directive
401   * To execute regcomp when the definition file is read, it changes. 
402   * Adding Input and output character-code conversion function addition
403   * h tag p tag pre tag textarea tag ul (Excluding HDML) tag ol tag li tag addition. 
404   * Some bug fix. 
405   * For some FreeBSD
406
407  -- Atsushi Konno <konn@user.sourceforge.jp> Sun Jun 18 18:27:52 JST 2006
408