Browse code

ver 1.3.4

Masanobu Yasui authored on 2012/09/04 18:42:12
Showing 4 changed files
... ...
@@ -1,3 +1,6 @@
1
+1.3.4:
2
+ - fix: 
3
+
1 4
 1.3.3:
2 5
  - fix: hangup when large amount of traffic.
3 6
  - add i option (multicast interface address)
... ...
@@ -1,3 +1,7 @@
1
+1.3.4:
2
+ - makuosanにrオプションを指定していても、msyncのdeleteオプションで
3
+  ファイルを削除してしまっていた不具合を修正
4
+
1 5
 1.3.3:
2 6
  - 安定性の向上
3 7
    通信量が多い時にハングアップすることがある不具合を修正
... ...
@@ -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.67 for makuosan 1.3.3.
3
+# Generated by GNU Autoconf 2.67 for makuosan 1.3.4.
4 4
 #
5 5
 # Report bugs to <info-makuosan@klab.jp>.
6 6
 #
... ...
@@ -552,8 +552,8 @@ MAKEFLAGS=
552 552
 # Identity of this package.
553 553
 PACKAGE_NAME='makuosan'
554 554
 PACKAGE_TARNAME='makuosan'
555
-PACKAGE_VERSION='1.3.3'
556
-PACKAGE_STRING='makuosan 1.3.3'
555
+PACKAGE_VERSION='1.3.4'
556
+PACKAGE_STRING='makuosan 1.3.4'
557 557
 PACKAGE_BUGREPORT='info-makuosan@klab.jp'
558 558
 PACKAGE_URL=''
559 559
 
... ...
@@ -1236,7 +1236,7 @@ if test "$ac_init_help" = "long"; then
1236 1236
   # Omit some internal or obsolete options to make the list less imposing.
1237 1237
   # This message is too long to be a string in the A/UX 3.1 sh.
1238 1238
   cat <<_ACEOF
1239
-\`configure' configures makuosan 1.3.3 to adapt to many kinds of systems.
1239
+\`configure' configures makuosan 1.3.4 to adapt to many kinds of systems.
1240 1240
 
1241 1241
 Usage: $0 [OPTION]... [VAR=VALUE]...
1242 1242
 
... ...
@@ -1302,7 +1302,7 @@ fi
1302 1302
 
1303 1303
 if test -n "$ac_init_help"; then
1304 1304
   case $ac_init_help in
1305
-     short | recursive ) echo "Configuration of makuosan 1.3.3:";;
1305
+     short | recursive ) echo "Configuration of makuosan 1.3.4:";;
1306 1306
    esac
1307 1307
   cat <<\_ACEOF
1308 1308
 
... ...
@@ -1389,7 +1389,7 @@ fi
1389 1389
 test -n "$ac_init_help" && exit $ac_status
1390 1390
 if $ac_init_version; then
1391 1391
   cat <<\_ACEOF
1392
-makuosan configure 1.3.3
1392
+makuosan configure 1.3.4
1393 1393
 generated by GNU Autoconf 2.67
1394 1394
 
1395 1395
 Copyright (C) 2010 Free Software Foundation, Inc.
... ...
@@ -1968,7 +1968,7 @@ cat >config.log <<_ACEOF
1968 1968
 This file contains any messages produced by compilers while
1969 1969
 running configure, to aid debugging if configure makes a mistake.
1970 1970
 
1971
-It was created by makuosan $as_me 1.3.3, which was
1971
+It was created by makuosan $as_me 1.3.4, which was
1972 1972
 generated by GNU Autoconf 2.67.  Invocation command line was
1973 1973
 
1974 1974
   $ $0 $@
... ...
@@ -2784,7 +2784,7 @@ fi
2784 2784
 
2785 2785
 # Define the identity of the package.
2786 2786
  PACKAGE='makuosan'
2787
- VERSION='1.3.3'
2787
+ VERSION='1.3.4'
2788 2788
 
2789 2789
 
2790 2790
 cat >>confdefs.h <<_ACEOF
... ...
@@ -6506,7 +6506,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6506 6506
 # report actual input values of CONFIG_FILES etc. instead of their
6507 6507
 # values after options handling.
6508 6508
 ac_log="
6509
-This file was extended by makuosan $as_me 1.3.3, which was
6509
+This file was extended by makuosan $as_me 1.3.4, which was
6510 6510
 generated by GNU Autoconf 2.67.  Invocation command line was
6511 6511
 
6512 6512
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -6576,7 +6576,7 @@ _ACEOF
6576 6576
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6577 6577
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6578 6578
 ac_cs_version="\\
6579
-makuosan config.status 1.3.3
6579
+makuosan config.status 1.3.4
6580 6580
 configured by $0, generated by GNU Autoconf 2.67,
6581 6581
   with options \\"\$ac_cs_config\\"
6582 6582
 
... ...
@@ -2,7 +2,7 @@
2 2
 # Process this file with autoconf to produce a configure script.
3 3
 
4 4
 AC_PREREQ([2.67])
5
-AC_INIT(makuosan, 1.3.3, info-makuosan@klab.jp)
5
+AC_INIT(makuosan, 1.3.4, info-makuosan@klab.jp)
6 6
 AM_INIT_AUTOMAKE
7 7
 AC_CONFIG_SRCDIR([common.c])
8 8
 AC_CONFIG_HEADERS([config.h])