Skip to content

libqmail 0.3

Compare
Choose a tag to compare
@mbhangui mbhangui released this 06 Sep 03:56
· 464 commits to master since this release
71e689c

ChangeLog

Release 0.3 Start 21/05/2020

  1. Debian build - use /usr/lib/ (e.g. /usr/lib/x86_64-linux-gnu)
  2. configur.ac - use LIB_SSL, LIB_CRYPTO
  3. debian/control - use ${shlibs:Depends}
  • 16/06/2020
  1. added setuserid.c, setuserid.h
  2. Makefile.am: use BUILT_SOURCES to build all needed header files
  • 20/06/2020
  1. added AC_PROG_CC_C99 to configure.ac
  2. use m4_normalize(m4_include([conf-version])) in AC_INIT
    01/07/2020
  3. Added textcode from libowfat, http://www.fefe.de/libowfat/
  4. added array library from http://cr.yp.to/lib/array.html
  • 04/07/2020
  1. fmt.h: include sys/types.h if config.h is not included
  2. setuserid.h: include sys/types.h, grp.h if config.h is not included
  3. uint16.h: include inttypes.h if config.h is not included
  4. libqmail.spec: use smp_mflags for parallel make
  5. debian/libqmail.dsc: use Debtransform-Release to increment build number
  • 07/07/2020
  1. taia_now.c: renamed variable now to tmval
  2. added CFLAGS="$CFLAGS -O4 -Wall -Wimplicit -fPIC -fno-strict-aliasing
    -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow
    -Wcast-align -Wwrite-strings -Wno-discarded-qualifiers"
  • 23/07/2020
  1. scan.h: added scan_double(), scan_hexdump() prototyps
  2. configure.ac: used comprehensive CFLAGS
  3. default.configure: create conf-release if not exists
  • 03/08/2020
  1. cdb.h: added cdb_free() prototype
  2. sig.h, sig.c: added sig_usr1, sig_usr2
  3. fmt.h: added tohex() proto
  4. fmt_hexbyte.c: added tohex() function
  5. libqmail.spec: added iopause.h header file
  6. Makefile.am: added tohex(), iopause.c, uint16, functions
  7. added safe multiplication functions from libowfat, http://www.fefe.de/libowfat/