OSDN Git Service

* updated device_data and emoji
[modchxj/mod_chxj.git] / ChangeLog
index 347fd16..4dd8acd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+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.
@@ -7,7 +76,10 @@ libapache2-mod-chxj (0.12.37-1) unstable; urgency=low
     - 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