-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ChangeLogs, version numbers (#66)
* Updated ChangeLogs, version numbers * updated ChangeLogs
- Loading branch information
Showing
7 changed files
with
41 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.3 | ||
1.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
* Sun Mar 03 2024 12:20:15 +0000 Manvendra Bhangui <[email protected]> 1.1.4-1.1%{?dist} | ||
Release 1.1.4-1.1 Start 09/02/2024 End 03/02/2024 | ||
- 09/02/2024 | ||
01. installer.c, supervise.c: replace chown, chmod with fchown, fchmod | ||
02. Makefile: test presence of unlinkat() for multilog | ||
- 10/02/2024 | ||
03. installer.c: removed unused options and fixed check option for fixing | ||
permissions | ||
- 10/02/2024 | ||
04. installer.c: added 'z' option to create files with fized number of zeros. | ||
05. multilog.c: use unlinkat() if available instead of unlink | ||
- 18/02/2024 | ||
06. multilog.c: BUG: fix wrong argument passed to open_read() in finish() | ||
- 26/02/2024 | ||
07. systemd.in: replace /etc/init.d/svscan with /usr/bin/qmailctl for ExeStop | ||
- 28/02/2024 | ||
08. svscan.c: send SIGTERM twice followed by SIGKILL to terminate logging and | ||
then remaining processes | ||
09. supervise.c: Fixed termination of processes with -G option when no | ||
processes found in a process group | ||
- 03/02/2024 - indimail-mta-3.0.7 | ||
|
||
* Mon Jan 01 2024 16:53:05 +0000 Manvendra Bhangui <[email protected]> 1.1.3-1.1%{?dist} | ||
Release 1.1.3-1.1 Start 27/04/2023 End 01/01/2024 | ||
- 27/04/2023 | ||
|
@@ -27,24 +49,6 @@ Release 1.1.3-1.1 Start 27/04/2023 End 01/01/2024 | |
12. minisvc.in: added missing definitions for usefsync, usefdatasync, | ||
usesyncdir | ||
- 01/01/2024 - indimail-mta-3.0.6 | ||
- 09/02/2024 | ||
13. installer.c, supervise.c: replace chown, chmod with fchown, fchmod | ||
14. Makefile: test presence of unlinkat() for multilog | ||
- 10/02/2024 | ||
15. installer.c: removed unused options and fixed check option for fixing | ||
permissions | ||
- 10/02/2024 | ||
16. installer.c: added 'z' option to create files with fized number of zeros. | ||
17. multilog.c: use unlinkat() if available instead of unlink | ||
- 18/02/2024 | ||
19. multilog.c: BUG: fix wrong argument passed to open_read() in finish() | ||
- 26/02/2024 | ||
20. systemd.in: replace /etc/init.d/svscan with /usr/bin/qmailctl for ExeStop | ||
- 28/02/2024 | ||
21. svscan.c: send SIGTERM twice followed by SIGKILL to terminate logging and | ||
then remaining processes | ||
22. supervise.c: Fixed termination of processes with -G option when no | ||
processes found in a process group | ||
|
||
* Sun Apr 23 2023 17:05:00 +0000 Manvendra Bhangui <[email protected]> 1.1.2-1.1%{?dist} | ||
Release 1.1.2-1.1 Start 20/02/2023 End 23/04/2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
* XXX XXX XX XXXX XX:XX:XX +0000 @email@ @version@-@release@%{?dist} | ||
Release @version@-@release@ Start 02/01/2024 End XX/XX/XXXX | ||
* Sun Mar 03 2024 12:20:15 +0000 Manvendra Bhangui <[email protected]> 3.0.7-1.1%{?dist} | ||
Release 3.0.7-1.1 Start 02/01/2024 End 03/02/2024 | ||
======= Release Highlights ================================================ | ||
- Performance improvement by replacing select() with poll() in | ||
timeoutread(), timeoutwrite() in libqmail | ||
|
@@ -118,7 +118,7 @@ Release @version@-@release@ Start 02/01/2024 End XX/XX/XXXX | |
- 23/02/2024 | ||
63. smtpd.c: sanitized variable names for badmailfrom, badrcptto, | ||
blackholedrcpt, blackholedsender, spamignore | ||
64. removed blachole*pattern, spamignorepattern | ||
64. removed blackhole*pattern, spamignorepattern | ||
- 28/02/2024 | ||
65. qscheduler.c: removed unreachable statement after _exit() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,12 +55,14 @@ Release 1.7-1.1 Start 01/02/2023 End 09/01/2024 | |
17. dkim.cpp, dkimsigin.cpp: Exclude Arc-Authentication-Results from DKIM | ||
signing | ||
- 01/01/2024 - indimail-mta-3.0.6 | ||
- 06/01/2024 | ||
18. dkim.h: Added error code DKIM_BAD_IDENTITY for invalid identity domain | ||
19. dkimverify.cpp, dkim.cpp: use new error code DKIM_BAD_IDENTITY for | ||
invalid identity domain (i= tag) | ||
20. dkimsign.cpp: Use strrchr instead of strchr for extracting domain | ||
- 09/01/2024 | ||
21. dkim.h: re-arranged DKIM error codes. | ||
- 03/02/2024 - indimail-mta-3.0.7 | ||
|
||
* Mon Jan 30 2023 13:14:56 +0000 Manvendra Bhangui <[email protected]> 1.6-1.1%{?dist} | ||
Release 1.6 Start 27/11/2022 End 30/11/2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
* Thu 08 Sep 2022 12:31:45 +0000 Manvendra Bhangui <@email@> @version@-@release@%{?dist} | ||
Release @version@-@release@ Start 05/06/2004 End 08/09/2022 | ||
* Thu 08 Sep 2022 12:31:45 +0000 Manvendra Bhangui <[email protected]> 1.0.18-1.1%{?dist} | ||
Release 1.0.18-1.1 Start 05/06/2004 End 08/09/2022 | ||
- 05/06/2004 | ||
01. First Release | ||
- 01/10/2020 | ||
|
@@ -19,3 +19,4 @@ Release @version@-@release@ Start 05/06/2004 End 08/09/2022 | |
- 08/09/2023 - indimail-mta-3.0.4 | ||
- 17/10/2023 - indimail-mta-3.0.5 | ||
- 01/01/2024 - indimail-mta-3.0.6 | ||
- 03/02/2024 - indimail-mta-3.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.3 | ||
1.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
* Sun Mar 03 2024 12:20:16 +0000 Manvendra Bhangui <[email protected]> 1.1.4-1.1%{?dist} | ||
Release 1.1.4-1.1 Start 08/02/2024 End 03/02/2024 | ||
- 08/02/2024 | ||
01. installer.c: replace chown, chmod with fchown, fchmod | ||
- 10/02/2024 | ||
02. installer.c: removed unused options and fixed check option fixing | ||
permissions | ||
- 03/02/2024 - indimail-mta-3.0.7 | ||
|
||
* Mon Jan 01 2024 19:01:07 +0000 Manvendra Bhangui <[email protected]> 1.1.3-1.1${?dist} | ||
Release 1.1.3-1.1 Start 27/04/2023 End 01/01/2024 | ||
======= Release Highlights ================================================ | ||
|
@@ -17,11 +26,6 @@ Release 1.1.3-1.1 Start 27/04/2023 End 01/01/2024 | |
- 26/11/2023 | ||
05. tcpserver.c: fixed TCPLOCALPORT not getting set | ||
- 01/01/2024 - indimail-mta-3.0.6 | ||
- 08/02/2024 | ||
06. installer.c: replace chown, chmod with fchown, fchmod | ||
- 10/02/2024 | ||
07. installer.c: removed unused options and fixed check option fixing | ||
permissions | ||
|
||
* Sun Apr 23 2023 17:50:00 +0000 Manvendra Bhangui <[email protected]> 1.1.2-1.1%{?dist} | ||
Release 1.1.2-1.1 Start 13/02/2023 End 23/04/2023 | ||
|