OSDN Git Service

* Updated Credits
[modchxj/mod_chxj.git] / debian / 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) 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 emoji
30   definition.
31       ex) <string>raw:[OK]</string>
32     - Added ChxjUseEmojiImage directive.
33     - Added ChxjEmojiImageUrl directive.
34     - "image" can be specified in iphone of the pictograph definition, jphone,
35   and the part ezweb.
36        When URL is set to ChxjEmojiImageUrl with On, ChxjUseEmojiImage.
37        the emoji is converted int <img> tag with follow case:
38        1) "Image" is specified by the pictograph definition.
39        2) For iphone2
40     - Added CSS converter for iphone
41     - Added Google Analytiscs handler.
42   
43   * Fixed Bug
44     - wrap-input-format --> wap-input-format
45     - When CrLf is contained in the style tag, it is not read correctly.
46
47  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 01 Apr 2011 01:59:02 +0900
48
49 libapache2-mod-chxj (0.13.2-1) unstable; urgency=low
50
51   * Fixed Bug
52     - segv if request_conf is not created.
53
54  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 25 Mar 2011 23:48:37 +0900
55
56 libapache2-mod-chxj (0.13.1-1) unstable; urgency=low
57
58   * Internal improvement
59     - Image converter
60       + To use mmap as much as possible.
61       + Changed to one time to expect it by two cash file reading in
62         turn.
63       + To delete it with htcacheclean, the extension in the cache file is
64         changed to ". data".
65       + When the image is converted, it changes to delete output_filter.
66     - Model informational specific function
67       + It changes to use the judgment result when judged once.
68       + Fixed bug that ua parameter is not effective in image conversion
69         processing
70     - Optimization
71       + It is changed that apply_convrules is uselessly called two or more
72         times.
73   * Fixed Bug.
74     - The bug to which the dynamic image conversion is not done is changed if
75       it has and [kan] is not divided and it is not assumed ChxjConvRule
76       EngineOn though it is ChxjImageEngine On.
77     - ''-DLIBICONV_PLUG'' is added to the compiler option.
78     - Static link compulsion of libserf.
79   * Added New Features.
80     - Addition of EngineOn unnecessary version EmojiOnly mode
81
82  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 15 Mar 2011 19:20:17 +0900
83
84 libapache2-mod-chxj (0.13.0-1) unstable; urgency=low
85
86   * Added Features.
87     - CSS support by coltware _at_ gmail.com.
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         (thanks!)
197
198
199  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  1 Apr 2009 01:28:25 +0900
200
201 libapache2-mod-chxj (0.12.33-1) unstable; urgency=low
202
203   * Added new features.
204     - Added CHXJ:IF converter to Emoji Only Mode.
205
206  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu,  5 Mar 2009 22:47:59 +0900
207
208 libapache2-mod-chxj (0.12.32-1) unstable; urgency=low
209
210   * Added new features. 
211     - Added EmojiOnly Option for ChxjConvertRule directive.
212   * Fixed bug.
213     - The conversion of QUERY_STRING in a tag is invalid.
214     - The conversion of QUERY_STRING in form tag is invalid.
215
216  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  4 Mar 2009 01:02:19 +0900
217
218 libapache2-mod-chxj (0.12.31-1) unstable; urgency=low
219
220   * Added new features. 
221     - Added NoCacheOn Option.
222     - Added JRConvOff Option.
223     - Added QSConvOff Option.
224
225  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 20 Dec 2008 01:34:32 +0900
226
227 libapache2-mod-chxj (0.12.30-1) unstable; urgency=low
228
229   * Fixed bug.
230     - telto: -> tel:
231       (Reported by bayside. Thanks!)
232
233  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 18 Dec 2008 02:38:48 +0900
234
235 libapache2-mod-chxj (0.12.29-1) unstable; urgency=low
236
237   * Fixed bug. 
238     - option tag, value attribute is removed if it has void string.
239       (Reported by bayside. Thanks!)
240
241  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 17 Dec 2008 15:57:36 +0900
242
243 libapache2-mod-chxj (0.12.28-1) unstable; urgency=low
244
245   * Fixed bug.
246     - When the Cookie simulator is invalidated, GUID Parameter Converter does
247       abnormal operation. [#14284]
248   * Added new Features.
249     - Added J-Reserved Parameter Converter.(merge from old-trunk)
250
251  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 16 Dec 2008 09:52:26 +0900
252
253 libapache2-mod-chxj (0.12.27-1) unstable; urgency=low
254
255   * Fixed bug.
256     - Whenever POST is done, the response code becomes 200. 
257     - __chxj_nc parameter is applied to the link to an external site. 
258     - It doesn't correspond to Ip-based virtual host. 
259
260   * Added new features.
261     - added GUID converter.
262   
263
264  -- Atsush Konno  <konn@users.sourceforge.jp>  Sat, 13 Dec 2008 16:49:11 +0900
265
266 libapache2-mod-chxj (0.12.26-1) unstable; urgency=low
267
268   * Fixed bug.
269     - The image becomes abnormal for animation GIF.
270       (Reported by bayside. Thanks!)
271   * Added Features.
272     - Content-Type can be compulsorily rewritten by specifying the
273       ``X-Chxj-Set-Content-Type'' header.
274       (Requested by katsu2000x. Thanks!)
275
276  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  8 Dec 2008 21:04:36 +0900
277
278 libapache2-mod-chxj (0.12.25-1) unstable; urgency=low
279
280   * Fixed bug.
281     - Zenkaku Hifun -> 0xb0
282       (Requested by bayside. Thanks!)
283   * Added new features.
284     - Zenkaku Alphabet -> Hankaku Alphabet.(with Z2hAlphaOn or Z2hAlphaOff)
285     - Zenkaku Number -> Hankaku Number. (with Z2hNumOn or Z2hNumOff)
286     - Z2hAllOn (Z2hOn And Z2hAlphaOn And Z2hNumOn)
287
288  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  8 Dec 2008 01:14:45 +0900
289
290 libapache2-mod-chxj (0.12.24-1) unstable; urgency=low
291
292   * Fixed bug.
293     - Convert 0x5c.
294   * Changed Feature.
295     - The conversion object of Z2h.
296
297  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  3 Dec 2008 20:13:55 +0900
298
299 libapache2-mod-chxj (0.12.23-1) unstable; urgency=low
300
301   * Added new feature.
302     - convert Zenkakaku Kana into Hankaku Kana (with Z2hOn or Z2hOff).
303       (Requested by bayside. Thanks!)
304
305  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  1 Dec 2008 23:57:51 +0900
306
307 libapache2-mod-chxj (0.12.22-1) unstable; urgency=low
308
309   * Fixed Bug.
310     - The X-Chxj-WP-Height header cannot be taken[#14143].
311     - The value of the X-Chxj-HtmlSpecTyp header is abnormal[#14145].
312   * Added Sample Device Data.
313     - au W65K
314     - au W62P
315     - au W64S
316     - SoftBank 830P
317     - SoftBank 830SHs
318     - SoftBank 830SH
319     - au W64T
320     - au W63Kカメラ無し
321     - au W63SH
322     - SoftBank 824T
323     - DoCoMo SH706iw
324     - au W62PT
325     - DoCoMo N706iII
326     - DoCoMo SH706ie
327     - SoftBank 823T
328     - DoCoMo N706ie
329     - DoCoMo P706ie
330     - DoCoMo NM706i
331     - SoftBank 921P
332     - DoCoMo F884iES
333     - DoCoMo L706ie
334     - au W64SA
335     - SoftBank 824P
336     - DoCoMo P706imyu
337     - au W62CA
338     - au W62H
339     - au W62SH
340     - DoCoMo SH706i
341
342  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 27 Nov 2008 22:47:30 +0900
343
344 libapache2-mod-chxj (0.12.21-1) unstable; urgency=low
345
346   * Fixed Bug.
347     - The parameter for the cookie is not applied at the ``A LINK'' to
348       "mailto:" and "telto:".
349    (Reported by bayside _at_ users.sourceforge.jp. thanks!)
350   * Fixed Bug.
351     - When you make a mistake in the setting of the character-code.
352    (Reported by anyone. thanks!)
353   * Added Sample Device Data.
354     - SoftBank 824SH
355     - SoftBank 923SH
356     - au W63S
357     - au W63SA
358     - DoCoMo SO706i
359     - SoftBank 820N
360     - SoftBank 821N
361     - SoftBank 825SH
362     - DoCoMo N706i
363     - SoftBank 823P
364     - DoCoMo F706i
365     - DoCoMo SH906iTV
366     - au W63K
367     - au W64K
368     - DoCoMo N906iL
369     - DoCoMo N906i
370     - au W63T
371     - au W62K
372     - au W62T
373     - SoftBank DM002SH
374     - DoCoMo F906i
375     - DoCoMo N906imyu
376     - DoCoMo SH906i
377     - DoCoMo SO906i
378     - DoCoMo L852i
379     - DoCoMo P906i
380     - DoCoMo F883iS
381     - au W61S
382     - au W61SA
383     - DoCoMo F883iESS
384     - SoftBank 821SC
385     - SoftBank 920SH YK
386     - DoCoMo NM705i
387     - au W61PT
388    (Added by na_mako. thanks!)
389
390  -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 26 Nov 2008 18:15:31 +0900
391
392 libapache2-mod-chxj (0.12.20-1) unstable; urgency=low
393
394   * Changed encoding specification.
395     - It replaces with '?' for the illegal character code and the processing
396       continuation is done.(Added unknown charactor code)
397
398  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 20 Nov 2008 19:35:05 +0900
399
400 libapache2-mod-chxj (0.12.19-1) unstable; urgency=low
401
402   * Changed encoding specification.
403     - It replaces with '?' for the illegal character code and the processing
404       continuation is done.
405
406  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 20 Nov 2008 10:06:57 +0900
407
408 libapache2-mod-chxj (0.12.18-1) unstable; urgency=low
409
410   * Fixed Bug.
411     - When the POST data of 64 bytes or less is sent, it is Segv.
412
413  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri,  7 Nov 2008 10:05:30 +0900
414
415 libapache2-mod-chxj (0.12.17-1) unstable; urgency=low
416
417   * Fixed bug.
418     - Bug that session becomes invalid.
419
420  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri,  7 Nov 2008 02:09:16 +0900
421
422 libapache2-mod-chxj (0.12.16-1) unstable; urgency=low
423
424   * Added sample data of emoji.
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) 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 value. 
572     - When the request parameter name is Japanese, the parameter name is a bug that doesn't convert the character-code. 
573     - The bug that the result area has not been initialized while processing the cookie loading of the COOKIE MYSQL function
574     - In the COOKIE MYSQL function, the connection to MYSQL was not occasionally closed. 
575   * Added Features.
576     - Added alink attribute for body tag.
577     - Added vlink attribute for body tag.
578     - Added dir attribute for dir tag.
579     - Added size attribute for font tag.
580     - Added color attribute for hr tag.
581     - Added bgcolor attribute for marquee tag.
582     - Added type attribute for ul tag.
583     - Added lang="jxhtml" attribute value for chxj:if tag.
584   * Revoked apr_memcache and used libmemcached.
585
586  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 10 May 2008 17:08:48 +0900
587
588 libapache2-mod-chxj (0.11.1-1) unstable; urgency=low
589
590   * Fixed bug. 
591     - ``Off'' did not work by the ChxjImageEngine directive. 
592       (Reported by R. thanks!)
593
594  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Apr 2008 19:54:14 +0900
595
596 libapache2-mod-chxj (0.11.0-1) unstable; urgency=low
597
598   * Fixed bug.
599     - chxj_encoding and chxj_rencoding invalid destlen.
600     - <p>a</p> ==> <p></p>a convertion defect.
601     - The line feed code is disregarded at <pre> tag. 
602
603   * Added Features.
604     - Added <blockquote> tag to CHTML1.0 converter.
605     - Added <br> tag clear attribute to CHTML1.0 converter.
606     - Added <dir> tag to CHTML1.0 converter.
607     - Added <dl> tag to CHTML1.0 converter.
608     - Added <dt> tag to CHTML1.0 converter.
609     - Added <dd> tag to CHTML1.0 converter.
610     - Added <menu> tag to CHTML1.0 converter.
611     - Added <p align> attribute to CHTML1.0 converter.
612     - Added <plaintext> tag to CHTML1.0 converter. (no parse mode)
613     - Added <blockquote> tag to CHTML2.0 converter.
614     - Added <dl> tag to CHTML2.0 converter.
615     - Added <dt> tag to CHTML2.0 converter.
616     - Added <dd> tag to CHTML2.0 converter.
617     - Added <h1 align> attribute to CHTML2.0 converter.
618     - Added <h2 align> attribute to CHTML2.0 converter.
619     - Added <h3 align> attribute to CHTML2.0 converter.
620     - Added <h4 align> attribute to CHTML2.0 converter.
621     - Added <h5 align> attribute to CHTML2.0 converter.
622     - Added <h6 align> attribute to CHTML2.0 converter.
623     - Added <li type> attribute to CHTML2.0 converter.
624     - Added <li value> attribute to CHTML2.0 converter.
625     - Added <menu> tag to CHTML2.0 converter.
626     - Added <ol type> attribute to CHTML2.0 converter.
627     - Added <ol start> attribute to CHTML2.0 converter.
628     - Added <p align> attribute to CHTML2.0 converter.
629     - Added <textarea accesskey> attribute to CHTML2.0 converter.
630     - Added <textarea istyle> attribute to CHTML2.0 converter.
631     - Added <blink> tag to CHTML2.0 converter.
632     - Added <marquee> tag to CHTML2.0 converter.
633     - Added <plaintext> tag to CHTML2.0 converter. (no parse mode)
634     - Added <blockquote> tag to CHTML3.0 converter.
635     - Added <dir> tag to CHTML3.0 converter.
636     - Added <dl> tag to CHTML3.0 converter.
637     - Added <dt> tag to CHTML3.0 converter.
638     - Added <dd> tag to CHTML3.0 converter.
639     - Added <h1 align> attribute to CHTML3.0 converter.
640     - Added <h2 align> attribute to CHTML3.0 converter.
641     - Added <h3 align> attribute to CHTML3.0 converter.
642     - Added <h4 align> attribute to CHTML3.0 converter.
643     - Added <h5 align> attribute to CHTML3.0 converter.
644     - Added <h6 align> attribute to CHTML3.0 converter.
645     - Added <blink> tag to CHTML3.0 converter.
646     - Added <marquee> tag to CHTML3.0 converter.
647     - Added <ol type> attribute to CHTML3.0 converter.
648     - Added <ol start> attribute to CHTML3.0 converter.
649     - Added <p align> attribute to CHTML3.0 converter.
650     - Added <textarea accesskey> attribute to CHTML3.0 converter.
651     - Added <textarea istyle> attribute to CHTML3.0 converter.
652     - Added <li type> attribute to CHTML3.0 converter.
653     - Added <li value> attribute to CHTML3.0 converter.
654     - Added <menu> tag to CHTML3.0 converter.
655     - Added <plaintext> tag to CHTML3.0 converter. (no parse mode)
656     - Added <blockquote> tag to au XHTML converter.
657     - Added <dir> tag to au XHTML converter.
658     - Added <dl> tag to au XHTML converter.
659     - Added <dt> tag to au XHTML converter.
660     - Added <dd> tag to au XHTML converter.
661     - Added <h1 align> attribute to au XHTML converter.
662     - Added <h2 align> attribute to au XHTML converter.
663     - Added <h3 align> attribute to au XHTML converter.
664     - Added <h4 align> attribute to au XHTML converter.
665     - Added <h5 align> attribute to au XHTML converter.
666     - Added <h6 align> attribute to au XHTML converter.
667     - Added <hr align> attribute to au XHTML converter.
668     - Added <hr size> attribute to au XHTML converter.
669     - Added <hr width> attribute to au XHTML converter.
670     - Added <li type> attribute to au XHTML converter.
671     - Added <li value> attribute to au XHTML converter.
672     - Added <menu> tag to au XHTML converter.
673     - Added <ol type> attribute to au XHTML converter.
674     - Added <ol start> attribute to au XHTML converter.
675     - Added <plaintext> tag to au XHTML converter. (no parse mode)
676     - Added <textarea accesskey> attribute to au XHTML converter.
677     - Added <textarea istyle> attribute to au XHTML converter.
678     - Added <plaintext> tag to au XHTML converter. (no parse mode)
679     - Added <blockquote> tag to au HDML converter.
680     - Added <dir> tag to au HDML converter.
681     - Added <dl> tag to au HDML converter.
682     - Added <dt> tag to au HDML converter.
683     - Added <dd> tag to au HDML converter.
684     - Added <h1 align> attribute for au HDML converter.
685     - Added <h2 align> attribute for au HDML converter.
686     - Added <h3 align> attribute for au HDML converter.
687     - Added <h4 align> attribute for au HDML converter.
688     - Added <h5 align> attribute for au HDML converter.
689     - Added <h6 align> attribute for au HDML converter.
690     - Added <menu> tag to au HDML converter.
691     - Added <p align> attribute to au HDML converter.
692     - Added <plaintext> tag to au HDML converter. (no parse mode)
693     - Added <pre> tag to au HDML converter. 
694     - Added <textarea> attribute to au HDML converter.
695     - Added <blockquote> tag to SoftBank HTML converter.
696     - Added <br clear> attribute to SoftBank HTML converter.
697     - Added <dir> tag to SoftBank HTML converter.
698     - Added <dl> tag to SoftBank HTML converter.
699     - Added <dt> tag to SoftBank HTML converter.
700     - Added <dd> tag to SoftBank HTML converter.
701     - Added <h1 align> attribute for SoftBank HTML converter.
702     - Added <h2 align> attribute for SoftBank HTML converter.
703     - Added <h3 align> attribute for SoftBank HTML converter.
704     - Added <h4 align> attribute for SoftBank HTML converter.
705     - Added <h5 align> attribute for SoftBank HTML converter.
706     - Added <h6 align> attribute for SoftBank HTML converter.
707
708  -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 19 Apr 2008 16:44:57 +0900
709
710 libapache2-mod-chxj (0.10.5-1) unstable; urgency=low
711
712   * Fixed bug.
713     - the value of the script tag is displayed.
714     - the value of the object tag is displayed.
715
716  -- Atsushi Konno <konn@users.sourceforege.jp>  Fri, 18 Apr 2008 22:25:55 +0900
717
718 libapache2-mod-chxj (0.10.4-1) unstable; urgency=low
719
720   * Fixed bug.
721     - Disregarded the tag did not know. 
722     - The tag closing by itself
723
724  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 18 Apr 2008 03:13:27 +0900
725
726 libapache2-mod-chxj (0.10.3-1) unstable; urgency=low
727
728   * Fixed bug.
729       - Cookie ID is not given, except when Content-type is text/html and
730         application/xhtml+xml.  (Reported by bayside. Thanks!)
731
732  -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 10 Apr 2008 23:30:52 +0900
733
734 libapache2-mod-chxj (0.10.2-1) unstable; urgency=low
735
736   * Fixed bug. 
737     - cookie ID is not added when redirect.(reported by bayside)
738
739  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 23:47:26 +0900
740
741 libapache2-mod-chxj (0.10.1-1) unstable; urgency=low
742
743   * Fixed bug.
744     - forgot to do -1 in the string length specification part though sizeof was used with STRNCASEEQ. 
745
746  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 19:08:27 +0900
747
748 libapache2-mod-chxj (0.10.0-1) unstable; urgency=low
749
750   * Added Features. 
751     - Add cookie path validator.
752     - Add cookie domain validator.
753     - Add cookie expires validator.
754     - Add cookie secure validator.
755     - Add content-type ``application/xhtml+xml''
756     - use Buffering.
757     - Added Cookie Lazy ID mode.
758     - Cookie simulator(delete experimental)
759   * Fixed bug.
760     - Parsing is abnormal of the comment tag.
761     - Parsing is abnormal of the script tag.
762
763  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 31 Mar 2008 17:58:05 +0900
764
765 libapache2-mod-chxj (0.9.0-1) unstable; urgency=low
766
767   * Added Features
768     - Cookie can have been recorded in MySQL. 
769     - Cookie can have been recorded in memcached. 
770   * Fixed Bug
771     - When mpeg is downloaded, it memory a large amount of consumes it.
772
773  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 24 Mar 2008 00:57:55 +0900
774
775 libapache2-mod-chxj (0.8.7-1) unstable; urgency=low
776
777   * Fixed Bug
778     - Using AC_FUNC_MALLOC by mistake.
779       AC_FUNC_MALLOC is neatly used because it is too good though
780       it is not necessary.
781       AC_FUNC_MALLOC reacts for CentOS due to the bug of autoconf2.59.
782     - When ap_regex.h is not found, pcre.h is used. In that case, to use
783       pcre-config.
784   * Changed Features
785     - Abolition of libiconv. use glibc/iconv.
786
787  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:33 +0900
788
789 libapache2-mod-chxj (0.8.6-1) unstable; urgency=low
790
791   * Added error messages
792     - the error message of the parsing machine of HTML.
793     - the error message when the character-code is converted.
794   * Fixed Bug
795     - forgotten that apache2.0.x doesn't have ap_regex.h. (reported by R)
796
797  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 17 Mar 2008 23:02:13 +0900
798
799 libapache2-mod-chxj (0.8.5-1) unstable; urgency=low
800
801   * Fixed Bug
802     - when the image of non-correspondence is converted, and aborted.
803   * Changed features.
804     - Being able to convert the image changed only to jpeg, png, and gif. 
805
806  -- Atsushi Konno <konn@users.sorceforge.jp>  Thu, 14 Feb 2008 20:53:02 +0900
807
808 libapache2-mod-chxj (0.8.4-1) unstable; urgency=low
809
810   * Fixed Bug that deb package doesn't correspond to Apache2.2. 
811   * Added features: 
812     - ``ChxjImageCacheLimit'' directive.
813     - The serial number of "image workfile name" is deleted. 
814   * Added Document:
815     ``ChxjImageCacheLimit'' directive.
816
817  -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  5 Feb 2008 20:33:16 +0900
818
819 libapache2-mod-chxj (0.8.3-1) unstable; urgency=high
820
821   * Fixed Bug  
822     - The image conversion is not operated at the access by PC. 
823     - Bug that doesn't erase cache file.
824       + default limit size is 10MByte.
825             but the setting cannot be changed now. 
826
827  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  4 Feb 2008 12:53:21 +0900
828
829 libapache2-mod-chxj (0.8.2-1) unstable; urgency=low
830
831   * Fixed Bug to which compile error occurs when A is specified. 
832
833  -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  3 Feb 2008 01:40:33 +0900
834
835 libapache2-mod-chxj (0.8.1-1) unstable; urgency=low
836
837   * fix warning.
838   * It is corrected that it is possible to use it with apache2.2. 
839   * Changed for Apache 2.2.x.
840   * Changed so that ``Configure'' might run well by CentOS5.1.
841   * Fixed Bug that Segmentation Falt had occurred when browser inforamtion was
842     read in the AMD64 environment.
843   * Fixed bug that the HTML conversion operates when connecting it from PC.
844   * Fixed bug that the HTML conversion for jhtml.
845
846
847  -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 11 Jan 2008 18:39:44 +0900
848
849 libapache2-mod-chxj (0.8.0-1) unstable; urgency=low
850
851   * add b tag.
852   * add fieldset tag.
853   * add cookie simulator.
854   * To use neither SetOutputFilter nor SetInputFilter, it changes. 
855   * add referer header simulator.
856   * When '_ chxj_nc' parameter exists, the cookie is not renewed.
857   * The bug that the dynamic qrcode output function doesn't operate is corrected. 
858
859  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
860
861 libapache2-mod-chxj (0.7.1-1) unstable; urgency=low
862
863   * bug fix
864       - it cannot correctly read the value when the backslash exists in the attribute.
865
866  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
867
868 libapache2-mod-chxj (0.7.0-1) unstable; urgency=low
869
870   * bug fix which the size before it converts it into Content-Length when HEAD of 
871     the image conversion is requested is returned. 
872   * change to acquire it even if the extension is attached by the image acquisition 
873     request.
874   * bug fix into which the submit value had not converted the character-code for HDML. 
875   * bug fix #8585.
876   * add user_agent rewrite function.
877   * bug fix that the image conversion routine was executed two times.
878
879  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
880
881 libapache2-mod-chxj (0.6.2-1) unstable; urgency=low
882
883   * Fix bug which operates the character-code conversion when PC 
884     accesses it. 
885
886  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900
887
888 libapache2-mod-chxj (0.6.1-1) unstable; urgency=low
889
890   * Initial release 
891
892  -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 19 Jun 2006 17:29:48 +0900