diff --git a/ChangeLog b/ChangeLog index 76eef427b..6c2ccd24f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +****** Release of sane-backends 1.0.21. End of code freeze ****** + 2010-04-25 Chris Bagwell * tools/sane-config.in: Fix typo: REGMGR=RESMGR. diff --git a/NEWS b/NEWS index 5f7e03588..288040727 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,22 @@ -*-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 backends: canon_dr (Canon DR-series), coolscan3 (Nikon LS & Coolscan), diff --git a/configure b/configure index 06e0fc430..8cd1959b6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # 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 . # @@ -750,8 +750,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='sane-backends' PACKAGE_TARNAME='sane-backends' -PACKAGE_VERSION='1.0.21cvs' -PACKAGE_STRING='sane-backends 1.0.21cvs' +PACKAGE_VERSION='1.0.21' +PACKAGE_STRING='sane-backends 1.0.21' PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org' # 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. # This message is too long to be a string in the A/UX 3.1 sh. 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]... @@ -1641,7 +1641,7 @@ fi if test -n "$ac_init_help"; then 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 cat <<\_ACEOF @@ -1788,7 +1788,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sane-backends configure 1.0.21cvs +sane-backends configure 1.0.21 generated by GNU Autoconf 2.63 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 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 $ $0 $@ @@ -2173,7 +2173,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu V_MAJOR=1 V_MINOR=0 V_REV=21 -is_release=no +is_release=yes @@ -2658,7 +2658,7 @@ fi # Define the identity of the package. PACKAGE='sane-backends' - VERSION='1.0.21cvs' + VERSION='1.0.21' cat >>confdefs.h <<_ACEOF @@ -2726,7 +2726,7 @@ ac_config_headers="$ac_config_headers include/sane/config.h" PACKAGE=sane-backends -VERSION=1.0.21cvs +VERSION=1.0.21 NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV} cat >>confdefs.h <<_ACEOF @@ -35205,7 +35205,7 @@ exec 6>&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.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 CONFIG_FILES = $CONFIG_FILES @@ -35268,7 +35268,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 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, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index a30b4d441..889a71d5d 100644 --- a/configure.in +++ b/configure.in @@ -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.21cvs],[sane-devel@lists.alioth.debian.org]) +AC_INIT([sane-backends],[1.0.21],[sane-devel@lists.alioth.debian.org]) V_MAJOR=1 V_MINOR=0 V_REV=21 -is_release=no +is_release=yes dnl *********************************************************************** m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])]) diff --git a/doc/descriptions/kodak.desc b/doc/descriptions/kodak.desc index 6c221c4ae..5679a1d95 100644 --- a/doc/descriptions/kodak.desc +++ b/doc/descriptions/kodak.desc @@ -2,9 +2,9 @@ :url "http://www.thebility.com/kodak/" :version "7" :manpage "sane-kodak" -:comment "Backend update for SANE release 1.0.21, see sane-kodak manpage" -:devicetype :scanner +:comment "New backend for SANE release 1.0.21, see sane-kodak manpage" :new :yes +:devicetype :scanner :mfg "Kodak" :url "http://www.kodak.com/" diff --git a/doc/descriptions/kvs1025.desc b/doc/descriptions/kvs1025.desc index 3afcba1a8..dfdf7163b 100644 --- a/doc/descriptions/kvs1025.desc +++ b/doc/descriptions/kvs1025.desc @@ -13,6 +13,7 @@ :version "3" ; version of backend :manpage "sane-kvs1025" ; name of manpage (if it exists) :comment "New backend for SANE release 1.0.21, see sane-kvs1025 manpage" +:new :yes :devicetype :scanner ; start of a list of devices.... :mfg "Panasonic" ; name a manufacturer diff --git a/doc/descriptions/p5.desc b/doc/descriptions/p5.desc index b5913a149..151f63fec 100644 --- a/doc/descriptions/p5.desc +++ b/doc/descriptions/p5.desc @@ -12,8 +12,9 @@ :backend "p5" ; name of backend :version "1" ; version of backend :manpage "sane-p5" ; name of manpage (if it exists) - ; backend's web page -:url "http://www.sane-project.org/" +:comment "New backend for SANE release 1.0.21, see sane-p5 manpage" +:url "http://www.sane-project.org/" ; backend's web page +:new :yes :devicetype :scanner ; start of a list of devices.... ; other types: :stillcam, :vidcam, diff --git a/doc/releases.txt b/doc/releases.txt index 4442039fb..bf90b6da8 100644 --- a/doc/releases.txt +++ b/doc/releases.txt @@ -26,7 +26,7 @@ Before the release: * NEWS: update and enter date of release * sane-backends.lsm: update * ChangeLog: set release marker -* cvs commit +* git commit -a * tag git with release tag; e.g.: 'git tag -a RELEASE_1_0_15' Making the release: diff --git a/sane-backends.lsm b/sane-backends.lsm index 43ac788da..5f8f72190 100644 --- a/sane-backends.lsm +++ b/sane-backends.lsm @@ -10,7 +10,7 @@ Description: SANE (Scanner Access Now Easy) is a universal scanner Keywords: scanner, camera, flatbed, automatic document feeder (ADF), slides, diapositive, negative, film, transparency, CIS, CCD, 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) Maintained-by: kitno455@gmail.com (m. allan noah) Primary-site: ftp.sane-project.org /pub/sane/sane-backends-_VERSION_