wmbiff: Bump to verson 0.4.30.
This commit is contained in:
parent
08f8c13a77
commit
4eadda20b1
|
@ -1,3 +1,26 @@
|
|||
2016-11-30 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* ChangeLog, NEWS, configure.ac: Bump to verson 0.4.30.
|
||||
|
||||
2016-11-30 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* 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 <dtorrance@piedmont.edu>
|
||||
|
||||
* wmbiff/Client.h, wmbiff/socket.c: Use unsigned data type for port
|
||||
number.
|
||||
|
||||
2016-07-20 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* wmbiff/wmbiff.1, wmbiff/wmbiff.c: Fix typos.
|
||||
|
||||
2016-07-19 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* ChangeLog, configure.ac: Bump to version 0.4.29.
|
||||
|
||||
2016-07-19 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* wmbiff/Imap4Client.c: Close mailbox before we call
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue