Skip to content

libqmail 1.0

Compare
Choose a tag to compare
@mbhangui mbhangui released this 14 Feb 17:56
· 374 commits to master since this release
73e6c07

Date: Sunday 14 February 2021 11:27:21 PM IST

ChangeLog

Release 1.0 Start 21/05/2020

  1. added --release option to specify release on command line
  • 13/09/2020
  1. libqmail.spec: added Provides: qmail-libs
  • 15/09/2020
  1. added mess822, commands, rewritehost, sconfig functions from indimail-mta
  • 16/09/2020
  1. FreeBSD fixes
  • 01/10/2020
  1. Darwin Port (fmt_ushort.c, default.configure, configure.ac)
  • 04/10/2020
  1. fixed broken crypt(3) implemetation on Darwin Mac OS X
  2. reorgnized directory structure. All qmail functions moved to 'base'
  3. textcode/fmt_utf8.c: updated with upstream libowfat-0.32
  • 09/10/2020
  1. replaced fmt_tohex() with tohex()
  2. global.h, hmac_md5.c, hmac_ripemd.c, md5.c, md5.h: replaced updated
    functions from indimail-mta
  • 18/10/2020
  1. alloc_re.c: fix overwriting unallocate memory location when
    new_size < old_size
  • 22/10/2020
  1. Remove definition of INSTALL program in configure.ac, Makefile.am
  • 22/11/2020
  1. added tai_add.c. tai_uint.c
  2. use const keyword
  • 24/11/2020
  1. added readclose(), openreadclose()
  2. added noreturn attribute for strerr_die()
  3. removed exit.h
  • 26/11/2020
  1. constmap.c: allow delimiter to be changed from the default colon
    character.
  2. added man page for constmap function
  3. constmap.c, constmap.h: added constmap_index(), constmap_get() functions
  • 28/11/2020
  1. +HeaderName feature by Erwin Hoffman: display all headers which have
    HeaderName as the initial text
  • 02/12/2020
  1. changed return type of alloc to void *
  • 11/01/2021
  1. libqmail.spec: removed redhat-lsb-core from BuildRequires