From 601391ae0dda969d39aa60fceaa2af3aeea03d12 Mon Sep 17 00:00:00 2001 From: Roberto Puzzanghera <73385325+sagredo-dev@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:32:47 +0200 Subject: [PATCH] pulled v. 1.2.21 --- ChangeLog.md | 10 ++++++++++ Makefile.in | 13 ++++++------- configure | 20 ++++++++++---------- configure.ac | 4 ++-- 4 files changed, 28 insertions(+), 19 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 06ebaad..fd4d1ab 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,15 @@ # ChangeLog +## 1.2.21 +Roberto Puzzanghera + + - Bug fix in mailinglist.c which was preventing the display of the subscribers to the list + +## 1.2.20 +Roberto Puzzanghera + + - Bug fix in mailinglist.c which was preventing the creation of the m/l + ## 1.2.19 Roberto Puzzanghera diff --git a/Makefile.in b/Makefile.in index 2c60c46..a9fdeff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -177,9 +177,8 @@ CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ - COPYING ChangeLog INSTALL NEWS README TODO compile \ - config.guess config.sub depcomp install-sh ltmain.sh missing \ - mkinstalldirs + COPYING INSTALL NEWS README TODO compile config.guess \ + config.sub depcomp install-sh ltmain.sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -334,15 +333,15 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile + $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ diff --git a/configure b/configure index 37525be..b543f83 100755 --- a/configure +++ b/configure @@ -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.19. +# Generated by GNU Autoconf 2.71 for qmailadmin 1.2.21. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -608,8 +608,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='qmailadmin' PACKAGE_TARNAME='qmailadmin' -PACKAGE_VERSION='2.1.19' -PACKAGE_STRING='qmailadmin 2.1.19' +PACKAGE_VERSION='1.2.21' +PACKAGE_STRING='qmailadmin 1.2.21' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -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.19 to adapt to many kinds of systems. +\`configure' configures qmailadmin 1.2.21 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -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.19:";; + short | recursive ) echo "Configuration of qmailadmin 1.2.21:";; esac cat <<\_ACEOF @@ -1509,7 +1509,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -qmailadmin configure 2.1.19 +qmailadmin configure 1.2.21 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -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.19, which was +It was created by qmailadmin $as_me 1.2.21, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2998,7 +2998,7 @@ fi # Define the identity of the package. PACKAGE='qmailadmin' - VERSION='2.1.19' + VERSION='1.2.21' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -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.19, which was +This file was extended by qmailadmin $as_me 1.2.21, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -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.19 +qmailadmin config.status 1.2.21 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 812f8bb..d425e9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([qmailadmin],[2.1.19]) +AC_INIT([qmailadmin],[1.2.21]) AC_CONFIG_SRCDIR([qmailadmin.c]) -AM_INIT_AUTOMAKE() +AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS([config.h]) AC_CANONICAL_HOST