OSDN Git Service

* Updated Credits
[modchxj/mod_chxj.git] / ChangeLog
index 206f7fb..e24d0eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+libapache2-mod-chxj (0.14.2-1) unstable; urgency=low
+
+  * Fixed Bug.
+    - if you use MySQL5.5, use ENGINE=innodb
+      thanks Mr.osanai!
+    - Using a small tree-depth of 4.
+      Because MagickQuantizeImage() was very slow.
+      (Reported and Patched by hogenull. Thanks!)
+
+ -- Atsushi Konno <konn@users.sourceforge.jp>  Thu, 14 Jul 2011 02:19:23 +0900
+
+libapache2-mod-chxj (0.14.1-1) unstable; urgency=high
+
+  * Fixed Bug
+    - If the value attribute is empty, the value attribute is not
+      output.
+    - No adding cookie parameter if flagment only.
+    - SEGV occurs in ImageMagick when mmap is used.
+    - It is not possible to compile with RHEL4/CentOS4. see git log.
+  * Added Features
+    - for KANTAN LOGIN with Cookie
+
+ -- Atsush Konno <konn@users.sourceforge.jp>  Mon, 04 Jul 2011 20:38:40 +0900
+
+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
+    - Added Google Analytiscs handler.
+
+  * 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