diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index 021e4a7..43de914 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3 +1,30 @@ +2019-07-23 Jeremy Sowden + + * ChangeLog, NEWS, configure.ac: bumped to 0.4.35. + +2019-07-23 Jeremy Sowden + + * AUTHORS: added Doug Torrance and myself to the list. + +2019-07-23 Jeremy Sowden + + * wmbiff/tlsComm.c: added support for TLS SNI. + + From Debian bug #917993: + From: Nye Liu + Subject: wmbiff: gmail (and many other IMAP servers) now require SNI + Date: Tue, 01 Jan 2019 18:33:51 -0800 + + wmbiff/gmail imap4: Need new connection to + ***@gmail.com@imap.gmail.com + wmbiff/gmail comm: certificate passed time check. + wmbiff/gmail comm: server's certificate (OU=No SNI provided\; please + fix your client.,CN=invalid2.invalid) does not match its hostname + (imap.gmail.com). wmbiff/gmail comm: server's certificate does + not match its hostname. + wmbiff/gmail comm: to ignore this error, run wmbiff with the + -skip-certificate-check option + 2019-07-22 Jeremy Sowden * ChangeLog, NEWS, configure.ac: bumped to 0.4.34. diff --git a/wmbiff/NEWS b/wmbiff/NEWS index e4db915..a9570b7 100644 --- a/wmbiff/NEWS +++ b/wmbiff/NEWS @@ -1,5 +1,8 @@ Release Notes ~~~~~~~~~~~~~ +Release 0.4.35 - July 23, 2019 + * TLS SNI support. + Release 0.4.34 - July 23, 2019 * Bug fixes. * Code cleanup. diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index 9731077..b7948f6 100644 --- a/wmbiff/configure.ac +++ b/wmbiff/configure.ac @@ -6,7 +6,7 @@ dnl and configure: dnl installation prefix dnl version -AC_INIT(WMBiff, 0.4.34, wmaker-dev@googlegroups.com, wmbiff) +AC_INIT(WMBiff, 0.4.35, wmaker-dev@googlegroups.com, wmbiff) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h]) dnl make sure autoheader finds version, implicitly defined above.