OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / ChangeLog
index 79b7a52..8d1a762 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+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.