wmbiff: bump to 0.4.36.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
ffe97ca698
commit
fc7e459a70
|
@ -1,3 +1,19 @@
|
|||
2020-04-17 Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
* ChangeLog, configure.ac: wmbiff: bump to 0.4.36.
|
||||
|
||||
2020-04-17 Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
* wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h:
|
||||
wmbiff: fix multiple definitions of display variable. The display
|
||||
variable is declared in a header with no explicit linkage. This results
|
||||
in there being multiple definitions of it in wmbiff.o and libwmgeneral.a
|
||||
and a failure during linking with gcc 10. Add `extern` to the header
|
||||
declaration and a separate declaration with no linkage in wmgeneral.c
|
||||
where it is assigned.
|
||||
Link: https://bugs.debian.org/957937
|
||||
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
2019-07-23 Jeremy Sowden <jeremy@azazel.net>
|
||||
|
||||
* ChangeLog, NEWS, configure.ac: bumped to 0.4.35.
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
Release Notes
|
||||
~~~~~~~~~~~~~
|
||||
Release 0.4.36 - April 4, 2020
|
||||
* GCC 10 linkage fix.
|
||||
|
||||
Release 0.4.35 - July 23, 2019
|
||||
* TLS SNI support.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ dnl and configure:
|
|||
dnl installation prefix
|
||||
dnl version
|
||||
|
||||
AC_INIT(WMBiff, 0.4.35, wmaker-dev@googlegroups.com, wmbiff)
|
||||
AC_INIT(WMBiff, 0.4.36, wmaker-dev@googlegroups.com, wmbiff)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
dnl make sure autoheader finds version, implicitly defined above.
|
||||
|
|
Loading…
Reference in a new issue