OSDN Git Service

Merge branch 'branch_0.13.0'
[modchxj/mod_chxj.git] / ChangeLog
1 libapache2-mod-chxj (0.13.0-1) unstable; urgency=low
2
3   * Added Features.
4     - CSS support by coltware _at_ gmail.com.
5     - <output_encoding> in device_data.xml.
6     - load device_data from tsv.
7     - rewrite mode for image converter.
8
9  -- konno <konno@users.sourceforge.jp>  Mon, 28 Feb 2011 19:12:24 +0900
10
11 libapache2-mod-chxj (0.12.37-1) unstable; urgency=low
12
13   * Added Features.
14     - Added X-Chxj-Version header.
15     - Changed Image Compression Logic.
16   * Changed Features.
17     - Content-Type is not seen when there is Location header.
18   * Fixed Bug.
19     - Cookie is deleted though it is not CookieOn.
20       (Reported by isssk. Thanks!)
21     - Fixed url dencode bug.
22     - received SIGSEGV when connection was refused within libserf-0.2.0.
23       (Reported by kamiya. Thanks!)
24
25  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 15 Jun 2009 09:48:10 +0900
26
27 libapache2-mod-chxj (0.12.36-1) unstable; urgency=low
28
29   * Added Features.
30     - Added CHXJ:RAW origianl tag. this is an abbreviation of <CHXJ:IF
31       lang="all">.
32     - Expansion of copyright protection function. for OLD SoftBank.
33     - When JRConvOff is used, a part of QSConvOff is invalidated.
34     - An extra access log was not given for temporary.
35       (use env=!chxj-post-log)
36   * Changed Features.
37     - Changed the behavior of Z2hOn, and so on.
38   * Fixed Bug.
39     - When the port number has adhered to the Host header of the request,
40       Cookie might not be loaded.
41       (Reported by ippsio. Thanks!)
42     - When StatusCode is 304, garbage in two bytes outputs it.
43       (Reported by isssk. Thanks!)
44     - the BMP image is not converted.
45       (Reported by isssk. Thanks!)
46     - Guid=ON doesn't work when the third argument of ChxjConvertRule is NONE.
47       (Reported by isssk. Thanks!)
48     - Even if ChxjImageCopyright is specified, copyright information is not
49       added to PNG.
50       (Reported by isssk. Thanks!)
51     - The reservation parameter name of the QueryString inside of POST is
52       converted though it is JRConvOff.
53       (Reported by isssk. Thanks!)
54     - In the image conversion processing, when the extension is not specified,
55       bmp doesn't become an object.
56       (Reported by isssk. Thanks!)
57     - In the image conversion processing, when the extension is specified, the
58       cache file is not made.
59       (Reported by isssk. Thanks!)
60     - Dependence definition leakage of OpenSSL.
61     - The error log is output if there is no data that matches to the key when
62       Cookie is loaded.
63       (Reported by ippsio. Thanks!)
64     - _ chxj_cc is doubly added when there is already _ chxj_cc in the
65       Location header.
66       (Reported by ippsio. Thanks!)
67
68  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 11 Apr 2009 17:41:40 +0900
69
70 libapache2-mod-chxj (0.12.35-1) unstable; urgency=low
71
72   * Fixed Bug.
73     - When the HTTP response code is 304, garbage in two bytes is transmitted
74       as Content.
75       http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15951
76       (Reported by isssk. Thanks!)
77     - In the SoftBank, ``guid=on'' in A tag is deleted.
78       http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15940
79       (Reported by isssk. Thanks!)
80     - The BMP image is not converted.
81       http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15934
82       (Reported by isssk. Thanks!)
83     - The setting by the htaccess context of the image transformation is not
84       effective.
85       http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15935
86       (Reported by isssk. Thanks!)
87     - If the extension is not specified when the image conversion setting is
88       done only in htaccess, it becomes 404.
89       http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15936
90       (Reported by isssk. Thanks!)
91     - The parameter name breaks when HANKAKU-KANA-DAKUTEN is specified for
92       REQUEST parameter name.
93       http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15939
94       (Reported by isssk. Thanks!)
95     - When UA other than carrying are specified by the fifth argument of
96       ChxjConvertRule, the conversion processing is not done.
97       (Reported by ippsio. Thanks!)
98     - When httpd has not linked with libssl and libcrypto, httpd cannot be
99       started.
100       (Reported by GLORIA (gloria_sf). Thansk!)
101
102  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  5 Apr 2009 18:16:51 +0900
103
104 libapache2-mod-chxj (0.12.34-1) unstable; urgency=low
105
106       * Added New Features.
107         - Added EnvInfoOnly Option for ChxjConvertRule directive.
108         - Added ChxjAllowedCookieDomain directive.
109           (Requested by ippsio. thanks!)
110       * Fixed bug.
111         http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15853
112         (Reported by isssk. Thanks!)
113
114  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  1 Apr 2009 01:28:25 +0900
115
116 libapache2-mod-chxj (0.12.33-1) unstable; urgency=low
117
118   * Added new features.
119     - Added CHXJ:IF converter to Emoji Only Mode.
120
121  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu,  5 Mar 2009 22:47:59 +0900
122
123 libapache2-mod-chxj (0.12.32-1) unstable; urgency=low
124
125   * Added new features.
126     - Added EmojiOnly Option for ChxjConvertRule directive.
127   * Fixed bug.
128     - The conversion of QUERY_STRING in a tag is invalid.
129     - The conversion of QUERY_STRING in form tag is invalid.
130
131  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  4 Mar 2009 01:02:19 +0900
132
133 libapache2-mod-chxj (0.12.31-1) unstable; urgency=low
134
135   * Added new features.
136     - Added NoCacheOn Option.
137     - Added JRConvOff Option.
138     - Added QSConvOff Option.
139
140  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 20 Dec 2008 01:34:32 +0900
141
142 libapache2-mod-chxj (0.12.30-1) unstable; urgency=low
143
144   * Fixed bug.
145     - telto: -> tel:
146       (Reported by bayside. Thanks!)
147
148  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 18 Dec 2008 02:38:48 +0900
149
150 libapache2-mod-chxj (0.12.29-1) unstable; urgency=low
151
152   * Fixed bug.
153     - option tag, value attribute is removed if it has void string.
154       (Reported by bayside. Thanks!)
155
156  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 17 Dec 2008 15:57:36 +0900
157
158 libapache2-mod-chxj (0.12.28-1) unstable; urgency=low
159
160   * Fixed bug.
161     - When the Cookie simulator is invalidated, GUID Parameter Converter does
162       abnormal operation. [#14284]
163   * Added new Features.
164     - Added J-Reserved Parameter Converter.(merge from old-trunk)
165
166  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 16 Dec 2008 09:52:26 +0900
167
168 libapache2-mod-chxj (0.12.27-1) unstable; urgency=low
169
170   * Fixed bug.
171     - Whenever POST is done, the response code becomes 200.
172     - __chxj_nc parameter is applied to the link to an external site.
173     - It doesn't correspond to Ip-based virtual host.
174
175   * Added new features.
176     - added GUID converter.
177
178
179  -- Atsush Konno  <konn@users.sourceforge.jp>  Sat, 13 Dec 2008 16:49:11 +0900
180
181 libapache2-mod-chxj (0.12.26-1) unstable; urgency=low
182
183   * Fixed bug.
184     - The image becomes abnormal for animation GIF.
185       (Reported by bayside. Thanks!)
186   * Added Features.
187     - Content-Type can be compulsorily rewritten by specifying the
188       ``X-Chxj-Set-Content-Type'' header.
189       (Requested by katsu2000x. Thanks!)
190
191  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  8 Dec 2008 21:04:36 +0900
192
193 libapache2-mod-chxj (0.12.25-1) unstable; urgency=low
194
195   * Fixed bug.
196     - Zenkaku Hifun -> 0xb0
197       (Requested by bayside. Thanks!)
198   * Added new features.
199     - Zenkaku Alphabet -> Hankaku Alphabet.(with Z2hAlphaOn or Z2hAlphaOff)
200     - Zenkaku Number -> Hankaku Number. (with Z2hNumOn or Z2hNumOff)
201     - Z2hAllOn (Z2hOn And Z2hAlphaOn And Z2hNumOn)
202
203  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  8 Dec 2008 01:14:45 +0900
204
205 libapache2-mod-chxj (0.12.24-1) unstable; urgency=low
206
207   * Fixed bug.
208     - Convert 0x5c.
209   * Changed Feature.
210     - The conversion object of Z2h.
211
212  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  3 Dec 2008 20:13:55 +0900
213
214 libapache2-mod-chxj (0.12.23-1) unstable; urgency=low
215
216   * Added new feature.
217     - convert Zenkakaku Kana into Hankaku Kana (with Z2hOn or Z2hOff).
218       (Requested by bayside. Thanks!)
219
220  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  1 Dec 2008 23:57:51 +0900
221
222 libapache2-mod-chxj (0.12.22-1) unstable; urgency=low
223
224   * Fixed Bug.
225     - The X-Chxj-WP-Height header cannot be taken[#14143].
226     - The value of the X-Chxj-HtmlSpecTyp header is abnormal[#14145].
227   * Added Sample Device Data.
228     - au W65K
229     - au W62P
230     - au W64S
231     - SoftBank 830P
232     - SoftBank 830SHs
233     - SoftBank 830SH
234     - au W64T
235     - au W63Kカメラ無し
236     - au W63SH
237     - SoftBank 824T
238     - DoCoMo SH706iw
239     - au W62PT
240     - DoCoMo N706iII
241     - DoCoMo SH706ie
242     - SoftBank 823T
243     - DoCoMo N706ie
244     - DoCoMo P706ie
245     - DoCoMo NM706i
246     - SoftBank 921P
247     - DoCoMo F884iES
248     - DoCoMo L706ie
249     - au W64SA
250     - SoftBank 824P
251     - DoCoMo P706imyu
252     - au W62CA
253     - au W62H
254     - au W62SH
255     - DoCoMo SH706i
256
257  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 27 Nov 2008 22:47:30 +0900
258
259 libapache2-mod-chxj (0.12.21-1) unstable; urgency=low
260
261   * Fixed Bug.
262     - The parameter for the cookie is not applied at the ``A LINK'' to
263       "mailto:" and "telto:".
264    (Reported by bayside _at_ users.sourceforge.jp. thanks!)
265   * Fixed Bug.
266     - When you make a mistake in the setting of the character-code.
267    (Reported by anyone. thanks!)
268   * Added Sample Device Data.
269     - SoftBank 824SH
270     - SoftBank 923SH
271     - au W63S
272     - au W63SA
273     - DoCoMo SO706i
274     - SoftBank 820N
275     - SoftBank 821N
276     - SoftBank 825SH
277     - DoCoMo N706i
278     - SoftBank 823P
279     - DoCoMo F706i
280     - DoCoMo SH906iTV
281     - au W63K
282     - au W64K
283     - DoCoMo N906iL
284     - DoCoMo N906i
285     - au W63T
286     - au W62K
287     - au W62T
288     - SoftBank DM002SH
289     - DoCoMo F906i
290     - DoCoMo N906imyu
291     - DoCoMo SH906i
292     - DoCoMo SO906i
293     - DoCoMo L852i
294     - DoCoMo P906i
295     - DoCoMo F883iS
296     - au W61S
297     - au W61SA
298     - DoCoMo F883iESS
299     - SoftBank 821SC
300     - SoftBank 920SH YK
301     - DoCoMo NM705i
302     - au W61PT
303    (Added by na_mako. thanks!)
304
305  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 26 Nov 2008 18:15:31 +0900
306
307 libapache2-mod-chxj (0.12.20-1) unstable; urgency=low
308
309   * Changed encoding specification.
310     - It replaces with '?' for the illegal character code and the processing
311       continuation is done.(Added unknown charactor code)
312
313  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 20 Nov 2008 19:35:05 +0900
314
315 libapache2-mod-chxj (0.12.19-1) unstable; urgency=low
316
317   * Changed encoding specification.
318     - It replaces with '?' for the illegal character code and the processing
319       continuation is done.
320
321  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 20 Nov 2008 10:06:57 +0900
322
323 libapache2-mod-chxj (0.12.18-1) unstable; urgency=low
324
325   * Fixed Bug.
326     - When the POST data of 64 bytes or less is sent, it is Segv.
327
328  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri,  7 Nov 2008 10:05:30 +0900
329
330 libapache2-mod-chxj (0.12.17-1) unstable; urgency=low
331
332   * Fixed bug.
333     - Bug that session becomes invalid.
334
335  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri,  7 Nov 2008 02:09:16 +0900
336
337 libapache2-mod-chxj (0.12.16-1) unstable; urgency=low
338
339   * Added sample data of emoji.
340     (Requested by bayside Thanks!)
341
342  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  5 Nov 2008 09:50:15 +0900
343
344 libapache2-mod-chxj (0.12.15-1) unstable; urgency=low
345
346   * Bug Fix.
347     - fails in the link of libserf.
348
349  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 30 Oct 2008 00:29:29 +0900
350
351 libapache2-mod-chxj (0.12.14-1) unstable; urgency=low
352
353   * Bug Fix.
354     - When it is not possible to convert it from the host name in request URL
355       into IP, it becomes an error.
356       (Reported by bayside. Thanks!)
357     - The mistake is found in `configure' and the compilation of libserf
358       doesn't operate normally.
359
360  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 29 Oct 2008 17:40:25 +0900
361
362 libapache2-mod-chxj (0.12.13-1) unstable; urgency=low
363
364   * Bug Fix(merge from 0.11.15).
365     - The screen might become pure-white. [13508]
366     - Upgraded from 0.1.2 to 0.2.0. [13508]
367     - The POST form to another site is illegal. [#13544]
368       (Reported by anyone. Thanks!)
369     - libserf link failure because of x86_64 environment[13507]
370       (Reported by anyone. Thanks!)
371
372  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 27 Sep 2008 00:06:08 +0900
373
374 libapache2-mod-chxj (0.12.12-1) unstable; urgency=low
375
376   * Fixed Bug.
377     - cookie cannot be acquired in model of old SoftBank.
378    (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
379   * Fixed Bug & Added Features.
380     - Query in the action attribute of the form tag cannot be acquired.
381    (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
382
383  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Jul 2008 16:02:02 +0900
384
385 libapache2-mod-chxj (0.12.11-1) unstable; urgency=low
386
387   * Changed features.
388     - After it had converted it by a former image,
389       the priority of the image type was selected.
390       (Requested by someone. thanks!)
391   * Fixed Bug.
392     - Dynamic image converter is not available.
393
394  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 22 Jul 2008 12:52:13 +0900
395
396 libapache2-mod-chxj (0.12.10-1) unstable; urgency=low
397
398   * Added Features.
399     - For anchor's name for cookie simulator.
400     (Requested by tiruda1600 _at_ users.sourceforge.jp. thanks!)
401
402  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 21 Jul 2008 15:11:53 +0900
403
404 libapache2-mod-chxj (0.12.9-1) unstable; urgency=low
405
406   * Changed Specification.
407     - When the size after it reduces becomes 0, it compels it to 1.
408       (Reported by someone. thanks!)
409   * Emergency measure
410     - MagickQuantizeImage function doesn't return.
411       (Reported by someone. thanks!)
412
413  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun, 20 Jul 2008 23:28:36 +0900
414
415 libapache2-mod-chxj (0.12.8-1) unstable; urgency=low
416
417   * Added function.
418     - The au terminal is handled as NO Cookie model. (For http -> https or https -> http exchange.)
419       (Requested by someone. thanks!)
420
421  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun, 13 Jul 2008 15:20:39 +0900
422
423 libapache2-mod-chxj (0.12.7-1) unstable; urgency=low
424
425   * Fixed bug.
426     - It doesn't become a conversion target when setting as JXHTML.
427      (Reported by someone. thanks!)
428
429   * Added name attribute of form tag.
430     (Requested by tiruda1600 _at_ users.sourceforge.jp. thanks!)
431
432  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 12 Jul 2008 02:11:04 +0900
433
434 libapache2-mod-chxj (0.12.6-1) unstable; urgency=low
435
436   * Fixed bug.
437     - cannot be redirected since 0.12.4
438       (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
439
440  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu,  3 Jul 2008 22:06:28 +0900
441
442 libapache2-mod-chxj (0.12.5-1) unstable; urgency=low
443
444   * Fixed bug.
445     - The bug that was not able to be displayed correctly when a double quart
446       was included in value.
447
448  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 27 Jun 2008 16:37:26 +0900
449
450 libapache2-mod-chxj (0.12.4-1) unstable; urgency=low
451
452   * Fixed Bug.
453     - Because Input_filter of Apache is a fuck-shit, it abolishes it.
454       Proxy is made at one's own expense by using libserf instead.
455       (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
456
457  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 26 Jun 2008 10:32:44 +0900
458
459 libapache2-mod-chxj (0.12.3-1) unstable; urgency=low
460
461   * Fixed bug.
462     - changes line in place in which it doesn't intend it.
463      (Reported by someone. thanks!)
464
465  -- Atsushi Konno <konn@sourceforge.jp>  Sat, 21 Jun 2008 18:39:14 +0900
466
467 libapache2-mod-chxj (0.12.2-1) unstable; urgency=low
468
469   * Fixed bug.
470     - Failed reading cookie for SoftBank.
471       (Reported by R.Komoriya. thanks!)
472
473  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  1 Jun 2008 02:11:33 +0900
474
475 libapache2-mod-chxj (0.12.1-1) unstable; urgency=low
476
477   * Fixed bug.
478     - Set-Cookie is not executed at CGI.
479       (Reported by R.Komoriya. thanks!)
480
481  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 29 May 2008 03:11:16 +0900
482
483 libapache2-mod-chxj (0.12.0-1) unstable; urgency=low
484
485   * Fixed bug.
486     - '+' has not been converted into ' '.
487     - A double quart and a single quart were able to be used for the attribute
488       value.
489     - When the request parameter name is Japanese, the parameter name is a bug
490       that doesn't convert the character-code.
491     - The bug that the result area has not been initialized while processing
492       the cookie loading of the COOKIE MYSQL function
493     - In the COOKIE MYSQL function, the connection to MYSQL was not
494       occasionally closed.
495   * Added Features.
496     - Added alink attribute for body tag.
497     - Added vlink attribute for body tag.
498     - Added dir attribute for dir tag.
499     - Added size attribute for font tag.
500     - Added color attribute for hr tag.
501     - Added bgcolor attribute for marquee tag.
502     - Added type attribute for ul tag.
503     - Added lang="jxhtml" attribute value for chxj:if tag.
504   * Revoked apr_memcache and used libmemcached.
505
506  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 10 May 2008 17:08:48 +0900
507
508 libapache2-mod-chxj (0.11.1-1) unstable; urgency=low
509
510   * Fixed bug.
511     - ``Off'' did not work by the ChxjImageEngine directive.
512       (Reported by R. thanks!)
513
514  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Apr 2008 19:54:14 +0900
515
516 libapache2-mod-chxj (0.11.0-1) unstable; urgency=low
517
518   * Fixed bug.
519     - chxj_encoding and chxj_rencoding invalid destlen.
520     - <p>a</p> ==> <p></p>a convertion defect.
521     - The line feed code is disregarded at <pre> tag. 
522
523   * Added Features.
524     - Added <blockquote> tag to CHTML1.0 converter.
525     - Added <br> tag clear attribute to CHTML1.0 converter.
526     - Added <dir> tag to CHTML1.0 converter.
527     - Added <dl> tag to CHTML1.0 converter.
528     - Added <dt> tag to CHTML1.0 converter.
529     - Added <dd> tag to CHTML1.0 converter.
530     - Added <menu> tag to CHTML1.0 converter.
531     - Added <p align> attribute to CHTML1.0 converter.
532     - Added <plaintext> tag to CHTML1.0 converter. (no parse mode)
533     - Added <blockquote> tag to CHTML2.0 converter.
534     - Added <dl> tag to CHTML2.0 converter.
535     - Added <dt> tag to CHTML2.0 converter.
536     - Added <dd> tag to CHTML2.0 converter.
537     - Added <h1 align> attribute to CHTML2.0 converter.
538     - Added <h2 align> attribute to CHTML2.0 converter.
539     - Added <h3 align> attribute to CHTML2.0 converter.
540     - Added <h4 align> attribute to CHTML2.0 converter.
541     - Added <h5 align> attribute to CHTML2.0 converter.
542     - Added <h6 align> attribute to CHTML2.0 converter.
543     - Added <li type> attribute to CHTML2.0 converter.
544     - Added <li value> attribute to CHTML2.0 converter.
545     - Added <menu> tag to CHTML2.0 converter.
546     - Added <ol type> attribute to CHTML2.0 converter.
547     - Added <ol start> attribute to CHTML2.0 converter.
548     - Added <p align> attribute to CHTML2.0 converter.
549     - Added <textarea accesskey> attribute to CHTML2.0 converter.
550     - Added <textarea istyle> attribute to CHTML2.0 converter.
551     - Added <blink> tag to CHTML2.0 converter.
552     - Added <marquee> tag to CHTML2.0 converter.
553     - Added <plaintext> tag to CHTML2.0 converter. (no parse mode)
554     - Added <blockquote> tag to CHTML3.0 converter.
555     - Added <dir> tag to CHTML3.0 converter.
556     - Added <dl> tag to CHTML3.0 converter.
557     - Added <dt> tag to CHTML3.0 converter.
558     - Added <dd> tag to CHTML3.0 converter.
559     - Added <h1 align> attribute to CHTML3.0 converter.
560     - Added <h2 align> attribute to CHTML3.0 converter.
561     - Added <h3 align> attribute to CHTML3.0 converter.
562     - Added <h4 align> attribute to CHTML3.0 converter.
563     - Added <h5 align> attribute to CHTML3.0 converter.
564     - Added <h6 align> attribute to CHTML3.0 converter.
565     - Added <blink> tag to CHTML3.0 converter.
566     - Added <marquee> tag to CHTML3.0 converter.
567     - Added <ol type> attribute to CHTML3.0 converter.
568     - Added <ol start> attribute to CHTML3.0 converter.
569     - Added <p align> attribute to CHTML3.0 converter.
570     - Added <textarea accesskey> attribute to CHTML3.0 converter.
571     - Added <textarea istyle> attribute to CHTML3.0 converter.
572     - Added <li type> attribute to CHTML3.0 converter.
573     - Added <li value> attribute to CHTML3.0 converter.
574     - Added <menu> tag to CHTML3.0 converter.
575     - Added <plaintext> tag to CHTML3.0 converter. (no parse mode)
576     - Added <blockquote> tag to au XHTML converter.
577     - Added <dir> tag to au XHTML converter.
578     - Added <dl> tag to au XHTML converter.
579     - Added <dt> tag to au XHTML converter.
580     - Added <dd> tag to au XHTML converter.
581     - Added <h1 align> attribute to au XHTML converter.
582     - Added <h2 align> attribute to au XHTML converter.
583     - Added <h3 align> attribute to au XHTML converter.
584     - Added <h4 align> attribute to au XHTML converter.
585     - Added <h5 align> attribute to au XHTML converter.
586     - Added <h6 align> attribute to au XHTML converter.
587     - Added <hr align> attribute to au XHTML converter.
588     - Added <hr size> attribute to au XHTML converter.
589     - Added <hr width> attribute to au XHTML converter.
590     - Added <li type> attribute to au XHTML converter.
591     - Added <li value> attribute to au XHTML converter.
592     - Added <menu> tag to au XHTML converter.
593     - Added <ol type> attribute to au XHTML converter.
594     - Added <ol start> attribute to au XHTML converter.
595     - Added <plaintext> tag to au XHTML converter. (no parse mode)
596     - Added <textarea accesskey> attribute to au XHTML converter.
597     - Added <textarea istyle> attribute to au XHTML converter.
598     - Added <plaintext> tag to au XHTML converter. (no parse mode)
599     - Added <blockquote> tag to au HDML converter.
600     - Added <dir> tag to au HDML converter.
601     - Added <dl> tag to au HDML converter.
602     - Added <dt> tag to au HDML converter.
603     - Added <dd> tag to au HDML converter.
604     - Added <h1 align> attribute for au HDML converter.
605     - Added <h2 align> attribute for au HDML converter.
606     - Added <h3 align> attribute for au HDML converter.
607     - Added <h4 align> attribute for au HDML converter.
608     - Added <h5 align> attribute for au HDML converter.
609     - Added <h6 align> attribute for au HDML converter.
610     - Added <menu> tag to au HDML converter.
611     - Added <p align> attribute to au HDML converter.
612     - Added <plaintext> tag to au HDML converter. (no parse mode)
613     - Added <pre> tag to au HDML converter. 
614     - Added <textarea> attribute to au HDML converter.
615     - Added <blockquote> tag to SoftBank HTML converter.
616     - Added <br clear> attribute to SoftBank HTML converter.
617     - Added <dir> tag to SoftBank HTML converter.
618     - Added <dl> tag to SoftBank HTML converter.
619     - Added <dt> tag to SoftBank HTML converter.
620     - Added <dd> tag to SoftBank HTML converter.
621     - Added <h1 align> attribute for SoftBank HTML converter.
622     - Added <h2 align> attribute for SoftBank HTML converter.
623     - Added <h3 align> attribute for SoftBank HTML converter.
624     - Added <h4 align> attribute for SoftBank HTML converter.
625     - Added <h5 align> attribute for SoftBank HTML converter.
626     - Added <h6 align> attribute for SoftBank HTML converter.
627
628  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 19 Apr 2008 16:44:57 +0900
629
630 libapache2-mod-chxj (0.10.5-1) unstable; urgency=low
631
632   * Fixed bug.
633     - the value of the script tag is displayed.
634     - the value of the object tag is displayed.
635
636  -- Atsushi Konno <konn@users.sourceforege.jp>  Fri, 18 Apr 2008 22:25:55 +0900
637
638 libapache2-mod-chxj (0.10.4-1) unstable; urgency=low
639
640   * Fixed bug.
641     - Disregarded the tag did not know.
642     - The tag closing by itself
643
644  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 18 Apr 2008 03:13:27 +0900
645
646 libapache2-mod-chxj (0.10.3-1) unstable; urgency=low
647
648   * Fixed bug.
649       - Cookie ID is not given, except when Content-type is text/html and
650         application/xhtml+xml.  (Reported by bayside. Thanks!)
651
652  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 10 Apr 2008 23:30:52 +0900
653
654 libapache2-mod-chxj (0.10.2-1) unstable; urgency=low
655
656   * Fixed bug.
657     - cookie ID is not added when redirect.(reported by bayside)
658
659  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 23:47:26 +0900
660
661 libapache2-mod-chxj (0.10.1-1) unstable; urgency=low
662
663   * Fixed bug.
664     - forgot to do -1 in the string length specification part though sizeof was used with STRNCASEEQ.
665
666  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 19:08:27 +0900
667
668 libapache2-mod-chxj (0.10.0-1) unstable; urgency=low
669
670   * Added Features.
671     - Added cookie path validator.
672     - Added cookie domain validator.
673     - Added cookie expires validator.
674     - Added cookie secure validator.
675     - Added content-type ``application/xhtml+xml''
676     - use Buffering.
677     - Added Cookie Lazy ID mode.
678     - Cookie simulator(delete experimental)
679   * Fixed bug.
680     - Parsing is abnormal of the comment tag.
681     - Parsing is abnormal of the script tag.
682
683  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 31 Mar 2008 17:58:05 +0900
684
685 libapache2-mod-chxj (0.9.0-1) unstable; urgency=low
686
687   * Added Features
688     - Cookie can have been recorded in MySQL.
689     - Cookie can have been recorded in memcached.
690   * Fixed Bug
691     - When mpeg is downloaded, it memory a large amount of consumes it.
692
693  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 24 Mar 2008 00:57:55 +0900
694
695 libapache2-mod-chxj (0.8.7-1) unstable; urgency=low
696
697   * Fixed Bug
698     - Using AC_FUNC_MALLOC by mistake.
699       AC_FUNC_MALLOC is neatly used because it is too good though
700       it is not necessary.
701       AC_FUNC_MALLOC reacts for CentOS due to the bug of autoconf2.59.
702     - When ap_regex.h is not found, pcre.h is used. In that case, to use
703       pcre-config.
704   * Changed Features
705     - Abolition of libiconv. use glibc/iconv.
706
707  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:33 +0900
708
709 libapache2-mod-chxj (0.8.6-1) unstable; urgency=low
710
711   * Added error messages
712     - the error message of the parsing machine of HTML.
713     - the error message when the character-code is converted.
714   * Fixed Bug
715     - forgotten that apache2.0.x doesn't have ap_regex.h. (reported by R)
716
717  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 12 Mar 2008 01:49:16 +0900
718
719 libapache2-mod-chxj (0.8.5-1) unstable; urgency=low
720
721   * Fixed Bug
722     - when the image of non-correspondence is converted, and aborted.
723   * Changed features.
724     - Being able to convert the image changed only to jpeg, png, and gif.
725
726  -- Atsushi Konno <konn@users.sorceforge.jp>  Thu, 14 Feb 2008 20:53:02 +0900
727
728 libapache2-mod-chxj (0.8.4-1) unstable; urgency=low
729
730   * Fixed Bug that deb package doesn't correspond to Apache2.2.
731   * Added features:
732     - ``ChxjImageCacheLimit'' directive.
733     - The serial number of "image workfile name" is deleted. 
734   * Added Document:
735     ``ChxjImageCacheLimit'' directive.
736
737  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  5 Feb 2008 20:33:16 +0900
738
739 libapache2-mod-chxj (0.8.3-1) unstable; urgency=high
740
741   * Fixed Bug
742     - The image conversion is not operated at the access by PC.
743     - Bug that doesn't delete cache file.
744       + default limit size is 10MByte.
745         but the setting cannot be changed now.
746
747  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  4 Feb 2008 12:53:21 +0900
748
749 libapache2-mod-chxj (0.8.2-1) unstable; urgency=low
750
751   * Fixed Bug to which compile error occurs when A is specified.
752
753  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  3 Feb 2008 01:40:33 +0900
754
755 libapache2-mod-chxj (0.8.1-1) unstable; urgency=low
756
757   * Changed for Apache 2.2.x.
758   * Changed so that ``Configure'' might run well by CentOS5.1. 
759   * Fixed bug that Segmentation Falt had occurred when browser inforamtion was 
760     read in the AMD64 environment. 
761   * Fixed bug that the HTML conversion operates when connecting it from PC. 
762   * Fixed bug that the HTML conversion for jhtml.
763
764  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
765
766 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
767
768   * add b tag.
769   * add fieldset tag.
770   * add cookie simulator.
771   * To use neither SetOutputFilter nor SetInputFilter, it changes. 
772   * add referer header simulator.
773   * When '_ chxj_nc' parameter exists, the cookie is not renewed. 
774   * The bug that the dynamic qrcode output function doesn't operate is corrected. 
775
776  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
777
778 libapache2-mod-chxj (0.7.1-1) unstable; urgency=low
779
780   * bug fix
781       - it cannot correctly read the value when the backslash exists in the attribute.
782
783  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
784
785 libapache2-mod-chxj (0.7.0-1) unstable; urgency=low
786
787   * bug fix which the size before it converts it into Content-Length when HEAD of 
788     the image conversion is requested is returned. 
789   * change to acquire it even if the extension is attached by the image acquisition 
790     request.
791   * bug fix into which the submit value had not converted the character-code for HDML. 
792   * bug fix #8585.
793   * add user_agent rewrite function.
794   * bug fix that the image conversion routine was executed two times.
795
796  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
797
798 libapache2-mod-chxj (0.6.2-1) unstable; urgency=low
799
800   * Fix bug which operates the character-code conversion when PC
801     accesses it.
802
803  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
804
805 libapache2-mod-chxj (0.6.1-1) unstable; urgency=low
806
807   * Adding ChxjConvertRule directive
808   * To execute regcomp when the definition file is read, it changes. 
809   * Adding Input and output character-code conversion function addition
810   * h tag p tag pre tag textarea tag ul (Excluding HDML) tag ol tag li tag addition. 
811   * Some bug fix. 
812   * For some FreeBSD
813
814  -- Atsushi Konno <konn@user.sourceforge.jp> Sun Jun 18 18:27:52 JST 2006
815