From b904bd01b052d5425d5889028a56e2785755ec9c Mon Sep 17 00:00:00 2001 From: "Torrance, Douglas" Date: Fri, 1 Mar 2019 10:48:50 +0000 Subject: [PATCH] wmbiff: Bump to version 0.4.33 --- wmbiff/ChangeLog | 22 ++++++++++++++++++++++ wmbiff/NEWS | 3 +++ wmbiff/configure.ac | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index db64321..8b1e488 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3 +1,25 @@ +2019-03-01 Doug Torrance + + * ChangeLog, NEWS, configure.ac: Bump to version 0.4.33 + +2019-03-01 Doug Torrance + + * wmbiff/tlsComm.c: Remove unnecessary loop. The last release of + wmbiff included a patch by Nye Liu from Debian bug #917467 [1]. + However, the second part of that patch is not necessary. From Andreas + Metzler's comment + + I am not sure about the second part of the patch. I understand + wmbiff breaking on GNUTLS_E_AGAIN from gnutls_read, because this + only started to happen recently (with TLS1.3) on blocking sockets. + What I do not get from my rudimentary understanding C + programmimg is the second part, this is in the else of "if + (scs->tls_state)", so, afaiui for non-encrypted connections. Is the + change necessary there at all, is it the right thing to retry read + on EAGAIN then? We revert the second part of the patch. + + [1] https://bugs.debian.org/917467 + 2019-02-12 Doug Torrance * ChangeLog, NEWS, configure.ac: Bump to version 0.4.32. diff --git a/wmbiff/NEWS b/wmbiff/NEWS index f8b3147..57e908c 100644 --- a/wmbiff/NEWS +++ b/wmbiff/NEWS @@ -1,5 +1,8 @@ Release Notes ~~~~~~~~~~~~~ +Release 0.4.33 - March 1, 2019 + * Code cleanup. + Release 0.4.32 - February 12, 2019 * Bug fix. diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index fcbddbd..6280da7 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.32, wmaker-dev@googlegroups.com, wmbiff) +AC_INIT(WMBiff, 0.4.33, wmaker-dev@googlegroups.com, wmbiff) AC_CONFIG_AUX_DIR(autoconf) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT