From: Rick W. <rw...@us...> - 2007-11-04 01:09:59
|
Update of /cvsroot/vpopmail/vpopmail In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24352 Modified Files: ChangeLog configure configure.in Log Message: start of 5.4.26 release Index: ChangeLog =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/ChangeLog,v retrieving revision 1.186 retrieving revision 1.187 diff -u -d -r1.186 -r1.187 --- ChangeLog 4 Nov 2007 01:01:13 -0000 1.186 +++ ChangeLog 4 Nov 2007 01:10:00 -0000 1.187 @@ -1,6 +1,10 @@ Numbers in square brackets ([]) are tracker items on SourceForge with patch or info related to the entry. <http://sourceforge.net/projects/vpopmail/> +5.4.27 - unreleased + + + 5.4.26 - Released 3-Nov-2007 Bill Shupp - vpopmaild fix: find_domain should not list 'page 0' when a domain is not Index: configure =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/configure,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- configure 31 Oct 2007 07:55:39 -0000 1.51 +++ configure 4 Nov 2007 01:10:00 -0000 1.52 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for vpopmail 5.4.26. +# Generated by GNU Autoconf 2.61 for vpopmail 5.4.27. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -572,8 +572,8 @@ # Identity of this package. PACKAGE_NAME='vpopmail' PACKAGE_TARNAME='vpopmail' -PACKAGE_VERSION='5.4.26' -PACKAGE_STRING='vpopmail 5.4.26' +PACKAGE_VERSION='5.4.27' +PACKAGE_STRING='vpopmail 5.4.27' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -1222,7 +1222,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.26 to adapt to many kinds of systems. +\`configure' configures vpopmail 5.4.27 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1292,7 +1292,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vpopmail 5.4.26:";; + short | recursive ) echo "Configuration of vpopmail 5.4.27:";; esac cat <<\_ACEOF @@ -1416,7 +1416,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vpopmail configure 5.4.26 +vpopmail configure 5.4.27 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1430,7 +1430,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.26, which was +It was created by vpopmail $as_me 5.4.27, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2126,7 +2126,7 @@ # Define the identity of the package. PACKAGE='vpopmail' - VERSION='5.4.26' + VERSION='5.4.27' cat >>confdefs.h <<_ACEOF @@ -8732,7 +8732,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.26, which was +This file was extended by vpopmail $as_me 5.4.27, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8785,7 +8785,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -vpopmail config.status 5.4.26 +vpopmail config.status 5.4.27 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/configure.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- configure.in 19 Oct 2007 07:32:26 -0000 1.47 +++ configure.in 4 Nov 2007 01:10:00 -0000 1.48 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.52]) -AC_INIT(vpopmail,5.4.26) +AC_INIT(vpopmail,5.4.27) PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION |