• R/O
  • HTTP
  • SSH
  • HTTPS

mod_chxj: Commit

mod_chxj


Commit MetaInfo

Revisionf874657f4e5584bb4b6166b6e1cb0c90d1272c46 (tree)
Time2008-12-08 01:49:47
AuthorAtsushi Konno <konn@user...>
CommiterAtsushi Konno

Log Message

  • version up.
    - 0.12.24 -> 0.12.25

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
1+libapache2-mod-chxj (0.12.25-1) unstable; urgency=low
2+
3+ * Fixed bug.
4+ - Zenkaku Hifun -> 0xb0
5+ (Requested by bayside. Thanks!)
6+ * Added new features.
7+ - Zenkaku Alphabet -> Hankaku Alphabet.(with Z2hAlphaOn or Z2hAlphaOff)
8+ - Zenkaku Number -> Hankaku Number. (with Z2hNumOn or Z2hNumOff)
9+ - Z2hAllOn (Z2hOn And Z2hAlphaOn And Z2hNumOn)
10+
11+ -- Atsushi Konno <konn@users.sourceforge.jp> Mon, 8 Dec 2008 01:14:45 +0900
12+
113 libapache2-mod-chxj (0.12.24-1) unstable; urgency=low
214
315 * 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.24.
3+# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.25.
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.24'
732-PACKAGE_STRING='mod_chxj 0.12.24'
731+PACKAGE_VERSION='0.12.25'
732+PACKAGE_STRING='mod_chxj 0.12.25'
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.24 to adapt to many kinds of systems.
1410+\`configure' configures mod_chxj 0.12.25 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.24:";;
1481+ short | recursive ) echo "Configuration of mod_chxj 0.12.25:";;
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.24
1598+mod_chxj configure 0.12.25
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.24, which was
1612+It was created by mod_chxj $as_me 0.12.25, 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.24
2430+ VERSION=0.12.25
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.24, which was
21876+This file was extended by mod_chxj $as_me 0.12.25, 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.24
21929+mod_chxj config.status 0.12.25
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.24],[konn@users.sourceforge.jp])
3+AC_INIT([mod_chxj],[0.12.25],[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,15 @@
1+libapache2-mod-chxj (0.12.25-1) unstable; urgency=low
2+
3+ * Fixed bug.
4+ - Zenkaku Hifun -> 0xb0
5+ (Requested by bayside. Thanks!)
6+ * Added new features.
7+ - Zenkaku Alphabet -> Hankaku Alphabet.(with Z2hAlphaOn or Z2hAlphaOff)
8+ - Zenkaku Number -> Hankaku Number. (with Z2hNumOn or Z2hNumOff)
9+ - Z2hAllOn (Z2hOn And Z2hAlphaOn And Z2hNumOn)
10+
11+ -- Atsushi Konno <konn@users.sourceforge.jp> Mon, 8 Dec 2008 01:14:45 +0900
12+
113 libapache2-mod-chxj (0.12.24-1) unstable; urgency=low
214
315 * Fixed bug.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
1+libapache2-mod-chxj (0.12.25-1) unstable; urgency=low
2+
3+ * Fixed bug.
4+ - Zenkaku Hifun -> 0xb0
5+ (Requested by bayside. Thanks!)
6+ * Added new features.
7+ - Zenkaku Alphabet -> Hankaku Alphabet.(with Z2hAlphaOn or Z2hAlphaOff)
8+ - Zenkaku Number -> Hankaku Number. (with Z2hNumOn or Z2hNumOff)
9+ - Z2hAllOn (Z2hOn And Z2hAlphaOn And Z2hNumOn)
10+
11+ -- Atsushi Konno <konn@users.sourceforge.jp> Mon, 8 Dec 2008 01:14:45 +0900
12+
113 libapache2-mod-chxj (0.12.24-1) unstable; urgency=low
214
315 * 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.24"
99+#define PACKAGE_STRING "mod_chxj 0.12.25"
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.24"
105+#define PACKAGE_VERSION "0.12.25"
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.24"
111+#define VERSION "0.12.25"
112112
113113 /* Define to empty if `const' does not conform to ANSI C. */
114114 /* #undef const */
--- a/support/centos/mod-chxj.spec
+++ b/support/centos/mod-chxj.spec
@@ -1,4 +1,4 @@
1-%define version 0.12.24
1+%define version 0.12.25
22
33 Summary: CHTML to HDML,XHTML,JHTML convert module for Apache HTTPD.
44 Name: mod_chxj
Show on old repository browser