OSDN Git Service

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