Masanobu Yasui authored on 2013/01/19 06:04:01
Showing 4 changed files
... ...
@@ -1,3 +1,7 @@
1
+1.3.5:
2
+ - fix: log output unnecessary message.
3
+ - fix: segfault when other server shutdown.
4
+
1 5
 1.3.4:
2 6
  - fix: makuosan had deleted files even if use the r option.
3 7
 
... ...
@@ -1,5 +1,6 @@
1 1
 1.3.5:
2 2
  - ログにゴミが出力されることがあった不具合を修正
3
+ - 他のサーバがメンバから外れた際にセグフォが発生することがあった不具合を修正
3 4
 
4 5
 1.3.4:
5 6
  - makuosanにrオプションを指定していても、msyncのdeleteオプションで
... ...
@@ -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.4b.
3
+# Generated by GNU Autoconf 2.67 for makuosan 1.3.5.
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.4b'
556
-PACKAGE_STRING='makuosan 1.3.4b'
555
+PACKAGE_VERSION='1.3.5'
556
+PACKAGE_STRING='makuosan 1.3.5'
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.4b to adapt to many kinds of systems.
1239
+\`configure' configures makuosan 1.3.5 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.4b:";;
1305
+     short | recursive ) echo "Configuration of makuosan 1.3.5:";;
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.4b
1392
+makuosan configure 1.3.5
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.4b, which was
1971
+It was created by makuosan $as_me 1.3.5, 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.4b'
2787
+ VERSION='1.3.5'
2788 2788
 
2789 2789
 
2790 2790
 cat >>confdefs.h <<_ACEOF
... ...
@@ -6632,7 +6632,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6632 6632
 # report actual input values of CONFIG_FILES etc. instead of their
6633 6633
 # values after options handling.
6634 6634
 ac_log="
6635
-This file was extended by makuosan $as_me 1.3.4b, which was
6635
+This file was extended by makuosan $as_me 1.3.5, which was
6636 6636
 generated by GNU Autoconf 2.67.  Invocation command line was
6637 6637
 
6638 6638
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -6702,7 +6702,7 @@ _ACEOF
6702 6702
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6703 6703
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6704 6704
 ac_cs_version="\\
6705
-makuosan config.status 1.3.4b
6705
+makuosan config.status 1.3.5
6706 6706
 configured by $0, generated by GNU Autoconf 2.67,
6707 6707
   with options \\"\$ac_cs_config\\"
6708 6708
 
... ...
@@ -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.4b, info-makuosan@klab.jp)
5
+AC_INIT(makuosan, 1.3.5, info-makuosan@klab.jp)
6 6
 AM_INIT_AUTOMAKE
7 7
 AC_CONFIG_SRCDIR([common.c])
8 8
 AC_CONFIG_HEADERS([config.h])