From 464744a38672825c40d62322c49380ab399d3c9f Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 19 Jul 2016 21:52:18 -0400 Subject: [PATCH] wmbiff: Bump to version 0.4.29. --- wmbiff/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ wmbiff/configure.ac | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index 4271326..cbe9678 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3 +1,41 @@ +2016-07-19 Doug Torrance + + * wmbiff/Imap4Client.c: Close mailbox before we call + status on it. + + Additional patch by Nye Liu to fix Debian bug + #830889 [1]. + + [1] https://bugs.debian.org/830889 + +2016-07-12 Doug Torrance + + * wmbiff/Imap4Client.c: EXAMINE before STATUS + + Patch by Nye Liu to fix Debian bug #830889 [1]. + + Outlook Office365 IMAP servers now expect a client to issue at least + one EXAMINE before STATUS, or UNSEEN is always zero. + + [1] https://bugs.debian.org/830889 + +2015-10-25 Doug Torrance + + * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Add missing command line options + to documentation. + + Closes Debian bug #770117 [1]. + + [1] https://bugs.debian.org/770117 + +2015-08-16 Rodolfo García Peñas (kix) + + * wmbiff/tlsComm.c: FTBFS with initialize_gnutls + + The first argument for the function initialize_gnutls is an intptr_t + so wmbiff fails to build from source. This patch changes the current + int to intptr_t. + 2014-11-07 Doug Torrance * wmbiff/Makefile.am: Remove sourceforgeupload target from diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index a1ae56c..1479100 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.28, wmaker-dev@lists.windowmaker.org, wmbiff) +AC_INIT(WMBiff, 0.4.29, wmaker-dev@lists.windowmaker.org, wmbiff) AC_CONFIG_AUX_DIR(autoconf) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h])