OSDN Git Service

* updated device_data and emoji
[modchxj/mod_chxj.git] / ChangeLog
index 96d688b..4dd8acd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,423 @@
+libapache2-mod-chxj (0.14.0-1) unstable; urgency=low
+
+  * Added New Feature.
+    - iPhone can be recognized.
+    - "raw:" can be specified in jphone, iphone, and the part ezweb of the
+emoji
+  definition.
+      ex) <string>raw:[OK]</string>
+    - Added ChxjUseEmojiImage directive.
+    - Added ChxjEmojiImageUrl directive.
+    - "image" can be specified in iphone of the pictograph definition, jphone,
+  and the part ezweb.
+       When URL is set to ChxjEmojiImageUrl with On, ChxjUseEmojiImage.
+       the emoji is converted int <img> tag with follow case:
+       1) "Image" is specified by the pictograph definition.
+       2) For iphone2
+    - Added CSS converter for iphone
+
+  * Fixed Bug
+    - wrap-input-format --> wap-input-format
+    - When CrLf is contained in the style tag, it is not read correctly.
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 01 Apr 2011 01:59:02 +0900
+
+libapache2-mod-chxj (0.13.2-1) unstable; urgency=low
+
+  * Fixed Bug
+    - segv if request_conf is not created.(from 0.12.39)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Fri, 25 Mar 2011 23:48:37 +0900
+
+libapache2-mod-chxj (0.13.1-1) unstable; urgency=low
+
+  * Internal improvement
+    - Image converter
+      + To use mmap as much as possible.
+      + Changed to one time to expect it by two cash file reading in
+        turn.
+      + To delete it with htcacheclean, the extension in the cache file is
+        changed to ". data".
+      + When the image is converted, it changes to delete output_filter.
+    - Model informational specific function
+      + It changes to use the judgment result when judged once.
+      + Fixed bug that ua parameter is not effective in image conversion
+        processing
+    - Optimization
+      + It is changed that apply_convrules is uselessly called two or more
+        times.
+  * Fixed Bug.
+    - The bug to which the dynamic image conversion is not done is changed if
+      it has and [kan] is not divided and it is not assumed ChxjConvRule
+      EngineOn though it is ChxjImageEngine On.
+    - ''-DLIBICONV_PLUG'' is added to the compiler option.
+    - Static link compulsion of libserf.
+  * Added New Features.
+    - Addition of EngineOn unnecessary version EmojiOnly mode
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Tue, 15 Mar 2011 19:20:17 +0900
+
+libapache2-mod-chxj (0.13.0-1) unstable; urgency=low
+
+  * Added Features.
+    - CSS support by coltware _at_ gmail.com.
+    - <output_encoding> in device_data.xml.
+    - load device_data from tsv.
+    - rewrite mode for image converter.
+
+ -- konno <konno@users.sourceforge.jp>  Mon, 28 Feb 2011 19:12:24 +0900
+
+libapache2-mod-chxj (0.12.37-1) unstable; urgency=low
+
+  * Added Features.
+    - Added X-Chxj-Version header.
+    - Changed Image Compression Logic.
+  * Changed Features.
+    - Content-Type is not seen when there is Location header.
+  * Fixed Bug.
+    - Cookie is deleted though it is not CookieOn.
+      (Reported by isssk. Thanks!)
+    - Fixed url dencode bug.
+    - received SIGSEGV when connection was refused within libserf-0.2.0.
+      (Reported by kamiya. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Mon, 15 Jun 2009 09:48:10 +0900
+
+libapache2-mod-chxj (0.12.36-1) unstable; urgency=low
+
+  * Added Features.
+    - Added CHXJ:RAW origianl tag. this is an abbreviation of <CHXJ:IF
+      lang="all">.
+    - Expansion of copyright protection function. for OLD SoftBank.
+    - When JRConvOff is used, a part of QSConvOff is invalidated.
+    - An extra access log was not given for temporary.
+      (use env=!chxj-post-log)
+  * Changed Features.
+    - Changed the behavior of Z2hOn, and so on.
+  * Fixed Bug.
+    - When the port number has adhered to the Host header of the request,
+      Cookie might not be loaded.
+      (Reported by ippsio. Thanks!)
+    - When StatusCode is 304, garbage in two bytes outputs it.
+      (Reported by isssk. Thanks!)
+    - the BMP image is not converted.
+      (Reported by isssk. Thanks!)
+    - Guid=ON doesn't work when the third argument of ChxjConvertRule is NONE.
+      (Reported by isssk. Thanks!)
+    - Even if ChxjImageCopyright is specified, copyright information is not
+      added to PNG.
+      (Reported by isssk. Thanks!)
+    - The reservation parameter name of the QueryString inside of POST is
+      converted though it is JRConvOff.
+      (Reported by isssk. Thanks!)
+    - In the image conversion processing, when the extension is not specified,
+      bmp doesn't become an object.
+      (Reported by isssk. Thanks!)
+    - In the image conversion processing, when the extension is specified, the
+      cache file is not made.
+      (Reported by isssk. Thanks!)
+    - Dependence definition leakage of OpenSSL.
+    - The error log is output if there is no data that matches to the key when
+      Cookie is loaded.
+      (Reported by ippsio. Thanks!)
+    - _ chxj_cc is doubly added when there is already _ chxj_cc in the
+      Location header.
+      (Reported by ippsio. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Sat, 11 Apr 2009 17:41:40 +0900
+
+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
+        (Reported by isssk. 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.
+    (Requested by bayside Thanks!)
+
+ -- 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-1) 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).