Skip to content

Commit 1229313

Browse files
committed
4.4.3
1 parent fe1556a commit 1229313

File tree

5 files changed

+38
-13
lines changed

5 files changed

+38
-13
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2010-03-08 Motoyuki Kasahara <m-kasahr@sra.co.jp>
2+
3+
* Version 4.4.3.
4+
5+
* configure.ac (AC_INIT): Set version to 4.4.3.
6+
* eb/ebnet.c (ebnet_open): Use _atoi64() or atol(), when atoll()
7+
is not available.
8+
* configure.ac (LIBEB_VERSION_INFO):
9+
EB Library verison 4.2.2 sets LIBEB_VERSION_INFO to 15:0:2,
10+
but it is wrong. To avoid the confusion, I decide to update
11+
LIBEB_VERSION_INFO to 16:0:0.
12+
113
2010-01-16 Motoyuki Kasahara <m-kasahr@sra.co.jp>
214

315
* Version 4.4.2.

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
バージョン 4.4.3 における主な変更点:
2+
3+
* バージョン4.4.2で、共有ライブラリのバージョンが正しくなかったため、
4+
本バージョンで修正した。
5+
* 細かな不具合を修正した。
6+
17
バージョン 4.4.2 における主な変更点:
28

39
* 図版メニューに関する処理で、初期化処理が一部抜けていたのを修正した。

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.63 for eb 4.4.2.
3+
# Generated by GNU Autoconf 2.63 for eb 4.4.3.
44
#
55
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
66
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -743,8 +743,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
743743
# Identity of this package.
744744
PACKAGE_NAME='eb'
745745
PACKAGE_TARNAME='eb'
746-
PACKAGE_VERSION='4.4.2'
747-
PACKAGE_STRING='eb 4.4.2'
746+
PACKAGE_VERSION='4.4.3'
747+
PACKAGE_STRING='eb 4.4.3'
748748
PACKAGE_BUGREPORT=''
749749

750750
ac_unique_file="eb/eb.c"
@@ -1512,7 +1512,7 @@ if test "$ac_init_help" = "long"; then
15121512
# Omit some internal or obsolete options to make the list less imposing.
15131513
# This message is too long to be a string in the A/UX 3.1 sh.
15141514
cat <<_ACEOF
1515-
\`configure' configures eb 4.4.2 to adapt to many kinds of systems.
1515+
\`configure' configures eb 4.4.3 to adapt to many kinds of systems.
15161516
15171517
Usage: $0 [OPTION]... [VAR=VALUE]...
15181518
@@ -1582,7 +1582,7 @@ fi
15821582

15831583
if test -n "$ac_init_help"; then
15841584
case $ac_init_help in
1585-
short | recursive ) echo "Configuration of eb 4.4.2:";;
1585+
short | recursive ) echo "Configuration of eb 4.4.3:";;
15861586
esac
15871587
cat <<\_ACEOF
15881588
@@ -1706,7 +1706,7 @@ fi
17061706
test -n "$ac_init_help" && exit $ac_status
17071707
if $ac_init_version; then
17081708
cat <<\_ACEOF
1709-
eb configure 4.4.2
1709+
eb configure 4.4.3
17101710
generated by GNU Autoconf 2.63
17111711
17121712
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1720,7 +1720,7 @@ cat >config.log <<_ACEOF
17201720
This file contains any messages produced by compilers while
17211721
running configure, to aid debugging if configure makes a mistake.
17221722
1723-
It was created by eb $as_me 4.4.2, which was
1723+
It was created by eb $as_me 4.4.3, which was
17241724
generated by GNU Autoconf 2.63. Invocation command line was
17251725
17261726
$ $0 $@
@@ -2438,7 +2438,7 @@ fi
24382438
24392439
# Define the identity of the package.
24402440
PACKAGE='eb'
2441-
VERSION='4.4.2'
2441+
VERSION='4.4.3'
24422442
24432443
24442444
cat >>confdefs.h <<_ACEOF
@@ -2581,7 +2581,7 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
25812581
25822582
25832583
2584-
LIBEB_VERSION_INFO=15:0:2
2584+
LIBEB_VERSION_INFO=16:0:0
25852585
25862586
25872587
EB_VERSION_MAJOR=4
@@ -15495,7 +15495,7 @@ exec 6>&1
1549515495
# report actual input values of CONFIG_FILES etc. instead of their
1549615496
# values after options handling.
1549715497
ac_log="
15498-
This file was extended by eb $as_me 4.4.2, which was
15498+
This file was extended by eb $as_me 4.4.3, which was
1549915499
generated by GNU Autoconf 2.63. Invocation command line was
1550015500
1550115501
CONFIG_FILES = $CONFIG_FILES
@@ -15558,7 +15558,7 @@ Report bugs to <bug-autoconf@gnu.org>."
1555815558
_ACEOF
1555915559
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1556015560
ac_cs_version="\\
15561-
eb config.status 4.4.2
15561+
eb config.status 4.4.3
1556215562
configured by $0, generated by GNU Autoconf 2.63,
1556315563
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1556415564

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dnl *
22
dnl * Process this file with autoconf to produce a configure script.
33
dnl *
4-
AC_INIT(eb, 4.4.2)
4+
AC_INIT(eb, 4.4.3)
55
AC_CONFIG_SRCDIR(eb/eb.c)
66
AC_PREREQ(2.54)
77
AM_INIT_AUTOMAKE
88

99
dnl *
1010
dnl * Library version info.
1111
dnl *
12-
LIBEB_VERSION_INFO=15:0:2
12+
LIBEB_VERSION_INFO=16:0:0
1313
AC_SUBST(LIBEB_VERSION_INFO)
1414

1515
EB_VERSION_MAJOR=4

eb/ebnet.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,14 @@ ebnet_open(const char *url)
543543
goto failed;
544544
}
545545

546+
#if defined(HAVE_ATOLL)
546547
file_size = atoll(line);
548+
#elif defined(HAVE__ATOI64)
549+
file_size = _atoi64(line);
550+
#else
551+
file_size = atol(line);
552+
#endif
553+
547554
if (file_size < 0)
548555
goto failed;
549556
ebnet_set_file_size(new_file, file_size);

0 commit comments

Comments
 (0)