wmifs: Bump to version 1.9

This commit is contained in:
Doug Torrance 2018-06-27 18:09:13 -04:00 committed by Carlos R. Mafra
parent b03c910dc2
commit 08ef4bc3ab
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
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
* Display version number from configure.ac with -v option.

View file

@ -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])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC