OSDN Git Service

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