• R/O
  • HTTP
  • SSH
  • HTTPS

mod_chxj: Commit

mod_chxj


Commit MetaInfo

Revision94f71bb99f20d7e798d531dbaae77953f205324f (tree)
Time2008-12-20 02:22:55
AuthorAtsushi Konno <konn@user...>
CommiterAtsushi Konno

Log Message

  • version up.
    - 0.12.30 -> 0.12.31
  • Added ChangeLog

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1+libapache2-mod-chxj (0.12.31-1) unstable; urgency=low
2+
3+ * Added new features.
4+ - Added NoCacheOn Option.
5+ - Added JRConvOff Option.
6+ - Added QSConvOff Option.
7+
8+ -- Atsushi Konno <konn@users.sourceforge.jp> Sat, 20 Dec 2008 01:34:32 +0900
9+
110 libapache2-mod-chxj (0.12.30-1) unstable; urgency=low
211
312 * Fixed bug.
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
11 #! /bin/sh
22 # Guess values for system-dependent variables and create Makefiles.
3-# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.30.
3+# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.31.
44 #
55 # Report bugs to <konn@users.sourceforge.jp>.
66 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
728728 # Identity of this package.
729729 PACKAGE_NAME='mod_chxj'
730730 PACKAGE_TARNAME='mod_chxj'
731-PACKAGE_VERSION='0.12.30'
732-PACKAGE_STRING='mod_chxj 0.12.30'
731+PACKAGE_VERSION='0.12.31'
732+PACKAGE_STRING='mod_chxj 0.12.31'
733733 PACKAGE_BUGREPORT='konn@users.sourceforge.jp'
734734
735735 ac_unique_file="src/mod_chxj.c"
@@ -1407,7 +1407,7 @@ if test "$ac_init_help" = "long"; then
14071407 # Omit some internal or obsolete options to make the list less imposing.
14081408 # This message is too long to be a string in the A/UX 3.1 sh.
14091409 cat <<_ACEOF
1410-\`configure' configures mod_chxj 0.12.30 to adapt to many kinds of systems.
1410+\`configure' configures mod_chxj 0.12.31 to adapt to many kinds of systems.
14111411
14121412 Usage: $0 [OPTION]... [VAR=VALUE]...
14131413
@@ -1478,7 +1478,7 @@ fi
14781478
14791479 if test -n "$ac_init_help"; then
14801480 case $ac_init_help in
1481- short | recursive ) echo "Configuration of mod_chxj 0.12.30:";;
1481+ short | recursive ) echo "Configuration of mod_chxj 0.12.31:";;
14821482 esac
14831483 cat <<\_ACEOF
14841484
@@ -1595,7 +1595,7 @@ fi
15951595 test -n "$ac_init_help" && exit $ac_status
15961596 if $ac_init_version; then
15971597 cat <<\_ACEOF
1598-mod_chxj configure 0.12.30
1598+mod_chxj configure 0.12.31
15991599 generated by GNU Autoconf 2.61
16001600
16011601 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1609,7 +1609,7 @@ cat >config.log <<_ACEOF
16091609 This file contains any messages produced by compilers while
16101610 running configure, to aid debugging if configure makes a mistake.
16111611
1612-It was created by mod_chxj $as_me 0.12.30, which was
1612+It was created by mod_chxj $as_me 0.12.31, which was
16131613 generated by GNU Autoconf 2.61. Invocation command line was
16141614
16151615 $ $0 $@
@@ -2427,7 +2427,7 @@ fi
24272427
24282428 # Define the identity of the package.
24292429 PACKAGE=mod_chxj
2430- VERSION=0.12.30
2430+ VERSION=0.12.31
24312431
24322432
24332433 cat >>confdefs.h <<_ACEOF
@@ -21873,7 +21873,7 @@ exec 6>&1
2187321873 # report actual input values of CONFIG_FILES etc. instead of their
2187421874 # values after options handling.
2187521875 ac_log="
21876-This file was extended by mod_chxj $as_me 0.12.30, which was
21876+This file was extended by mod_chxj $as_me 0.12.31, which was
2187721877 generated by GNU Autoconf 2.61. Invocation command line was
2187821878
2187921879 CONFIG_FILES = $CONFIG_FILES
@@ -21926,7 +21926,7 @@ Report bugs to <bug-autoconf@gnu.org>."
2192621926 _ACEOF
2192721927 cat >>$CONFIG_STATUS <<_ACEOF
2192821928 ac_cs_version="\\
21929-mod_chxj config.status 0.12.30
21929+mod_chxj config.status 0.12.31
2193021930 configured by $0, generated by GNU Autoconf 2.61,
2193121931 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2193221932
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
11 # -*- Autoconf -*-
22 # Process this file with autoconf to produce a configure script.
3-AC_INIT([mod_chxj],[0.12.30],[konn@users.sourceforge.jp])
3+AC_INIT([mod_chxj],[0.12.31],[konn@users.sourceforge.jp])
44 AC_PREREQ(2.59)
55 AC_CONFIG_SRCDIR([src/mod_chxj.c])
66 AC_CANONICAL_TARGET
--- a/debian-sarge/changelog
+++ b/debian-sarge/changelog
@@ -1,3 +1,12 @@
1+libapache2-mod-chxj (0.12.31-1) unstable; urgency=low
2+
3+ * Added new features.
4+ - Added NoCacheOn Option.
5+ - Added JRConvOff Option.
6+ - Added QSConvOff Option.
7+
8+ -- Atsushi Konno <konn@users.sourceforge.jp> Sat, 20 Dec 2008 01:34:32 +0900
9+
110 libapache2-mod-chxj (0.12.30-1) unstable; urgency=low
211
312 * Fixed bug.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1+libapache2-mod-chxj (0.12.31-1) unstable; urgency=low
2+
3+ * Added new features.
4+ - Added NoCacheOn Option.
5+ - Added JRConvOff Option.
6+ - Added QSConvOff Option.
7+
8+ -- Atsushi Konno <konn@users.sourceforge.jp> Sat, 20 Dec 2008 01:34:32 +0900
9+
110 libapache2-mod-chxj (0.12.30-1) unstable; urgency=low
211
312 * Fixed bug.
--- a/include/config.h
+++ b/include/config.h
@@ -96,19 +96,19 @@
9696 #define PACKAGE_NAME "mod_chxj"
9797
9898 /* Define to the full name and version of this package. */
99-#define PACKAGE_STRING "mod_chxj 0.12.30"
99+#define PACKAGE_STRING "mod_chxj 0.12.31"
100100
101101 /* Define to the one symbol short name of this package. */
102102 #define PACKAGE_TARNAME "mod_chxj"
103103
104104 /* Define to the version of this package. */
105-#define PACKAGE_VERSION "0.12.30"
105+#define PACKAGE_VERSION "0.12.31"
106106
107107 /* Define to 1 if you have the ANSI C header files. */
108108 #define STDC_HEADERS 1
109109
110110 /* Version number of package */
111-#define VERSION "0.12.30"
111+#define VERSION "0.12.31"
112112
113113 /* Define to empty if `const' does not conform to ANSI C. */
114114 /* #undef const */
--- a/src/chxj_tag_util.c
+++ b/src/chxj_tag_util.c
@@ -605,7 +605,7 @@ chxj_form_action_to_hidden_tag(
605605 {
606606 char *s = apr_pstrdup(pool, str);
607607 *new_query_string = NULL;
608- int no_qsconv_flag = (entryp->action & CONVRULE_QSCONV_OFF_BIT) == 0;
608+ int no_qsconv_flag = (((unsigned int)entryp->action & CONVRULE_QSCONV_OFF_BIT) != 0);
609609 if (!s) return NULL;
610610 if (chxj_starts_with(s, "http://") || chxj_starts_with(s, "https://")) {
611611 apr_uri_t url;
--- a/support/centos/mod-chxj.spec
+++ b/support/centos/mod-chxj.spec
@@ -1,4 +1,4 @@
1-%define version 0.12.30
1+%define version 0.12.31
22
33 Summary: CHTML to HDML,XHTML,JHTML convert module for Apache HTTPD.
44 Name: mod_chxj
Show on old repository browser