Update of /cvsroot/vpopmail/vpopmail
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25954
Modified Files:
ChangeLog configure configure.in
Log Message:
start of 5.4.25 release
Index: ChangeLog
===================================================================
RCS file: /cvsroot/vpopmail/vpopmail/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- ChangeLog 30 Sep 2007 02:05:09 -0000 1.175
+++ ChangeLog 30 Sep 2007 02:11:14 -0000 1.176
@@ -1,6 +1,9 @@
Numbers in square brackets ([]) are tracker items on SourceForge with patch
or info related to the entry. <http://sourceforge.net/projects/vpopmail/>
+5.4.25 - unreleased
+
+
5.4.24 - Released 29-Sep-2007
Rick Widmer, Tom Collins
- fix off_t warnings in maildirquota.c when mysql back end is used.
Index: configure
===================================================================
RCS file: /cvsroot/vpopmail/vpopmail/configure,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- configure 23 Sep 2007 23:38:12 -0000 1.48
+++ configure 30 Sep 2007 02:11:14 -0000 1.49
@@ -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.24.
+# Generated by GNU Autoconf 2.60 for vpopmail 5.4.25.
#
# 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.24'
-PACKAGE_STRING='vpopmail 5.4.24'
+PACKAGE_VERSION='5.4.25'
+PACKAGE_STRING='vpopmail 5.4.25'
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.24 to adapt to many kinds of systems.
+\`configure' configures vpopmail 5.4.25 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.24:";;
+ short | recursive ) echo "Configuration of vpopmail 5.4.25:";;
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.24
+vpopmail configure 5.4.25
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.24, which was
+It was created by vpopmail $as_me 5.4.25, 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.24'
+ VERSION='5.4.25'
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.24, which was
+This file was extended by vpopmail $as_me 5.4.25, 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.24
+vpopmail config.status 5.4.25
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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- configure.in 23 Sep 2007 23:38:12 -0000 1.45
+++ configure.in 30 Sep 2007 02:11:14 -0000 1.46
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.52])
-AC_INIT(vpopmail,5.4.24)
+AC_INIT(vpopmail,5.4.25)
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
|