OSDN Git Service

* version up. v0.12.31
authorAtsushi Konno <konn@users.sourceforge.jp>
Fri, 19 Dec 2008 17:22:55 +0000 (02:22 +0900)
committerAtsushi Konno <konn@users.sourceforge.jp>
Fri, 19 Dec 2008 17:22:55 +0000 (02:22 +0900)
    - 0.12.30 -> 0.12.31
  * Added ChangeLog

ChangeLog
configure
configure.ac
debian-sarge/changelog
debian/changelog
include/config.h
src/chxj_tag_util.c
support/centos/mod-chxj.spec

index 6ddc337..90d9807 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
index 45f5e03..a16873b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.30.
+# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.31.
 #
 # Report bugs to <konn@users.sourceforge.jp>.
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='mod_chxj'
 PACKAGE_TARNAME='mod_chxj'
-PACKAGE_VERSION='0.12.30'
-PACKAGE_STRING='mod_chxj 0.12.30'
+PACKAGE_VERSION='0.12.31'
+PACKAGE_STRING='mod_chxj 0.12.31'
 PACKAGE_BUGREPORT='konn@users.sourceforge.jp'
 
 ac_unique_file="src/mod_chxj.c"
@@ -1407,7 +1407,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mod_chxj 0.12.30 to adapt to many kinds of systems.
+\`configure' configures mod_chxj 0.12.31 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1478,7 +1478,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mod_chxj 0.12.30:";;
+     short | recursive ) echo "Configuration of mod_chxj 0.12.31:";;
    esac
   cat <<\_ACEOF
 
@@ -1595,7 +1595,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mod_chxj configure 0.12.30
+mod_chxj configure 0.12.31
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1609,7 +1609,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mod_chxj $as_me 0.12.30, which was
+It was created by mod_chxj $as_me 0.12.31, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2427,7 +2427,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=mod_chxj
- VERSION=0.12.30
+ VERSION=0.12.31
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21873,7 +21873,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mod_chxj $as_me 0.12.30, which was
+This file was extended by mod_chxj $as_me 0.12.31, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -21926,7 +21926,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-mod_chxj config.status 0.12.30
+mod_chxj config.status 0.12.31
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 0a8ab91..2d8c137 100644 (file)
@@ -1,6 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT([mod_chxj],[0.12.30],[konn@users.sourceforge.jp])
+AC_INIT([mod_chxj],[0.12.31],[konn@users.sourceforge.jp])
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR([src/mod_chxj.c])
 AC_CANONICAL_TARGET
index 7f70a7a..90fbd58 100644 (file)
@@ -1,3 +1,12 @@
+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.
index 19ae642..7677c27 100644 (file)
@@ -1,3 +1,12 @@
+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.
index b57ab00..513dfc5 100644 (file)
 #define PACKAGE_NAME "mod_chxj"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "mod_chxj 0.12.30"
+#define PACKAGE_STRING "mod_chxj 0.12.31"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "mod_chxj"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.12.30"
+#define PACKAGE_VERSION "0.12.31"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.12.30"
+#define VERSION "0.12.31"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index daff651..094df4f 100644 (file)
@@ -605,7 +605,7 @@ chxj_form_action_to_hidden_tag(
 {
   char *s = apr_pstrdup(pool, str);
   *new_query_string = NULL;
-  int no_qsconv_flag = (entryp->action & CONVRULE_QSCONV_OFF_BIT) == 0;
+  int no_qsconv_flag = (((unsigned int)entryp->action & CONVRULE_QSCONV_OFF_BIT) != 0);
   if (!s) return NULL;
   if (chxj_starts_with(s, "http://") || chxj_starts_with(s, "https://")) {
     apr_uri_t url;
index 41bdd9e..52cc2ec 100644 (file)
@@ -1,4 +1,4 @@
-%define version 0.12.30
+%define version 0.12.31
 
 Summary: CHTML to HDML,XHTML,JHTML convert module for Apache HTTPD.
 Name:  mod_chxj