OSDN Git Service

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