Skip to content

Commit

Permalink
updated ChangeLogs for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 18, 2022
1 parent 85db257 commit 5ae4f64
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
1 change: 1 addition & 0 deletions daemontools-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ o svscan: added AUTOSCAN feature (which was actually part of the original
variable is set.
- 08/04/2022
78. svscan.c: added few INFO messages (scanning, starting service)
- 18/05/2022 - indimail-mta-3.0.0

* Sunday 14 February 2021 07:46:33 PM IST
Release 1.0 Start 09/10/2020
Expand Down
16 changes: 14 additions & 2 deletions indimail-mta-x/doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
*
Release 2.14.1 Start 21/09/2021 End xx/xx/2022
Release 3.0.0 Start 21/09/2021 End 18/05/2022
======= Release Highlights ================================================
o dynamic queue using POSIX message queue, shared memory
o New daemon qscheduler which replaced qmail-daemon
o Ability to group deliveries in chunks to improve delivery speed
o added qmonitor manage queues.
o added qtop program to monitor queue loads without using disk IO
o Made SPLIT, big todo configurable using env variables.
o added ability to disable a queue temporarily.
o openssl 3.0.0 port
===========================================================================
- 21/09/2021
01. batv.c: refactored code. Return error type during validation
Expand Down Expand Up @@ -225,6 +233,11 @@ Release 2.14.1 Start 21/09/2021 End xx/xx/2022
124. use tcpopen, udpopen from libqmail
125. whois.c: replaced strstr.c with str_str from libqmail
126. udplcient.c: use headers from standard include path
- 18/05/2022
127. batv.c, smtpd.c, sslerator.c, qmail-remote.c, starttls.c: openssl 3.0.0
port
128. svctool: use realpath to resolve full path of /etc/resolv.conf
129. update_tmprsadh: added --mxbits argument to specify max bits

*
Release 2.14.0 Start 18/07/2021 End 12/09/2021
Expand Down Expand Up @@ -405,7 +418,6 @@ o New control file dkimkeys to override DKIMKEY and allow domain specfic
95. svctool.in: set inlookup fifo permissions during startup
96. sys-checkpwd.c: relinquish setuid privileges in pipe_exec()
97. qmail-dk.c, qmail-dkim.c: restore gid after reading private key file
- 12/09/2021 - indimail-mta-2.14.0

*
Release 2.13 Start 14/02/2021
Expand Down
6 changes: 4 additions & 2 deletions libdkim-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,17 @@ Release 1.5 Start 19/03/2009
32. renamed DKKIMDOMAIN to BOUNCEDOMAIN
- 06/10/2020
33. configure.ac: changes for FreeBSD, Darwin
- 13/10/2020 indimail-mta-2.12
- 13/10/2020 - indimail-mta-2.12
34. added debuginfo package
- 18/07/2021 indimail-mta-2.13
- 18/07/2021 - indimail-mta-2.13
- 20/07/2021
35. updated configure.ac by doing autoupdate
- 28/08/2021
36. dkimsign.cpp: added ReplaceSelector to replace selector
37. dkimfuncs.cpp - added DKIMSignReplaceSelector to replace selector
38. dkim.h: Added prototype for DKIMSignReplaceSelector
- 12/09/2021 - indimail-mta-2.14.0
- 18/05/2022 - indimail-mta-3.0.0

*
----------------------
Expand Down
6 changes: 4 additions & 2 deletions libsrs2-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Release 1.0.18 Start 05/06/2004
01. First Release
- 01/10/2020
02. FreeBSD, Darwin Port
- 13/10/2020 indimail-mta-2.12
- 13/10/2020 - indimail-mta-2.12
03. added debuginfo package
- 18/07/2021 indimail-mta-2.13
- 18/07/2021 - indimail-mta-2.13
- 20/07/2021
04. updated configure.ac
- 12/09/2021 - indimail-mta-2.14.0
- 18/05/2022 - indimail-mta-3.0.0
7 changes: 7 additions & 0 deletions ucspi-tcp-x/doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release 1.1 Start 14/02/2021
o added SSL/TLS support in tcpclient
o added STARTTLS support in tcpclient for POP3s
o dotls transparent SSL/TLS wrapper for tcpserver
o tls.c ported for openssl 3.0.0
===========================================================================
- 02/03/2021
01. tcpserver.c renamed SSL_CIPHER to TLS_CIPHER_LIST
Expand Down Expand Up @@ -60,6 +61,12 @@ o dotls transparent SSL/TLS wrapper for tcpserver
use no_return macro to declare functions that do not return back to
caller
- 12/09/2021 - indimail-mta-2.14.0
- 17/05/2022
30. replaced deprecated function SSL_CTX_use_RSAPrivateKey_file with
SSL_CTX_use_PrivateKey_file for openssl 3.0
- 18/05/2022
31. tls.c: ported for openssl 3.0.0
- 18/05/2022 - indimail-mta-3.0.0

* Sunday 14 February 2021 07:46:33 PM IST
Release 1.0 Start 21/05/2020
Expand Down

0 comments on commit 5ae4f64

Please sign in to comment.