Skip to content

Commit c03c4f6

Browse files
Bump release 2.66.
1 parent a56307d commit c03c4f6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2026-02-21 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
2+
- Add support for trust certificate file and directory.
3+
- Add support for certificate verification.
4+
- Config option to set trust certificate file and directory.
5+
- Config option to enable/disable [default:YES] certificate and hostname verification.
6+
- Config option to enable/disable [default:YES] self signed certificate.
7+
- Fix SSL context and object release on failure.
8+
- Fix AuthPass parsing to accept '=' or ':'.
9+
- Reset header buffer to avoid invalid data in message.
10+
111
2025-09-24 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
212

313
- Update to current autoconf.

ssmtp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
See COPYRIGHT for the license
1111
1212
*/
13-
#define VERSION "2.65"
13+
#define VERSION "2.66"
1414
#define _GNU_SOURCE
1515

1616
#include <sys/socket.h>

0 commit comments

Comments
 (0)