[Pkg-wmaker-commits] [wmbiff] 05/05: wmbiff: Bump to version 0.4.29.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Jul 20 13:37:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmbiff.

commit d48d37ae1b162fbeee30937a212c5f24b3a57272
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Tue Jul 19 21:52:18 2016 -0400

    wmbiff: Bump to version 0.4.29.
---
 ChangeLog    | 38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4271326..cbe9678 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2016-07-19  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmbiff/Imap4Client.c: Close mailbox before we call
+	status on it.
+
+	Additional patch by Nye Liu <nyet at nyet.org> to fix Debian bug
+	#830889 [1].
+
+	[1] https://bugs.debian.org/830889
+
+2016-07-12  Doug Torrance <dtorrance at piedmont.edu>
+
+	* wmbiff/Imap4Client.c: EXAMINE before STATUS
+
+	Patch by Nye Liu <nyet at nyet.org> 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 <dtorrance at piedmont.edu>
+
+	* 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) <kix at kix.es>
+
+	* 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 <dtorrance at monmouthcollege.edu>
 
 	* wmbiff/Makefile.am: Remove sourceforgeupload target from
diff --git a/configure.ac b/configure.ac
index a1ae56c..1479100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl and configure:
 dnl  installation prefix
 dnl  version
 
-AC_INIT(WMBiff, 0.4.28, wmaker-dev at lists.windowmaker.org, wmbiff)
+AC_INIT(WMBiff, 0.4.29, wmaker-dev at lists.windowmaker.org, wmbiff)
 AC_CONFIG_AUX_DIR(autoconf)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADER([config.h])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list