OSDN Git Service

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