Release 0.3 Start 21/05/2020
01. Debian build - use /usr/lib/<triplet> (e.g. /usr/lib/x86_64-linux-gnu)
03. debian/control - use ${shlibs:Depends}
04. added setuserid.c, setuserid.h
05. Makefile.am: use BUILT_SOURCES to build all needed header files
07. use m4_normalize(m4_include([conf-version])) in AC_INIT
10. fmt.h: include sys/types.h if config.h is not included
11. setuserid.h: include sys/types.h, grp.h if config.h is not included
12. uint16.h: include inttypes.h if config.h is not included
13. libqmail.spec: use smp_mflags for parallel make
14. debian/libqmail.dsc: use Debtransform-Release to increment build number
15. taia_now.c: renamed variable now to tmval
16. added CFLAGS="$CFLAGS -O4 -Wall -Wimplicit -fPIC -fno-strict-aliasing
-Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow
-Wcast-align -Wwrite-strings -Wno-discarded-qualifiers"
17. scan.h: added scan_double(), scan_hexdump() prototyps
19. default.configure: create conf-release if not exists
20. cdb.h: added cdb_free() prototype
21. sig.h, sig.c: added sig_usr1, sig_usr2
22. fmt.h: added tohex() proto
23. fmt_hexbyte.c: added tohex() function
24. libqmail.spec: added iopause.h header file
25. Makefile.am: added tohex(), iopause.c, uint16, functions