Updated version number.

merge-requests/1/head
Henning Geinitz 2003-02-09 17:50:58 +00:00
rodzic 7b4e6010cc
commit 3f2c8ff31e
4 zmienionych plików z 19 dodań i 13 usunięć

Wyświetl plik

@ -16,6 +16,7 @@
* README.linux: Moved "memory exhausted" and missing scsi headers
problems from PROBLEMS.
* TODO: Added saned info. Added artec at3 misdetection.
* configure configure.in NEWS: Updated version number.
2003-02-09 Stéphane Voltz <svoltz@wanadoo.fr>

5
NEWS
Wyświetl plik

@ -1,4 +1,9 @@
-*-Mode: outline-*-
New with 1.0.11, released 2003-02-09:
* Security fixes for saned.
New with 1.0.10, released 2003-02-01:
* New backends: artec_eplus48u (Artec E+ 48U, Tevion/Medion MD 9693, Medion

22
configure vendored
Wyświetl plik

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for sane-backends 1.0.10-cvs.
# Generated by GNU Autoconf 2.57 for sane-backends 1.0.11-cvs.
#
# Report bugs to <sane-devel@mostang.com>.
#
@ -427,8 +427,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='sane-backends'
PACKAGE_TARNAME='sane-backends'
PACKAGE_VERSION='1.0.10-cvs'
PACKAGE_STRING='sane-backends 1.0.10-cvs'
PACKAGE_VERSION='1.0.11-cvs'
PACKAGE_STRING='sane-backends 1.0.11-cvs'
PACKAGE_BUGREPORT='sane-devel@mostang.com'
# Factoring default headers for most tests.
@ -937,7 +937,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 sane-backends 1.0.10-cvs to adapt to many kinds of systems.
\`configure' configures sane-backends 1.0.11-cvs to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1003,7 +1003,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of sane-backends 1.0.10-cvs:";;
short | recursive ) echo "Configuration of sane-backends 1.0.11-cvs:";;
esac
cat <<\_ACEOF
@ -1111,7 +1111,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
sane-backends configure 1.0.10-cvs
sane-backends configure 1.0.11-cvs
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@ -1126,7 +1126,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 sane-backends $as_me 1.0.10-cvs, which was
It was created by sane-backends $as_me 1.0.11-cvs, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@ -1464,7 +1464,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
V_MAJOR=1
V_MINOR=0
V_REV=10
V_REV=11
is_release=no
ac_config_headers="$ac_config_headers include/sane/config.h"
@ -1484,7 +1484,7 @@ rm conftest.sed
PACKAGE=sane-backends
VERSION=1.0.10-cvs
VERSION=1.0.11-cvs
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
cat >>confdefs.h <<_ACEOF
@ -13224,7 +13224,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by sane-backends $as_me 1.0.10-cvs, which was
This file was extended by sane-backends $as_me 1.0.11-cvs, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -13284,7 +13284,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
sane-backends config.status 1.0.10-cvs
sane-backends config.status 1.0.11-cvs
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

Wyświetl plik

@ -3,10 +3,10 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*-
dnl ***********************************************************************
dnl When preparing a release, increase the numeric and string version numbers,
dnl remove the "-cvs" suffix, and set is_release=yes
AC_INIT([sane-backends],[1.0.10-cvs],[sane-devel@mostang.com])
AC_INIT([sane-backends],[1.0.11-cvs],[sane-devel@mostang.com])
V_MAJOR=1
V_MINOR=0
V_REV=10
V_REV=11
is_release=no
dnl ***********************************************************************