OSDN Git Service

changed version.
authorTaizo ITO <taizo.ito@hde.co.jp>
Wed, 14 Sep 2011 00:30:37 +0000 (09:30 +0900)
committerTaizo ITO <taizo.ito@hde.co.jp>
Wed, 14 Sep 2011 00:30:37 +0000 (09:30 +0900)
config.h
configure
configure.ac
configure.in
pam_smtpauth.spec.in

index 28d47f0..ce1b67d 100644 (file)
--- a/config.h
+++ b/config.h
 #define PACKAGE_NAME "pam_smtpauth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "pam_smtpauth 0.9.8"
+#define PACKAGE_STRING "pam_smtpauth 0.9.9"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pam_smtpauth"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.9.8"
+#define PACKAGE_VERSION "0.9.9"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 /* #undef USE_SSL */
 
 /* Version number of package */
-#define VERSION "0.9.8"
+#define VERSION "0.9.9"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
index b3e541c..d875c70 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.59 for pam_smtpauth 0.9.8.
+# Generated by GNU Autoconf 2.59 for pam_smtpauth 0.9.9.
 #
 # Report bugs to <taizo.ito@hde.co.jp>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='pam_smtpauth'
 PACKAGE_TARNAME='pam_smtpauth'
-PACKAGE_VERSION='0.9.8'
-PACKAGE_STRING='pam_smtpauth 0.9.8'
+PACKAGE_VERSION='0.9.9'
+PACKAGE_STRING='pam_smtpauth 0.9.9'
 PACKAGE_BUGREPORT='taizo.ito@hde.co.jp'
 
 ac_unique_file="src/pam_smtpauth.c"
@@ -780,7 +780,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 pam_smtpauth 0.9.8 to adapt to many kinds of systems.
+\`configure' configures pam_smtpauth 0.9.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -842,7 +842,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of pam_smtpauth 0.9.8:";;
+     short | recursive ) echo "Configuration of pam_smtpauth 0.9.9:";;
    esac
   cat <<\_ACEOF
 
@@ -967,7 +967,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-pam_smtpauth configure 0.9.8
+pam_smtpauth configure 0.9.9
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -981,7 +981,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pam_smtpauth $as_me 0.9.8, which was
+It was created by pam_smtpauth $as_me 0.9.9, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1627,7 +1627,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='pam_smtpauth'
- VERSION='0.9.8'
+ VERSION='0.9.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4914,7 +4914,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by pam_smtpauth $as_me 0.9.8, which was
+This file was extended by pam_smtpauth $as_me 0.9.9, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4977,7 +4977,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-pam_smtpauth config.status 0.9.8
+pam_smtpauth config.status 0.9.9
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index f9645e9..afed2c4 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([pam_smtpauth], [0.9.8], [taizo.ito@hde.co.jp])
+AC_INIT([pam_smtpauth], [0.9.9], [taizo.ito@hde.co.jp])
 AC_CONFIG_SRCDIR([src/pam_smtpauth.c])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE
index f9645e9..afed2c4 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([pam_smtpauth], [0.9.8], [taizo.ito@hde.co.jp])
+AC_INIT([pam_smtpauth], [0.9.9], [taizo.ito@hde.co.jp])
 AC_CONFIG_SRCDIR([src/pam_smtpauth.c])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE
index 78dac67..cc382d8 100644 (file)
@@ -107,6 +107,9 @@ true
 %{_mandir}/man5/pam_smtpauth.5.gz
 
 %changelog
+* Tue Apr 21 2010 Taizo ITO <taizo.ito@hde.co.jp> 0.9.9-1
+- Within NAT environment, a smtp greeting message cannot be received correctly.
+
 * Tue Apr 21 2010 Taizo ITO <taizo.ito@hde.co.jp> 0.9.8-2
 - Fixed libssl link option bug.