sane 1.0.19-cvs

merge-requests/1/head
m. allan noah 2008-02-11 02:50:55 +00:00
rodzic 753706f6e7
commit 5158f5113b
6 zmienionych plików z 1189 dodań i 1176 usunięć

1160
ChangeLog

Plik diff jest za duży Load Diff

1161
ChangeLog-1.0.19 100644

Plik diff jest za duży Load Diff

Wyświetl plik

@ -42,6 +42,7 @@ DISTFILES = AUTHORS COPYING ChangeLog ChangeLog-1.0.0 ChangeLog-1.0.1 \
ChangeLog-1.0.6 ChangeLog-1.0.7 ChangeLog-1.0.8 ChangeLog-1.0.9 \
ChangeLog-1.0.10 ChangeLog-1.0.12 ChangeLog-1.0.13 ChangeLog-1.0.14 \
ChangeLog-1.0.15 ChangeLog-1.0.16 ChangeLog-1.0.17 ChangeLog-1.0.18 \
ChangeLog-1.0.19 \
LICENSE Makefile.in NEWS \
PROBLEMS PROJECTS README README.aix README.beos README.darwin README.djpeg \
README.freebsd \

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.61 for sane-backends 1.0.19.
# Generated by GNU Autoconf 2.61 for sane-backends 1.0.19-cvs.
#
# Report bugs to <sane-devel@lists.alioth.debian.org>.
#
@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='sane-backends'
PACKAGE_TARNAME='sane-backends'
PACKAGE_VERSION='1.0.19'
PACKAGE_STRING='sane-backends 1.0.19'
PACKAGE_VERSION='1.0.19-cvs'
PACKAGE_STRING='sane-backends 1.0.19-cvs'
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
# Factoring default headers for most tests.
@ -1402,7 +1402,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.19 to adapt to many kinds of systems.
\`configure' configures sane-backends 1.0.19-cvs to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1472,7 +1472,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of sane-backends 1.0.19:";;
short | recursive ) echo "Configuration of sane-backends 1.0.19-cvs:";;
esac
cat <<\_ACEOF
@ -1596,7 +1596,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
sane-backends configure 1.0.19
sane-backends configure 1.0.19-cvs
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1610,7 +1610,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.19, which was
It was created by sane-backends $as_me 1.0.19-cvs, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -1966,7 +1966,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
V_MAJOR=1
V_MINOR=0
V_REV=19
is_release=yes
is_release=no
ac_config_headers="$ac_config_headers include/sane/config.h"
@ -1985,7 +1985,7 @@ rm -f conftest.sed
PACKAGE=sane-backends
VERSION=1.0.19
VERSION=1.0.19-cvs
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
cat >>confdefs.h <<_ACEOF
@ -27644,7 +27644,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.19, which was
This file was extended by sane-backends $as_me 1.0.19-cvs, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -27693,7 +27693,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
sane-backends config.status 1.0.19
sane-backends config.status 1.0.19-cvs
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`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 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.19],[sane-devel@lists.alioth.debian.org])
AC_INIT([sane-backends],[1.0.19-cvs],[sane-devel@lists.alioth.debian.org])
V_MAJOR=1
V_MINOR=0
V_REV=19
is_release=yes
is_release=no
dnl ***********************************************************************
AC_CONFIG_HEADERS([include/sane/config.h])

Wyświetl plik

@ -41,11 +41,16 @@ Making the release:
* check that the new version .tar.gz can be compiled
* upload these files together with the .diff to the FTP/HTTP servers
(at the moment: rpm.org and alioth.debian.org).
* copy sane-backends.html to sane-backends-"old-version".html,
update sane-backends.html, sane-mfgs.html and sane-supported-devices.html
on sane-project.org
* update SANE standard and man pages on sane-project.org
* check and update platforms page on sane-project.org
Announcing the release:
* checkout the html module and:
* copy sane-backends.html to sane-backends-"old-version".html
* update sane-supported-devices.html with link to above "old" file
* rebuild sane-backends.html and sane-mfgs.html (see doc/Makefile)
* rebuild html man pages (see doc/Makefile)
* add md5 sum to sane-md5sum.txt
* check and update platforms page (sane-support.html)
* write announcements on sane-project.org and sane-devel, maybe others
(e.g. freshmeat), include the md5 hash
@ -55,4 +60,4 @@ After the release:
* add ChangeLog-"version" to DISTFILES in Makefile.in
* configure.in: add -cvs suffix
* configure.in: set is_release=no
* configure: regenerate
* configure: regenerate with autoconf