OSDN Git Service

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