From 08ef4bc3ab3d0ddf6a2e6b72283f6fb2c6ce2460 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 27 Jun 2018 18:09:13 -0400 Subject: [PATCH] wmifs: Bump to version 1.9 --- wmifs/CHANGES | 7 +++++++ wmifs/configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index ce7279e..cf79448 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -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 for the bug report and patch. + 1.8 * Released 160420 * Display version number from configure.ac with -v option. diff --git a/wmifs/configure.ac b/wmifs/configure.ac index bbd1d4e..a96b194 100644 --- a/wmifs/configure.ac +++ b/wmifs/configure.ac @@ -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