OSDN Git Service

* version up.
[modchxj/mod_chxj.git] / debian / changelog
index c72bb71..77595c4 100644 (file)
@@ -1,3 +1,127 @@
+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.