OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / debian / changelog
index 3a4da2e..77595c4 100644 (file)
@@ -1,3 +1,597 @@
+libapache2-mod-chxj (0.12.35-1) unstable; urgency=low
+
+  * Fixed Bug. 
+    - When the HTTP response code is 304, garbage in two bytes is transmitted
+      as Content. 
+      http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15951
+      (Reported by isssk. Thanks!)
+    - In the SoftBank, ``guid=on'' in A tag is deleted. 
+      http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15940
+      (Reported by isssk. Thanks!)
+    - The BMP image is not converted.
+      http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15934
+      (Reported by isssk. Thanks!)
+    - The setting by the htaccess context of the image transformation is not
+      effective. 
+      http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15935
+      (Reported by isssk. Thanks!)
+    - If the extension is not specified when the image conversion setting is
+      done only in htaccess, it becomes 404. 
+      http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15936
+      (Reported by isssk. Thanks!)
+    - The parameter name breaks when HANKAKU-KANA-DAKUTEN is specified for
+      REQUEST parameter name. 
+      http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15939
+      (Reported by isssk. Thanks!)
+    - When UA other than carrying are specified by the fifth argument of
+      ChxjConvertRule, the conversion processing is not done. 
+      (Reported by ippsio. Thanks!)
+    - When httpd has not linked with libssl and libcrypto, httpd cannot be
+      started.
+      (Reported by GLORIA (gloria_sf). Thansk!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  5 Apr 2009 18:16:51 +0900
+
+libapache2-mod-chxj (0.12.34-1) unstable; urgency=low
+
+      * Added New Features.
+        - Added EnvInfoOnly Option for ChxjConvertRule directive.
+        - Added ChxjAllowedCookieDomain directive.
+          (Requested by ippsio. thanks!)
+      * Fixed bug.
+        http://sourceforge.jp/ticket/browse.php?group_id=1608&tid=15853
+        (thanks!)
+
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  1 Apr 2009 01:28:25 +0900
+
+libapache2-mod-chxj (0.12.33-1) unstable; urgency=low
+
+  * Added new features.
+    - Added CHXJ:IF converter to Emoji Only Mode.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu,  5 Mar 2009 22:47:59 +0900
+
+libapache2-mod-chxj (0.12.32-1) unstable; urgency=low
+
+  * Added new features. 
+    - Added EmojiOnly Option for ChxjConvertRule directive.
+  * Fixed bug.
+    - The conversion of QUERY_STRING in a tag is invalid.
+    - The conversion of QUERY_STRING in form tag is invalid.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  4 Mar 2009 01:02:19 +0900
+
+libapache2-mod-chxj (0.12.31-1) unstable; urgency=low
+
+  * Added new features. 
+    - Added NoCacheOn Option.
+    - Added JRConvOff Option.
+    - Added QSConvOff Option.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 20 Dec 2008 01:34:32 +0900
+
+libapache2-mod-chxj (0.12.30-1) unstable; urgency=low
+
+  * Fixed bug.
+    - telto: -> tel:
+      (Reported by bayside. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 18 Dec 2008 02:38:48 +0900
+
+libapache2-mod-chxj (0.12.29-1) unstable; urgency=low
+
+  * Fixed bug. 
+    - option tag, value attribute is removed if it has void string.
+      (Reported by bayside. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 17 Dec 2008 15:57:36 +0900
+
+libapache2-mod-chxj (0.12.28-1) unstable; urgency=low
+
+  * Fixed bug.
+    - When the Cookie simulator is invalidated, GUID Parameter Converter does
+      abnormal operation. [#14284]
+  * Added new Features.
+    - Added J-Reserved Parameter Converter.(merge from old-trunk)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 16 Dec 2008 09:52:26 +0900
+
+libapache2-mod-chxj (0.12.27-1) unstable; urgency=low
+
+  * Fixed bug.
+    - Whenever POST is done, the response code becomes 200. 
+    - __chxj_nc parameter is applied to the link to an external site. 
+    - It doesn't correspond to Ip-based virtual host. 
+
+  * Added new features.
+    - added GUID converter.
+  
+
+ -- Atsush Konno  <konn@users.sourceforge.jp>  Sat, 13 Dec 2008 16:49:11 +0900
+
+libapache2-mod-chxj (0.12.26-1) unstable; urgency=low
+
+  * Fixed bug.
+    - The image becomes abnormal for animation GIF.
+      (Reported by bayside. Thanks!)
+  * Added Features.
+    - Content-Type can be compulsorily rewritten by specifying the
+      ``X-Chxj-Set-Content-Type'' header.
+      (Requested by katsu2000x. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  8 Dec 2008 21:04:36 +0900
+
+libapache2-mod-chxj (0.12.25-1) unstable; urgency=low
+
+  * Fixed bug.
+    - Zenkaku Hifun -> 0xb0
+      (Requested by bayside. Thanks!)
+  * Added new features.
+    - Zenkaku Alphabet -> Hankaku Alphabet.(with Z2hAlphaOn or Z2hAlphaOff)
+    - Zenkaku Number -> Hankaku Number. (with Z2hNumOn or Z2hNumOff)
+    - Z2hAllOn (Z2hOn And Z2hAlphaOn And Z2hNumOn)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  8 Dec 2008 01:14:45 +0900
+
+libapache2-mod-chxj (0.12.24-1) unstable; urgency=low
+
+  * Fixed bug.
+    - Convert 0x5c.
+  * Changed Feature.
+    - The conversion object of Z2h.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  3 Dec 2008 20:13:55 +0900
+
+libapache2-mod-chxj (0.12.23-1) unstable; urgency=low
+
+  * Added new feature.
+    - convert Zenkakaku Kana into Hankaku Kana (with Z2hOn or Z2hOff).
+      (Requested by bayside. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Mon,  1 Dec 2008 23:57:51 +0900
+
+libapache2-mod-chxj (0.12.22-1) unstable; urgency=low
+
+  * Fixed Bug.
+    - The X-Chxj-WP-Height header cannot be taken[#14143].
+    - The value of the X-Chxj-HtmlSpecTyp header is abnormal[#14145].
+  * Added Sample Device Data.
+    - au W65K
+    - au W62P
+    - au W64S
+    - SoftBank 830P
+    - SoftBank 830SHs
+    - SoftBank 830SH
+    - au W64T
+    - au W63Kカメラ無し
+    - au W63SH
+    - SoftBank 824T
+    - DoCoMo SH706iw
+    - au W62PT
+    - DoCoMo N706iII
+    - DoCoMo SH706ie
+    - SoftBank 823T
+    - DoCoMo N706ie
+    - DoCoMo P706ie
+    - DoCoMo NM706i
+    - SoftBank 921P
+    - DoCoMo F884iES
+    - DoCoMo L706ie
+    - au W64SA
+    - SoftBank 824P
+    - DoCoMo P706imyu
+    - au W62CA
+    - au W62H
+    - au W62SH
+    - DoCoMo SH706i
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 27 Nov 2008 22:47:30 +0900
+
+libapache2-mod-chxj (0.12.21-1) unstable; urgency=low
+
+  * Fixed Bug.
+    - The parameter for the cookie is not applied at the ``A LINK'' to
+      "mailto:" and "telto:".
+   (Reported by bayside _at_ users.sourceforge.jp. thanks!)
+  * Fixed Bug.
+    - When you make a mistake in the setting of the character-code.
+   (Reported by anyone. thanks!)
+  * Added Sample Device Data.
+    - SoftBank 824SH
+    - SoftBank 923SH
+    - au W63S
+    - au W63SA
+    - DoCoMo SO706i
+    - SoftBank 820N
+    - SoftBank 821N
+    - SoftBank 825SH
+    - DoCoMo N706i
+    - SoftBank 823P
+    - DoCoMo F706i
+    - DoCoMo SH906iTV
+    - au W63K
+    - au W64K
+    - DoCoMo N906iL
+    - DoCoMo N906i
+    - au W63T
+    - au W62K
+    - au W62T
+    - SoftBank DM002SH
+    - DoCoMo F906i
+    - DoCoMo N906imyu
+    - DoCoMo SH906i
+    - DoCoMo SO906i
+    - DoCoMo L852i
+    - DoCoMo P906i
+    - DoCoMo F883iS
+    - au W61S
+    - au W61SA
+    - DoCoMo F883iESS
+    - SoftBank 821SC
+    - SoftBank 920SH YK
+    - DoCoMo NM705i
+    - au W61PT
+   (Added by na_mako. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 26 Nov 2008 18:15:31 +0900
+
+libapache2-mod-chxj (0.12.20-1) unstable; urgency=low
+
+  * Changed encoding specification.
+    - It replaces with '?' for the illegal character code and the processing
+      continuation is done.(Added unknown charactor code)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 20 Nov 2008 19:35:05 +0900
+
+libapache2-mod-chxj (0.12.19-1) unstable; urgency=low
+
+  * Changed encoding specification.
+    - It replaces with '?' for the illegal character code and the processing
+      continuation is done.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 20 Nov 2008 10:06:57 +0900
+
+libapache2-mod-chxj (0.12.18-1) unstable; urgency=low
+
+  * Fixed Bug.
+    - When the POST data of 64 bytes or less is sent, it is Segv.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Fri,  7 Nov 2008 10:05:30 +0900
+
+libapache2-mod-chxj (0.12.17-1) unstable; urgency=low
+
+  * Fixed bug.
+    - Bug that session becomes invalid.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Fri,  7 Nov 2008 02:09:16 +0900
+
+libapache2-mod-chxj (0.12.16-1) unstable; urgency=low
+
+  * Added sample data of emoji.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed,  5 Nov 2008 09:50:15 +0900
+
+libapache2-mod-chxj (0.12.15-1) unstable; urgency=low
+
+  * Bug Fix.
+    - fails in the link of libserf.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 30 Oct 2008 00:29:29 +0900
+
+libapache2-mod-chxj (0.12.14) unstable; urgency=low
+
+  * Bug Fix.
+    - When it is not possible to convert it from the host name in request URL
+      into IP, it becomes an error.
+      (Reported by bayside. Thanks!)
+    - The mistake is found in `configure' and the compilation of libserf
+      doesn't operate normally.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Wed, 29 Oct 2008 17:40:25 +0900
+
+libapache2-mod-chxj (0.12.13-1) unstable; urgency=low
+
+  * Bug Fix(merge from 0.11.15).
+    - The screen might become pure-white. [13508]
+    - Upgraded from 0.1.2 to 0.2.0. [13508]
+    - The POST form to another site is illegal. [#13544]
+      (Reported by anyone. Thanks!)
+    - libserf link failure because of x86_64 environment[13507]
+      (Reported by anyone. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 27 Sep 2008 00:06:08 +0900
+
+libapache2-mod-chxj (0.12.12-1) unstable; urgency=low
+
+  * Fixed Bug.
+    - cookie cannot be acquired in model of old SoftBank.
+   (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
+  * Fixed Bug & Added Features.
+    - Query in the action attribute of the form tag cannot be acquired.
+   (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Jul 2008 16:02:02 +0900
+
+libapache2-mod-chxj (0.12.11-1) unstable; urgency=low
+
+  * Changed features.
+    - After it had converted it by a former image,
+      the priority of the image type was selected.
+      (Requested by someone. thanks!)
+  * Fixed Bug.
+    - Dynamic image converter is not available.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 22 Jul 2008 12:52:13 +0900
+
+libapache2-mod-chxj (0.12.10-1) unstable; urgency=low
+
+  * Added Features.
+    - For anchor's name for cookie simulator.
+    (Requested by tiruda1600 _at_ users.sourceforge.jp. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 21 Jul 2008 15:11:53 +0900
+
+libapache2-mod-chxj (0.12.9-1) unstable; urgency=low
+
+  * Changed Specification.
+    - When the size after it reduces becomes 0, it compels it to 1.
+      (Reported by someone. thanks!)
+  * Emergency measure
+    - MagickQuantizeImage function doesn't return.
+      (Reported by someone. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sun, 20 Jul 2008 23:28:36 +0900
+
+libapache2-mod-chxj (0.12.8-1) unstable; urgency=low
+
+  * Added function.
+    - The au terminal is handled as NO Cookie model. (For http -> https or https -> http exchange.) 
+      (Requested by someone. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sun, 13 Jul 2008 15:20:39 +0900
+
+libapache2-mod-chxj (0.12.7-1) unstable; urgency=low
+
+  * Fixed bug.
+    - It doesn't become a conversion target when setting as JXHTML.
+     (Reported by someone. thanks!)
+
+  * Added name attribute of form tag. 
+    (Requested by tiruda1600 _at_ users.sourceforge.jp. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 12 Jul 2008 02:11:04 +0900
+
+libapache2-mod-chxj (0.12.6-1) unstable; urgency=low
+
+  * Fixed bug.
+    - cannot be redirected since 0.12.4
+      (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu,  3 Jul 2008 22:06:28 +0900
+
+libapache2-mod-chxj (0.12.5-1) unstable; urgency=low
+
+  * Fixed bug.
+    - The bug that was not able to be displayed correctly when a double quart
+      was included in value.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 27 Jun 2008 16:37:26 +0900
+
+libapache2-mod-chxj (0.12.4-1) unstable; urgency=low
+
+  * Fixed Bug.
+    - Because Input_filter of Apache is a fuck-shit, it abolishes it.
+      Proxy is made at one's own expense by using libserf instead.
+      (Reported by tiruda1600 _at_ users.sourceforge.jp. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 26 Jun 2008 10:32:44 +0900
+
+libapache2-mod-chxj (0.12.3-1) unstable; urgency=low
+
+  * Fixed bug.
+    - changes line in place in which it doesn't intend it.
+     (Reported by someone. thanks!)
+
+ -- Atsushi Konno <konn@sourceforge.jp>  Sat, 21 Jun 2008 18:39:14 +0900
+
+libapache2-mod-chxj (0.12.2-1) unstable; urgency=low
+
+  * Fixed bug.
+    - Failed reading cookie for SoftBank.
+      (Reported by R.Komoriya. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sun,  1 Jun 2008 02:11:33 +0900
+
+libapache2-mod-chxj (0.12.1-1) unstable; urgency=low
+
+  * Fixed bug. 
+    - Set-Cookie is not executed at CGI.
+      (Reported by R.Komoriya. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 29 May 2008 03:11:16 +0900
+
+libapache2-mod-chxj (0.12.0-1) unstable; urgency=low
+
+  * Fixed bug.
+    - '+' has not been converted into ' '.
+    - A double quart and a single quart were able to be used for the attribute value. 
+    - When the request parameter name is Japanese, the parameter name is a bug that doesn't convert the character-code. 
+    - The bug that the result area has not been initialized while processing the cookie loading of the COOKIE MYSQL function
+    - In the COOKIE MYSQL function, the connection to MYSQL was not occasionally closed. 
+  * Added Features.
+    - Added alink attribute for body tag.
+    - Added vlink attribute for body tag.
+    - Added dir attribute for dir tag.
+    - Added size attribute for font tag.
+    - Added color attribute for hr tag.
+    - Added bgcolor attribute for marquee tag.
+    - Added type attribute for ul tag.
+    - Added lang="jxhtml" attribute value for chxj:if tag.
+  * Revoked apr_memcache and used libmemcached.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 10 May 2008 17:08:48 +0900
+
+libapache2-mod-chxj (0.11.1-1) unstable; urgency=low
+
+  * Fixed bug. 
+    - ``Off'' did not work by the ChxjImageEngine directive. 
+      (Reported by R. thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 24 Apr 2008 19:54:14 +0900
+
+libapache2-mod-chxj (0.11.0-1) unstable; urgency=low
+
+  * Fixed bug.
+    - chxj_encoding and chxj_rencoding invalid destlen.
+    - <p>a</p> ==> <p></p>a convertion defect.
+    - The line feed code is disregarded at <pre> tag. 
+
+  * Added Features.
+    - Added <blockquote> tag to CHTML1.0 converter.
+    - Added <br> tag clear attribute to CHTML1.0 converter.
+    - Added <dir> tag to CHTML1.0 converter.
+    - Added <dl> tag to CHTML1.0 converter.
+    - Added <dt> tag to CHTML1.0 converter.
+    - Added <dd> tag to CHTML1.0 converter.
+    - Added <menu> tag to CHTML1.0 converter.
+    - Added <p align> attribute to CHTML1.0 converter.
+    - Added <plaintext> tag to CHTML1.0 converter. (no parse mode)
+    - Added <blockquote> tag to CHTML2.0 converter.
+    - Added <dl> tag to CHTML2.0 converter.
+    - Added <dt> tag to CHTML2.0 converter.
+    - Added <dd> tag to CHTML2.0 converter.
+    - Added <h1 align> attribute to CHTML2.0 converter.
+    - Added <h2 align> attribute to CHTML2.0 converter.
+    - Added <h3 align> attribute to CHTML2.0 converter.
+    - Added <h4 align> attribute to CHTML2.0 converter.
+    - Added <h5 align> attribute to CHTML2.0 converter.
+    - Added <h6 align> attribute to CHTML2.0 converter.
+    - Added <li type> attribute to CHTML2.0 converter.
+    - Added <li value> attribute to CHTML2.0 converter.
+    - Added <menu> tag to CHTML2.0 converter.
+    - Added <ol type> attribute to CHTML2.0 converter.
+    - Added <ol start> attribute to CHTML2.0 converter.
+    - Added <p align> attribute to CHTML2.0 converter.
+    - Added <textarea accesskey> attribute to CHTML2.0 converter.
+    - Added <textarea istyle> attribute to CHTML2.0 converter.
+    - Added <blink> tag to CHTML2.0 converter.
+    - Added <marquee> tag to CHTML2.0 converter.
+    - Added <plaintext> tag to CHTML2.0 converter. (no parse mode)
+    - Added <blockquote> tag to CHTML3.0 converter.
+    - Added <dir> tag to CHTML3.0 converter.
+    - Added <dl> tag to CHTML3.0 converter.
+    - Added <dt> tag to CHTML3.0 converter.
+    - Added <dd> tag to CHTML3.0 converter.
+    - Added <h1 align> attribute to CHTML3.0 converter.
+    - Added <h2 align> attribute to CHTML3.0 converter.
+    - Added <h3 align> attribute to CHTML3.0 converter.
+    - Added <h4 align> attribute to CHTML3.0 converter.
+    - Added <h5 align> attribute to CHTML3.0 converter.
+    - Added <h6 align> attribute to CHTML3.0 converter.
+    - Added <blink> tag to CHTML3.0 converter.
+    - Added <marquee> tag to CHTML3.0 converter.
+    - Added <ol type> attribute to CHTML3.0 converter.
+    - Added <ol start> attribute to CHTML3.0 converter.
+    - Added <p align> attribute to CHTML3.0 converter.
+    - Added <textarea accesskey> attribute to CHTML3.0 converter.
+    - Added <textarea istyle> attribute to CHTML3.0 converter.
+    - Added <li type> attribute to CHTML3.0 converter.
+    - Added <li value> attribute to CHTML3.0 converter.
+    - Added <menu> tag to CHTML3.0 converter.
+    - Added <plaintext> tag to CHTML3.0 converter. (no parse mode)
+    - Added <blockquote> tag to au XHTML converter.
+    - Added <dir> tag to au XHTML converter.
+    - Added <dl> tag to au XHTML converter.
+    - Added <dt> tag to au XHTML converter.
+    - Added <dd> tag to au XHTML converter.
+    - Added <h1 align> attribute to au XHTML converter.
+    - Added <h2 align> attribute to au XHTML converter.
+    - Added <h3 align> attribute to au XHTML converter.
+    - Added <h4 align> attribute to au XHTML converter.
+    - Added <h5 align> attribute to au XHTML converter.
+    - Added <h6 align> attribute to au XHTML converter.
+    - Added <hr align> attribute to au XHTML converter.
+    - Added <hr size> attribute to au XHTML converter.
+    - Added <hr width> attribute to au XHTML converter.
+    - Added <li type> attribute to au XHTML converter.
+    - Added <li value> attribute to au XHTML converter.
+    - Added <menu> tag to au XHTML converter.
+    - Added <ol type> attribute to au XHTML converter.
+    - Added <ol start> attribute to au XHTML converter.
+    - Added <plaintext> tag to au XHTML converter. (no parse mode)
+    - Added <textarea accesskey> attribute to au XHTML converter.
+    - Added <textarea istyle> attribute to au XHTML converter.
+    - Added <plaintext> tag to au XHTML converter. (no parse mode)
+    - Added <blockquote> tag to au HDML converter.
+    - Added <dir> tag to au HDML converter.
+    - Added <dl> tag to au HDML converter.
+    - Added <dt> tag to au HDML converter.
+    - Added <dd> tag to au HDML converter.
+    - Added <h1 align> attribute for au HDML converter.
+    - Added <h2 align> attribute for au HDML converter.
+    - Added <h3 align> attribute for au HDML converter.
+    - Added <h4 align> attribute for au HDML converter.
+    - Added <h5 align> attribute for au HDML converter.
+    - Added <h6 align> attribute for au HDML converter.
+    - Added <menu> tag to au HDML converter.
+    - Added <p align> attribute to au HDML converter.
+    - Added <plaintext> tag to au HDML converter. (no parse mode)
+    - Added <pre> tag to au HDML converter. 
+    - Added <textarea> attribute to au HDML converter.
+    - Added <blockquote> tag to SoftBank HTML converter.
+    - Added <br clear> attribute to SoftBank HTML converter.
+    - Added <dir> tag to SoftBank HTML converter.
+    - Added <dl> tag to SoftBank HTML converter.
+    - Added <dt> tag to SoftBank HTML converter.
+    - Added <dd> tag to SoftBank HTML converter.
+    - Added <h1 align> attribute for SoftBank HTML converter.
+    - Added <h2 align> attribute for SoftBank HTML converter.
+    - Added <h3 align> attribute for SoftBank HTML converter.
+    - Added <h4 align> attribute for SoftBank HTML converter.
+    - Added <h5 align> attribute for SoftBank HTML converter.
+    - Added <h6 align> attribute for SoftBank HTML converter.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 19 Apr 2008 16:44:57 +0900
+
+libapache2-mod-chxj (0.10.5-1) unstable; urgency=low
+
+  * Fixed bug.
+    - the value of the script tag is displayed.
+    - the value of the object tag is displayed.
+
+ -- Atsushi Konno <konn@users.sourceforege.jp>  Fri, 18 Apr 2008 22:25:55 +0900
+
+libapache2-mod-chxj (0.10.4-1) unstable; urgency=low
+
+  * Fixed bug.
+    - Disregarded the tag did not know. 
+    - The tag closing by itself
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 18 Apr 2008 03:13:27 +0900
+
+libapache2-mod-chxj (0.10.3-1) unstable; urgency=low
+
+  * Fixed bug.
+      - Cookie ID is not given, except when Content-type is text/html and
+        application/xhtml+xml.  (Reported by bayside. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 10 Apr 2008 23:30:52 +0900
+
+libapache2-mod-chxj (0.10.2-1) unstable; urgency=low
+
+  * Fixed bug. 
+    - cookie ID is not added when redirect.(reported by bayside)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 23:47:26 +0900
+
+libapache2-mod-chxj (0.10.1-1) unstable; urgency=low
+
+  * Fixed bug.
+    - forgot to do -1 in the string length specification part though sizeof was used with STRNCASEEQ. 
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Tue,  1 Apr 2008 19:08:27 +0900
+
 libapache2-mod-chxj (0.10.0-1) unstable; urgency=low
 
   * Added Features.