* Sun Oct 18 2020 05:26:18 +0000 indimail-mta@indimail.org @version@-@release@%{?dist}
Release 2.11 Start 21/05/2020
    - 22/05/2020
01. added create_rpm script
    - 25/05/2020
02. Permission cleanup - Removed restrictive permissions from hier.c,
    indimail-mta.spec
03. moved qmail-logfifo to indimail package
04. create install/uninstall logs to /var/log
05. moved logfifo, nssd.sock, nssd.pid to /run or /var/run
    - 05/06/2020
06. debian packaging - renamed perm_list.q to perm_list.mta
    - 10/06/2020
07. svctool: fixed setting of Authentited SMTP for port 587 in run file
08. svctool: fixed setting of sys-checkpwd in AUTHMODULES variable
09. svc, supervise - new option restart (stop and restart) a service
    - 14/06/2020
10. svctool - separated setting alternatives from add-boot, rm-boot. new
    functions add_alternatives, remove_alternatives.
11. indimail-mta.spec: separated setting alternatives from add-boot, rm-boot.
    new functions add_alternatives, remove_alternatives.
    - 15/06/2020
12. svctool - new option --dmemory to set specific softmemory limit for
    qmail-daemon/qmail-send
13. svctool, envmigrate - added error checks calling envmigrate
    - 16/06/2020
14. qmail-start.c - set supplementary group ids if USE_SETGROUPS env variable is
    set
15. qmail-start.c - use prot_gid() to lose existing qmail group privileges (qmailr)
16. setuidgid.c - set supplementary group ids
17. setuidgid.c - use -s option set supplementary group ids
    - 20/06/2020
18. use AC_PROG_CC_C99 in configure.ac
19. use m4_normalize(m4_include([conf-version])) in AC_INIT
    - 22/06/2020
20. create_services - updated script
    - 23/06/2020
21. updated create_rpm script
    - 03/07/2020
22. tcpopen.c: fixed SIGSEGV if a readonly string was used for host
    - 04/07/2020
23. svscan: write pid as a string on the second line of .svlock
24. added -Wshadow to ucspi-tcp/conf-cc to warn global variables shadowed by
    local variables
25. ip6_compactaddr.c, tcpserver.c - fixes for global variables shadowed by
    local variables
26. make-compile - use CC, CFLAGS definition instead of hardcoded command in
    conf-cc
27. qmail-rm.c, qmail-send.c: replaced utime() with utimes()
28. indimail-mta, ucspi-tcp Makefile: Fixed Makefile for parallel builds
29. indimail-mta.spec: use smp_mflags macro for parallel builds
30. indimail-mta.spec: use CC="%%{__cc}" CFLAGS="%%{build_cflags}"
    LDFLAGS="%%{build_ldflags}" macros to set compiler flags
31. debian/rules: use dkpg buildflags to set compiler flags
32. svctool: fixed typo with FIFODIR
33. added CFLAGS=-O2 -Wall -Wimplicit -fPIC -fno-strict-aliasing -Wunused
    -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-align
    -Wwrite-strings -Wno-discarded-qualifiers -I/usr/include/qmail
34. received.c: added square brackets in the list of safe characters
    (taken from notqmail)
35. tcpopen.c: fixed typo on error message
35. Removed svscan STATUSFILE
36. dk-filter.sh: Turn of BOUNCEDOMAIN feature for non-bounce mails
37. qupgrade.sh, qlocal_upgrade.sh: Reverted interpreter back to #!/bin/sh
38. ucspi-tcp: remove duplication of functions an use libqmail
39. ucspi-tcp: replace buffer library with substdio
40. syncdir.c: fix for missing SYS_open, SYS_link, SYS_unlink, SYS_rename (use
    SYS_openat, SYS_linkat, SYS_renameat syscalls)
41. svc, supervise: new option 'G' to send signal to entire process group
42. moved fghack, pgrphack, supervise to sbin
