kopia lustrzana https://gitlab.com/sane-project/backends
rodzic
0d6c636149
commit
ad6a17ad7c
|
@ -1,3 +1,5 @@
|
|||
****** Release of sane-backends 1.0.24. End of code freeze ******
|
||||
|
||||
2013-09-30 m. allan noah <kitno455 at gmail dot com>
|
||||
* po/nl.po: updated translation from Martin Kho.
|
||||
|
||||
|
|
12
NEWS
12
NEWS
|
@ -1,4 +1,16 @@
|
|||
-*-Mode: outline-*-
|
||||
New with 1.0.24, released 2012-09-30:
|
||||
|
||||
* Significant enhancements to pixma, genesys, kodakaio, fujitsu, canon_dr.
|
||||
* Minor updates, bugfixes or scanners added in several backends.
|
||||
* Added new testsuite
|
||||
* 51 new scanner models supported.
|
||||
* USB support improvements.
|
||||
* Improved build system (mingw64, bug fixes, default pthread on Linux).
|
||||
* Documentation updates.
|
||||
* Bugfixes.
|
||||
|
||||
|
||||
New with 1.0.23, released 2012-08-19:
|
||||
|
||||
* New backends: kvs40xx (Panasonic KV-S40xx),
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2013 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2013-04-24'
|
||||
timestamp='2013-10-01'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
|
@ -257,7 +257,7 @@ case $basic_machine in
|
|||
| avr | avr32 \
|
||||
| be32 | be64 \
|
||||
| bfin \
|
||||
| c4x | clipper \
|
||||
| c4x | c8051 | clipper \
|
||||
| d10v | d30v | dlx | dsp16xx \
|
||||
| epiphany \
|
||||
| fido | fr30 | frv \
|
||||
|
@ -265,6 +265,7 @@ case $basic_machine in
|
|||
| hexagon \
|
||||
| i370 | i860 | i960 | ia64 \
|
||||
| ip2k | iq2000 \
|
||||
| k1om \
|
||||
| le32 | le64 \
|
||||
| lm32 \
|
||||
| m32c | m32r | m32rle | m68000 | m68k | m88k \
|
||||
|
@ -324,7 +325,7 @@ case $basic_machine in
|
|||
c6x)
|
||||
basic_machine=tic6x-unknown
|
||||
;;
|
||||
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
|
||||
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
|
||||
basic_machine=$basic_machine-unknown
|
||||
os=-none
|
||||
;;
|
||||
|
@ -372,7 +373,7 @@ case $basic_machine in
|
|||
| be32-* | be64-* \
|
||||
| bfin-* | bs2000-* \
|
||||
| c[123]* | c30-* | [cjt]90-* | c4x-* \
|
||||
| clipper-* | craynv-* | cydra-* \
|
||||
| c8051-* | clipper-* | craynv-* | cydra-* \
|
||||
| d10v-* | d30v-* | dlx-* \
|
||||
| elxsi-* \
|
||||
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
|
||||
|
@ -381,6 +382,7 @@ case $basic_machine in
|
|||
| hexagon-* \
|
||||
| i*86-* | i860-* | i960-* | ia64-* \
|
||||
| ip2k-* | iq2000-* \
|
||||
| k1om-* \
|
||||
| le32-* | le64-* \
|
||||
| lm32-* \
|
||||
| m32c-* | m32r-* | m32rle-* \
|
||||
|
@ -794,7 +796,7 @@ case $basic_machine in
|
|||
os=-mingw64
|
||||
;;
|
||||
mingw32)
|
||||
basic_machine=i386-pc
|
||||
basic_machine=i686-pc
|
||||
os=-mingw32
|
||||
;;
|
||||
mingw32ce)
|
||||
|
@ -830,7 +832,7 @@ case $basic_machine in
|
|||
basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
|
||||
;;
|
||||
msys)
|
||||
basic_machine=i386-pc
|
||||
basic_machine=i686-pc
|
||||
os=-msys
|
||||
;;
|
||||
mvs)
|
||||
|
@ -1006,7 +1008,7 @@ case $basic_machine in
|
|||
;;
|
||||
ppc64) basic_machine=powerpc64-unknown
|
||||
;;
|
||||
ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
ppc64le | powerpc64little | ppc64-le | powerpc64-little)
|
||||
basic_machine=powerpc64le-unknown
|
||||
|
@ -1546,6 +1548,9 @@ case $basic_machine in
|
|||
c4x-* | tic4x-*)
|
||||
os=-coff
|
||||
;;
|
||||
c8051-*)
|
||||
os=-elf
|
||||
;;
|
||||
hexagon-*)
|
||||
os=-elf
|
||||
;;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.24git.
|
||||
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.24.
|
||||
#
|
||||
# Report bugs to <sane-devel@lists.alioth.debian.org>.
|
||||
#
|
||||
|
@ -590,8 +590,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='sane-backends'
|
||||
PACKAGE_TARNAME='sane-backends'
|
||||
PACKAGE_VERSION='1.0.24git'
|
||||
PACKAGE_STRING='sane-backends 1.0.24git'
|
||||
PACKAGE_VERSION='1.0.24'
|
||||
PACKAGE_STRING='sane-backends 1.0.24'
|
||||
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1414,7 +1414,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.24git to adapt to many kinds of systems.
|
||||
\`configure' configures sane-backends 1.0.24 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1484,7 +1484,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of sane-backends 1.0.24git:";;
|
||||
short | recursive ) echo "Configuration of sane-backends 1.0.24:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1643,7 +1643,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
sane-backends configure 1.0.24git
|
||||
sane-backends configure 1.0.24
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -2249,7 +2249,7 @@ cat >config.log <<_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.24git, which was
|
||||
It was created by sane-backends $as_me 1.0.24, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2603,7 +2603,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||
V_MAJOR=1
|
||||
V_MINOR=0
|
||||
V_REV=24
|
||||
is_release=no
|
||||
is_release=yes
|
||||
|
||||
|
||||
|
||||
|
@ -3122,7 +3122,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='sane-backends'
|
||||
VERSION='1.0.24git'
|
||||
VERSION='1.0.24'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -3201,7 +3201,7 @@ ac_config_headers="$ac_config_headers include/sane/config.h"
|
|||
|
||||
|
||||
PACKAGE=sane-backends
|
||||
VERSION=1.0.24git
|
||||
VERSION=1.0.24
|
||||
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -18816,7 +18816,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by sane-backends $as_me 1.0.24git, which was
|
||||
This file was extended by sane-backends $as_me 1.0.24, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -18882,7 +18882,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
sane-backends config.status 1.0.24git
|
||||
sane-backends config.status 1.0.24
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ 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.24git],[sane-devel@lists.alioth.debian.org])
|
||||
AC_INIT([sane-backends],[1.0.24],[sane-devel@lists.alioth.debian.org])
|
||||
V_MAJOR=1
|
||||
V_MINOR=0
|
||||
V_REV=24
|
||||
is_release=no
|
||||
is_release=yes
|
||||
dnl ***********************************************************************
|
||||
|
||||
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
|
||||
|
|
Ładowanie…
Reference in New Issue