setup for release 1.0.21

merge-requests/1/head
m. allan noah 2010-04-25 23:28:52 -04:00
rodzic ce61e88f86
commit ceb03e36c7
9 zmienionych plików z 42 dodań i 20 usunięć

Wyświetl plik

@ -1,3 +1,5 @@
****** Release of sane-backends 1.0.21. End of code freeze ******
2010-04-25 Chris Bagwell <chris at cnpbagwell do com> 2010-04-25 Chris Bagwell <chris at cnpbagwell do com>
* tools/sane-config.in: Fix typo: REGMGR=RESMGR. * tools/sane-config.in: Fix typo: REGMGR=RESMGR.

18
NEWS
Wyświetl plik

@ -1,4 +1,22 @@
-*-Mode: outline-*- -*-Mode: outline-*-
New with 1.0.21, released 2010-04-25:
* New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx),
p5 (Primax PagePartner)
* 224 more scanner models supported.
* Many backends updated.
* Improved compilation on uncommon platforms.
* More consistent option naming.
* Scanimage no longer writes image to tty.
* Modern translation infrastructure.
* Improved saned network daemon.
* Internal SCSI, USB, threading, TCP & UDP code updates.
* Updated HAL and udev support.
* New sanei_magic image processing library.
* Documentation updates.
* Bugfixes.
New with 1.0.20, released 2009-05-03: New with 1.0.20, released 2009-05-03:
* New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan), * New backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan),

24
configure vendored
Wyświetl plik

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for sane-backends 1.0.21cvs. # Generated by GNU Autoconf 2.63 for sane-backends 1.0.21.
# #
# Report bugs to <sane-devel@lists.alioth.debian.org>. # Report bugs to <sane-devel@lists.alioth.debian.org>.
# #
@ -750,8 +750,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='sane-backends' PACKAGE_NAME='sane-backends'
PACKAGE_TARNAME='sane-backends' PACKAGE_TARNAME='sane-backends'
PACKAGE_VERSION='1.0.21cvs' PACKAGE_VERSION='1.0.21'
PACKAGE_STRING='sane-backends 1.0.21cvs' PACKAGE_STRING='sane-backends 1.0.21'
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org' PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@ -1571,7 +1571,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures sane-backends 1.0.21cvs to adapt to many kinds of systems. \`configure' configures sane-backends 1.0.21 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1641,7 +1641,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of sane-backends 1.0.21cvs:";; short | recursive ) echo "Configuration of sane-backends 1.0.21:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1788,7 +1788,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
sane-backends configure 1.0.21cvs sane-backends configure 1.0.21
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1802,7 +1802,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by sane-backends $as_me 1.0.21cvs, which was It was created by sane-backends $as_me 1.0.21, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ $ $0 $@
@ -2173,7 +2173,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
V_MAJOR=1 V_MAJOR=1
V_MINOR=0 V_MINOR=0
V_REV=21 V_REV=21
is_release=no is_release=yes
@ -2658,7 +2658,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='sane-backends' PACKAGE='sane-backends'
VERSION='1.0.21cvs' VERSION='1.0.21'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -2726,7 +2726,7 @@ ac_config_headers="$ac_config_headers include/sane/config.h"
PACKAGE=sane-backends PACKAGE=sane-backends
VERSION=1.0.21cvs VERSION=1.0.21
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV} NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -35205,7 +35205,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by sane-backends $as_me 1.0.21cvs, which was This file was extended by sane-backends $as_me 1.0.21, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -35268,7 +35268,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
sane-backends config.status 1.0.21cvs sane-backends config.status 1.0.21
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Wyświetl plik

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

Wyświetl plik

@ -2,9 +2,9 @@
:url "http://www.thebility.com/kodak/" :url "http://www.thebility.com/kodak/"
:version "7" :version "7"
:manpage "sane-kodak" :manpage "sane-kodak"
:comment "Backend update for SANE release 1.0.21, see sane-kodak manpage" :comment "New backend for SANE release 1.0.21, see sane-kodak manpage"
:devicetype :scanner
:new :yes :new :yes
:devicetype :scanner
:mfg "Kodak" :mfg "Kodak"
:url "http://www.kodak.com/" :url "http://www.kodak.com/"

Wyświetl plik

@ -13,6 +13,7 @@
:version "3" ; version of backend :version "3" ; version of backend
:manpage "sane-kvs1025" ; name of manpage (if it exists) :manpage "sane-kvs1025" ; name of manpage (if it exists)
:comment "New backend for SANE release 1.0.21, see sane-kvs1025 manpage" :comment "New backend for SANE release 1.0.21, see sane-kvs1025 manpage"
:new :yes
:devicetype :scanner ; start of a list of devices.... :devicetype :scanner ; start of a list of devices....
:mfg "Panasonic" ; name a manufacturer :mfg "Panasonic" ; name a manufacturer

Wyświetl plik

@ -12,8 +12,9 @@
:backend "p5" ; name of backend :backend "p5" ; name of backend
:version "1" ; version of backend :version "1" ; version of backend
:manpage "sane-p5" ; name of manpage (if it exists) :manpage "sane-p5" ; name of manpage (if it exists)
; backend's web page :comment "New backend for SANE release 1.0.21, see sane-p5 manpage"
:url "http://www.sane-project.org/" :url "http://www.sane-project.org/" ; backend's web page
:new :yes
:devicetype :scanner ; start of a list of devices.... :devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam, ; other types: :stillcam, :vidcam,

Wyświetl plik

@ -26,7 +26,7 @@ Before the release:
* NEWS: update and enter date of release * NEWS: update and enter date of release
* sane-backends.lsm: update * sane-backends.lsm: update
* ChangeLog: set release marker * ChangeLog: set release marker
* cvs commit * git commit -a
* tag git with release tag; e.g.: 'git tag -a RELEASE_1_0_15' * tag git with release tag; e.g.: 'git tag -a RELEASE_1_0_15'
Making the release: Making the release:

Wyświetl plik

@ -10,7 +10,7 @@ Description: SANE (Scanner Access Now Easy) is a universal scanner
Keywords: scanner, camera, flatbed, automatic document feeder (ADF), Keywords: scanner, camera, flatbed, automatic document feeder (ADF),
slides, diapositive, negative, film, transparency, CIS, CCD, slides, diapositive, negative, film, transparency, CIS, CCD,
network server & client, Java API & client network server & client, Java API & client
Author: David.Mosberger@acm.org (David Mosberger-Tang) Author: The SANE development team (sane-devel@lists.alioth.debian.org)
(see AUTHORS for complete list) (see AUTHORS for complete list)
Maintained-by: kitno455@gmail.com (m. allan noah) Maintained-by: kitno455@gmail.com (m. allan noah)
Primary-site: ftp.sane-project.org /pub/sane/sane-backends-_VERSION_ Primary-site: ftp.sane-project.org /pub/sane/sane-backends-_VERSION_