Masanobu Yasui authored on 2010/02/25 04:43:27
Showing 4 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 1.2.2:
2
- - Support for solaris10(Intel).
3 2
  - makuosan.sysv 'status' and 'stop' option implement.
3
+ - fix: recv timeout error when send file open.
4 4
 
5 5
 1.2.1: 2009/6/16
6 6
  - refactoring for msync.
... ...
@@ -1,5 +1,7 @@
1
-1.2.2:
2
- - Solaris10(Intel)に対応
1
+1.2.2: 2010/2/25
2
+ - makuosan.sysvをstatusとrestartに対応
3
+ - ファイル転送時にタイムアウトエラーが発生する不具合を修正
4
+ - もしかしたらSolaris10でもうごくかもしれない
3 5
 
4 6
 1.2.1: 2009/6/16
5 7
  - msyncをリファクタリング
... ...
@@ -1,6 +1,6 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.61 for makuosan 1.2.2-rc1.
3
+# Generated by GNU Autoconf 2.61 for makuosan 1.2.2.
4 4
 #
5 5
 # Report bugs to <info-makuosan@klab.jp>.
6 6
 #
... ...
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
574 574
 # Identity of this package.
575 575
 PACKAGE_NAME='makuosan'
576 576
 PACKAGE_TARNAME='makuosan'
577
-PACKAGE_VERSION='1.2.2-rc1'
578
-PACKAGE_STRING='makuosan 1.2.2-rc1'
577
+PACKAGE_VERSION='1.2.2'
578
+PACKAGE_STRING='makuosan 1.2.2'
579 579
 PACKAGE_BUGREPORT='info-makuosan@klab.jp'
580 580
 
581 581
 ac_unique_file="makuosan.c"
... ...
@@ -1209,7 +1209,7 @@ if test "$ac_init_help" = "long"; then
1209 1209
   # Omit some internal or obsolete options to make the list less imposing.
1210 1210
   # This message is too long to be a string in the A/UX 3.1 sh.
1211 1211
   cat <<_ACEOF
1212
-\`configure' configures makuosan 1.2.2-rc1 to adapt to many kinds of systems.
1212
+\`configure' configures makuosan 1.2.2 to adapt to many kinds of systems.
1213 1213
 
1214 1214
 Usage: $0 [OPTION]... [VAR=VALUE]...
1215 1215
 
... ...
@@ -1275,7 +1275,7 @@ fi
1275 1275
 
1276 1276
 if test -n "$ac_init_help"; then
1277 1277
   case $ac_init_help in
1278
-     short | recursive ) echo "Configuration of makuosan 1.2.2-rc1:";;
1278
+     short | recursive ) echo "Configuration of makuosan 1.2.2:";;
1279 1279
    esac
1280 1280
   cat <<\_ACEOF
1281 1281
 
... ...
@@ -1360,7 +1360,7 @@ fi
1360 1360
 test -n "$ac_init_help" && exit $ac_status
1361 1361
 if $ac_init_version; then
1362 1362
   cat <<\_ACEOF
1363
-makuosan configure 1.2.2-rc1
1363
+makuosan configure 1.2.2
1364 1364
 generated by GNU Autoconf 2.61
1365 1365
 
1366 1366
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
... ...
@@ -1374,7 +1374,7 @@ cat >config.log <<_ACEOF
1374 1374
 This file contains any messages produced by compilers while
1375 1375
 running configure, to aid debugging if configure makes a mistake.
1376 1376
 
1377
-It was created by makuosan $as_me 1.2.2-rc1, which was
1377
+It was created by makuosan $as_me 1.2.2, which was
1378 1378
 generated by GNU Autoconf 2.61.  Invocation command line was
1379 1379
 
1380 1380
   $ $0 $@
... ...
@@ -2065,7 +2065,7 @@ fi
2065 2065
 
2066 2066
 # Define the identity of the package.
2067 2067
  PACKAGE='makuosan'
2068
- VERSION='1.2.2-rc1'
2068
+ VERSION='1.2.2'
2069 2069
 
2070 2070
 
2071 2071
 cat >>confdefs.h <<_ACEOF
... ...
@@ -9206,7 +9206,7 @@ exec 6>&1
9206 9206
 # report actual input values of CONFIG_FILES etc. instead of their
9207 9207
 # values after options handling.
9208 9208
 ac_log="
9209
-This file was extended by makuosan $as_me 1.2.2-rc1, which was
9209
+This file was extended by makuosan $as_me 1.2.2, which was
9210 9210
 generated by GNU Autoconf 2.61.  Invocation command line was
9211 9211
 
9212 9212
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -9263,7 +9263,7 @@ Report bugs to <bug-autoconf@gnu.org>."
9263 9263
 _ACEOF
9264 9264
 cat >>$CONFIG_STATUS <<_ACEOF
9265 9265
 ac_cs_version="\\
9266
-makuosan config.status 1.2.2-rc1
9266
+makuosan config.status 1.2.2
9267 9267
 configured by $0, generated by GNU Autoconf 2.61,
9268 9268
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
9269 9269
 
... ...
@@ -1,7 +1,7 @@
1 1
 #                                               -*- Autoconf -*-
2 2
 # Process this file with autoconf to produce a configure script.
3 3
 AC_PREREQ(2.61)
4
-AC_INIT(makuosan, 1.2.2-rc1, info-makuosan@klab.jp)
4
+AC_INIT(makuosan, 1.2.2, info-makuosan@klab.jp)
5 5
 AM_INIT_AUTOMAKE
6 6
 AC_CONFIG_SRCDIR([makuosan.c])
7 7
 AC_CONFIG_HEADER([config.h])