OSDN Git Service

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