From 0498c7718ab5a76d63d5f49c5d1f52603e8e70ba Mon Sep 17 00:00:00 2001 From: Syed-Shahrukh-OSSRevival Date: Sat, 21 Feb 2026 04:29:23 +0500 Subject: [PATCH] Bump release 2.66. --- ChangeLog | 11 +++++++++++ ssmtp.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e02707..ef3edfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2026-02-21 Syed Shahrukh Hussain + - Add support for trust certificate file and directory. + - Add support for certificate verification. + - Config option to set trust certificate file and directory. + - Config option to enable/disable [default:YES] certificate and hostname verification. + - Config option to enable/disable [default:YES] self signed certificate. + - Fix SSL context and object release on failure. + - Fix AuthPass parsing to accept '=' or ':'. + - Reset header buffer to avoid invalid data in message. + - Add (and ignore) -B option. + 2025-09-24 Syed Shahrukh Hussain - Update to current autoconf. diff --git a/ssmtp.c b/ssmtp.c index 59f7bd7..e847320 100644 --- a/ssmtp.c +++ b/ssmtp.c @@ -10,7 +10,7 @@ See COPYRIGHT for the license */ -#define VERSION "2.65" +#define VERSION "2.66" #define _GNU_SOURCE #include