OSDN Git Service

* Update ChangeLog
authorAtsushi Konno <konn@users.sourceforge.jp>
Tue, 15 Mar 2011 11:50:17 +0000 (20:50 +0900)
committerAtsushi Konno <konn@users.sourceforge.jp>
Tue, 15 Mar 2011 11:50:17 +0000 (20:50 +0900)
ChangeLog
configure.ac
debian/changelog

index 8d1a762..8991b2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+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.
index 60d9e28..5f39f0c 100644 (file)
@@ -1,6 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT([mod_chxj],[0.13.1rc6],[konn@users.sourceforge.jp])
+AC_INIT([mod_chxj],[0.13.1],[konn@users.sourceforge.jp])
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR([src/mod_chxj.c])
 AC_CANONICAL_TARGET
index 84f57f0..19c7e01 100644 (file)
@@ -1,3 +1,31 @@
+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.