wmifs: Bump to version 1.9
This commit is contained in:
parent
b03c910dc2
commit
08ef4bc3ab
|
@ -1,5 +1,12 @@
|
||||||
Version Description
|
Version Description
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
1.9 * Released 180627
|
||||||
|
|
||||||
|
* Error handling when fopen fails.
|
||||||
|
This prevents fgets from segfaulting on the next line, closing Debian
|
||||||
|
bug #901353.
|
||||||
|
Thanks to <anomie@users.sourceforge.net> for the bug report and patch.
|
||||||
|
|
||||||
1.8 * Released 160420
|
1.8 * Released 160420
|
||||||
|
|
||||||
* Display version number from configure.ac with -v option.
|
* Display version number from configure.ac with -v option.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([wmifs], [1.8], [wmaker-dev@googlegroups.com])
|
AC_INIT([wmifs], [1.9], [wmaker-dev@googlegroups.com])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in a new issue