Skip to content

Commit

Permalink
Pull 1.2.19 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagredo-dev committed Jun 16, 2024
1 parent 6dda4b8 commit 4cb3223
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Numbers in square brackets ([]) indicate tracker item on SourceForge with
Numbers in square brackets ([]) indicate tracker item on SourceForge with
patch or information related to the entry.

1.2.19
Roberto Puzzanghera
- if DEFAULT_DELIVERY is defined in vpopmail, do not allow installations of any delivery
agent in user's .qmail if it already contains a copy of control/defaultdelivery.
With respect to the previous version, the program recognizes if the control/defaultdelivery
line has been copied to the user's mailbox. If not, qmailadmin installs the delivery
agent when enabling the copy&forward.

1.2.18
Roberto Puzzanghera
- If DEFAULT_DELIVERY is defined in vpopmail, do not allow user's .qmail modifications.
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for qmailadmin 2.1.18.
# Generated by GNU Autoconf 2.71 for qmailadmin 2.1.19.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -608,8 +608,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='qmailadmin'
PACKAGE_TARNAME='qmailadmin'
PACKAGE_VERSION='2.1.18'
PACKAGE_STRING='qmailadmin 2.1.18'
PACKAGE_VERSION='2.1.19'
PACKAGE_STRING='qmailadmin 2.1.19'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1319,7 +1319,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 qmailadmin 2.1.18 to adapt to many kinds of systems.
\`configure' configures qmailadmin 2.1.19 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1390,7 +1390,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of qmailadmin 2.1.18:";;
short | recursive ) echo "Configuration of qmailadmin 2.1.19:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1509,7 +1509,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
qmailadmin configure 2.1.18
qmailadmin configure 2.1.19
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1732,7 +1732,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 qmailadmin $as_me 2.1.18, which was
It was created by qmailadmin $as_me 2.1.19, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2998,7 +2998,7 @@ fi

# Define the identity of the package.
PACKAGE='qmailadmin'
VERSION='2.1.18'
VERSION='2.1.19'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -6562,7 +6562,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by qmailadmin $as_me 2.1.18, which was
This file was extended by qmailadmin $as_me 2.1.19, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6630,7 +6630,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
qmailadmin config.status 2.1.18
qmailadmin config.status 2.1.19
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([qmailadmin],[2.1.18])
AC_INIT([qmailadmin],[2.1.19])
AC_CONFIG_SRCDIR([qmailadmin.c])
AM_INIT_AUTOMAKE()
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 4cb3223

Please sign in to comment.