コミットメタ情報

リビジョン8acb3289b9721b075488bd55eb9eb38b7857ce23 (tree)
日時2008-11-27 23:25:11
作者Atsushi Konno <konn@user...>
コミッターAtsushi Konno

ログメッセージ

  • version up.
    - 0.12.21 -> 0.12.22

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
1+libapache2-mod-chxj (0.12.22-1) unstable; urgency=low
2+
3+ * Fixed Bug.
4+ - The X-Chxj-WP-Height header cannot be taken[#14143].
5+ - The value of the X-Chxj-HtmlSpecTyp header is abnormal[#14145].
6+ * Added Sample Device Data.
7+ - au W65K
8+ - au W62P
9+ - au W64S
10+ - SoftBank 830P
11+ - SoftBank 830SHs
12+ - SoftBank 830SH
13+ - au W64T
14+ - au W63Kカメラ無し
15+ - au W63SH
16+ - SoftBank 824T
17+ - DoCoMo SH706iw
18+ - au W62PT
19+ - DoCoMo N706iII
20+ - DoCoMo SH706ie
21+ - SoftBank 823T
22+ - DoCoMo N706ie
23+ - DoCoMo P706ie
24+ - DoCoMo NM706i
25+ - SoftBank 921P
26+ - DoCoMo F884iES
27+ - DoCoMo L706ie
28+ - au W64SA
29+ - SoftBank 824P
30+ - DoCoMo P706imyu
31+ - au W62CA
32+ - au W62H
33+ - au W62SH
34+ - DoCoMo SH706i
35+
36+ -- Atsushi Konno <konn@users.sourceforge.jp> Thu, 27 Nov 2008 22:47:30 +0900
37+
138 libapache2-mod-chxj (0.12.21-1) unstable; urgency=low
239
340 * 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.21.
3+# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.22.
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.21'
732-PACKAGE_STRING='mod_chxj 0.12.21'
731+PACKAGE_VERSION='0.12.22'
732+PACKAGE_STRING='mod_chxj 0.12.22'
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.21 to adapt to many kinds of systems.
1410+\`configure' configures mod_chxj 0.12.22 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.21:";;
1481+ short | recursive ) echo "Configuration of mod_chxj 0.12.22:";;
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.21
1598+mod_chxj configure 0.12.22
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.21, which was
1612+It was created by mod_chxj $as_me 0.12.22, 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.21
2430+ VERSION=0.12.22
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.21, which was
21876+This file was extended by mod_chxj $as_me 0.12.22, 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.21
21929+mod_chxj config.status 0.12.22
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.21],[konn@users.sourceforge.jp])
3+AC_INIT([mod_chxj],[0.12.22],[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,40 @@
1+libapache2-mod-chxj (0.12.22-1) unstable; urgency=low
2+
3+ * Fixed Bug.
4+ - The X-Chxj-WP-Height header cannot be taken[#14143].
5+ - The value of the X-Chxj-HtmlSpecTyp header is abnormal[#14145].
6+ * Added Sample Device Data.
7+ - au W65K
8+ - au W62P
9+ - au W64S
10+ - SoftBank 830P
11+ - SoftBank 830SHs
12+ - SoftBank 830SH
13+ - au W64T
14+ - au W63Kカメラ無し
15+ - au W63SH
16+ - SoftBank 824T
17+ - DoCoMo SH706iw
18+ - au W62PT
19+ - DoCoMo N706iII
20+ - DoCoMo SH706ie
21+ - SoftBank 823T
22+ - DoCoMo N706ie
23+ - DoCoMo P706ie
24+ - DoCoMo NM706i
25+ - SoftBank 921P
26+ - DoCoMo F884iES
27+ - DoCoMo L706ie
28+ - au W64SA
29+ - SoftBank 824P
30+ - DoCoMo P706imyu
31+ - au W62CA
32+ - au W62H
33+ - au W62SH
34+ - DoCoMo SH706i
35+
36+ -- Atsushi Konno <konn@users.sourceforge.jp> Thu, 27 Nov 2008 22:47:30 +0900
37+
138 libapache2-mod-chxj (0.12.21-1) unstable; urgency=low
239
340 * Fixed Bug.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,40 @@
1+libapache2-mod-chxj (0.12.22-1) unstable; urgency=low
2+
3+ * Fixed Bug.
4+ - The X-Chxj-WP-Height header cannot be taken[#14143].
5+ - The value of the X-Chxj-HtmlSpecTyp header is abnormal[#14145].
6+ * Added Sample Device Data.
7+ - au W65K
8+ - au W62P
9+ - au W64S
10+ - SoftBank 830P
11+ - SoftBank 830SHs
12+ - SoftBank 830SH
13+ - au W64T
14+ - au W63Kカメラ無し
15+ - au W63SH
16+ - SoftBank 824T
17+ - DoCoMo SH706iw
18+ - au W62PT
19+ - DoCoMo N706iII
20+ - DoCoMo SH706ie
21+ - SoftBank 823T
22+ - DoCoMo N706ie
23+ - DoCoMo P706ie
24+ - DoCoMo NM706i
25+ - SoftBank 921P
26+ - DoCoMo F884iES
27+ - DoCoMo L706ie
28+ - au W64SA
29+ - SoftBank 824P
30+ - DoCoMo P706imyu
31+ - au W62CA
32+ - au W62H
33+ - au W62SH
34+ - DoCoMo SH706i
35+
36+ -- Atsushi Konno <konn@users.sourceforge.jp> Thu, 27 Nov 2008 22:47:30 +0900
37+
138 libapache2-mod-chxj (0.12.21-1) unstable; urgency=low
239
340 * 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.21"
99+#define PACKAGE_STRING "mod_chxj 0.12.22"
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.21"
105+#define PACKAGE_VERSION "0.12.22"
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.21"
111+#define VERSION "0.12.22"
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.21
1+%define version 0.12.22
22
33 Summary: CHTML to HDML,XHTML,JHTML convert module for Apache HTTPD.
44 Name: mod_chxj
旧リポジトリブラウザで表示