diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index cbe9678..6d1ee66 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3 +1,26 @@ +2016-11-30 Doug Torrance + + * ChangeLog, NEWS, configure.ac: Bump to verson 0.4.30. + +2016-11-30 Doug Torrance + + * wmbiff/Imap4Client.c, wmbiff/ShellClient.c, wmbiff/passwordMgr.c, + wmbiff/test_wmbiff.c: Add #define _GNU_SOURCE to avoid "implicit + declaration" warnings. + +2016-11-30 Doug Torrance + + * wmbiff/Client.h, wmbiff/socket.c: Use unsigned data type for port + number. + +2016-07-20 Doug Torrance + + * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Fix typos. + +2016-07-19 Doug Torrance + + * ChangeLog, configure.ac: Bump to version 0.4.29. + 2016-07-19 Doug Torrance * wmbiff/Imap4Client.c: Close mailbox before we call diff --git a/wmbiff/NEWS b/wmbiff/NEWS index 5549ddf..dd0e2d4 100644 --- a/wmbiff/NEWS +++ b/wmbiff/NEWS @@ -1,5 +1,11 @@ Release Notes ~~~~~~~~~~~~~ +Release 0.4.30 - November 30, 2016 + * Bug fixes. + +Release 0.4.29 - July 19, 2016 + * Bug fixes. + Release 0.4.28 - November 7, 2014 * Lots of bug fixes and code cleanup. diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index 1479100..1409bb4 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.29, wmaker-dev@lists.windowmaker.org, wmbiff) +AC_INIT(WMBiff, 0.4.30, wmaker-dev@lists.windowmaker.org, wmbiff) AC_CONFIG_AUX_DIR(autoconf) AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h])