From: Tom C. <tom...@us...> - 2004-06-26 01:51:52
|
Update of /cvsroot/vpopmail/vpopmail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13526 Modified Files: Tag: stable-5_4 ChangeLog configure configure.in Log Message: start 5.4.6 release Index: ChangeLog =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/ChangeLog,v retrieving revision 1.103.2.19 retrieving revision 1.103.2.20 diff -u -d -r1.103.2.19 -r1.103.2.20 --- ChangeLog 26 Jun 2004 01:06:59 -0000 1.103.2.19 +++ ChangeLog 26 Jun 2004 01:51:40 -0000 1.103.2.20 @@ -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.6 - unreleased + 5.4.5 - released 25-Jun-04 fernando (at) telemacro (dot) com (dot) br Index: configure =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/configure,v retrieving revision 1.28.2.6 retrieving revision 1.28.2.7 diff -u -d -r1.28.2.6 -r1.28.2.7 --- configure 11 Jun 2004 04:36:37 -0000 1.28.2.6 +++ configure 26 Jun 2004 01:51:40 -0000 1.28.2.7 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53 for vpopmail 5.4.5. +# Generated by GNU Autoconf 2.53 for vpopmail 5.4.6. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -254,8 +254,8 @@ # Identity of this package. PACKAGE_NAME='vpopmail' PACKAGE_TARNAME='vpopmail' -PACKAGE_VERSION='5.4.5' -PACKAGE_STRING='vpopmail 5.4.5' +PACKAGE_VERSION='5.4.6' +PACKAGE_STRING='vpopmail 5.4.6' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -759,7 +759,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.5 to adapt to many kinds of systems. +\`configure' configures vpopmail 5.4.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -825,7 +825,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vpopmail 5.4.5:";; + short | recursive ) echo "Configuration of vpopmail 5.4.6:";; esac cat <<\_ACEOF @@ -946,7 +946,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -vpopmail configure 5.4.5 +vpopmail configure 5.4.6 generated by GNU Autoconf 2.53 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -961,7 +961,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.5, which was +It was created by vpopmail $as_me 5.4.6, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ @@ -1502,7 +1502,7 @@ # Define the identity of the package. PACKAGE=vpopmail - VERSION=5.4.5 + VERSION=5.4.6 cat >>confdefs.h <<_ACEOF @@ -7152,7 +7152,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by vpopmail $as_me 5.4.5, which was +This file was extended by vpopmail $as_me 5.4.6, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7214,7 +7214,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -vpopmail config.status 5.4.5 +vpopmail config.status 5.4.6 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/vpopmail/vpopmail/configure.in,v retrieving revision 1.26.2.6 retrieving revision 1.26.2.7 diff -u -d -r1.26.2.6 -r1.26.2.7 --- configure.in 11 Jun 2004 04:36:37 -0000 1.26.2.6 +++ configure.in 26 Jun 2004 01:51:41 -0000 1.26.2.7 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.52]) -AC_INIT(vpopmail,5.4.5) +AC_INIT(vpopmail,5.4.6) PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION |