wmbiff: Bump to version 0.4.31.
This commit is contained in:
parent
bba01f1b6a
commit
ad780663d9
|
@ -1,3 +1,22 @@
|
|||
2017-06-23 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* ChangeLog, NEWS, configure.ac: Bump to version 0.4.31.
|
||||
|
||||
2017-06-23 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* wmbiff/Imap4Client.c, wmbiff/ShellClient.c,
|
||||
wmbiff/passwordMgr.c, wmbiff/test_wmbiff.c:
|
||||
Remove #define _GNU_SOURCE; already defined in CFLAGS.
|
||||
|
||||
|
||||
2017-06-23 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* wmbiff/maildirClient.c: Manually copy mailbox path.
|
||||
|
||||
Patch by Demi <m@tfiu.de> to fix Debian bug #621690 [1].
|
||||
|
||||
[1] https://bugs.debian.org/621690
|
||||
|
||||
2016-11-30 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* ChangeLog, NEWS, configure.ac: Bump to verson 0.4.30.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
Release Notes
|
||||
~~~~~~~~~~~~~
|
||||
Release 0.4.31 - June 23, 2017
|
||||
* Bug fix.
|
||||
|
||||
Release 0.4.30 - November 30, 2016
|
||||
* Bug fixes.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ dnl and configure:
|
|||
dnl installation prefix
|
||||
dnl version
|
||||
|
||||
AC_INIT(WMBiff, 0.4.30, wmaker-dev@lists.windowmaker.org, wmbiff)
|
||||
AC_INIT(WMBiff, 0.4.31, 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