From: Rick W. <rw...@us...> - 2007-10-19 07:32:24
|
Update of /cvsroot/vpopmail/vpopmail In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1834 Modified Files: ChangeLog configure configure.in Log Message: start 1.4.26 Index: ChangeLog =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- ChangeLog 10 Oct 2007 03:07:54 -0000 1.179 +++ ChangeLog 19 Oct 2007 07:32:26 -0000 1.180 @@ -1,6 +1,8 @@ Numbers in square brackets ([]) are tracker items on SourceForge with patch or info related to the entry. <http://sourceforge.net/projects/vpopmail/> +5.4.26 - unreleased + 5.4.25 - Released 9-Oct-2007 Rick Widmer, Tom Collins - another try at signedness warnings in maildirquota and vchkpw Index: configure =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/configure,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- configure 30 Sep 2007 02:11:14 -0000 1.49 +++ configure 19 Oct 2007 07:32:26 -0000 1.50 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for vpopmail 5.4.25. +# Generated by GNU Autoconf 2.60 for vpopmail 5.4.26. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -557,8 +557,8 @@ # Identity of this package. PACKAGE_NAME='vpopmail' PACKAGE_TARNAME='vpopmail' -PACKAGE_VERSION='5.4.25' -PACKAGE_STRING='vpopmail 5.4.25' +PACKAGE_VERSION='5.4.26' +PACKAGE_STRING='vpopmail 5.4.26' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -1204,7 +1204,7 @@ # 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 vpopmail 5.4.25 to adapt to many kinds of systems. +\`configure' configures vpopmail 5.4.26 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1274,7 +1274,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vpopmail 5.4.25:";; + short | recursive ) echo "Configuration of vpopmail 5.4.26:";; esac cat <<\_ACEOF @@ -1397,7 +1397,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vpopmail configure 5.4.25 +vpopmail configure 5.4.26 generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1411,7 +1411,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vpopmail $as_me 5.4.25, which was +It was created by vpopmail $as_me 5.4.26, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -2086,7 +2086,7 @@ # Define the identity of the package. PACKAGE='vpopmail' - VERSION='5.4.25' + VERSION='5.4.26' cat >>confdefs.h <<_ACEOF @@ -8992,7 +8992,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vpopmail $as_me 5.4.25, which was +This file was extended by vpopmail $as_me 5.4.26, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9045,7 +9045,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -vpopmail config.status 5.4.25 +vpopmail config.status 5.4.26 configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/configure.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- configure.in 30 Sep 2007 02:11:14 -0000 1.46 +++ configure.in 19 Oct 2007 07:32:26 -0000 1.47 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.52]) -AC_INIT(vpopmail,5.4.25) +AC_INIT(vpopmail,5.4.26) PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION |