wmbiff: bumped to 0.4.35.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
804f88f90b
commit
adf8b97d7b
|
@ -1,3 +1,30 @@
|
|||
2019-07-23 Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
* ChangeLog, NEWS, configure.ac: bumped to 0.4.35.
|
||||
|
||||
2019-07-23 Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
* AUTHORS: added Doug Torrance and myself to the list.
|
||||
|
||||
2019-07-23 Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
* wmbiff/tlsComm.c: added support for TLS SNI.
|
||||
|
||||
From Debian bug #917993:
|
||||
From: Nye Liu <nyet@nyet.org>
|
||||
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 <jeremy@azazel.net>
|
||||
|
||||
* ChangeLog, NEWS, configure.ac: bumped to 0.4.34.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue