From f6689b791eca7231e7e96c714b771db20706639f Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 21 Aug 2015 02:20:21 -0400 Subject: [PATCH] wmfsm: Bump to version 0.36. --- wmfsm/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ wmfsm/configure.ac | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/wmfsm/ChangeLog b/wmfsm/ChangeLog index ce25e98..216b8c4 100644 --- a/wmfsm/ChangeLog +++ b/wmfsm/ChangeLog @@ -1,3 +1,39 @@ +2015-08-21 Doug Torrance + + * ChangeLog, configure.ac: Bump to version 0.36. + +2015-08-21 Doug Torrance + + * wmfsm/wmfsm.c: Handle errors related to the HOME + environment variable. In particular, if HOME is undefined, then a + segmentation fault will occur. Also, if HOME is at least 245 + characters, then a buffer overflow will occur. We check for these + conditions and exit with an error message instead. Patch obtained from + Debian package [1]. + + [1] https://sources.debian.net/src/wmfsm/0.35-1/debian/patches/handle_HOME_errors.patch/ + +2015-08-21 Doug Torrance + + * wmfsm/wmfsm.c: Lengthen the buffer for mount options + to decrease the likelihood of a stack buffer overflow. + +2015-08-21 Doug Torrance + + * wmfsm/Makefile.am: Move wmfsm_master.xpm from make + clean to make distclean; otherwise make && make clean && make fails. + +2015-08-20 Doug Torrance + + * README: Add note about libdockapp to README. + +2015-08-16 Rodolfo García Peñas (kix) + + * Makefile.am, configure.ac, wmfsm/Makefile.am, + wmfsm/wmfsm.c, wmgeneral/Makefile.am, + wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h: wmfsm uses now the new + library libdockapp that includes the old wmgeneral library. + 2015-01-22 Doug Torrance * ChangeLog, configure.ac: Bump to version 0.35. diff --git a/wmfsm/configure.ac b/wmfsm/configure.ac index d3bbdc7..8e6dd05 100644 --- a/wmfsm/configure.ac +++ b/wmfsm/configure.ac @@ -1,6 +1,6 @@ dnl Hey emacs -*- mode: m4 -*- thanks dnl Process this file with autoconf to create a configure script -AC_INIT([wmfsm], [0.35], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmfsm], [0.36], [wmaker-dev@lists.windowmaker.org]) AC_CONFIG_SRCDIR([wmfsm/wmfsm.c]) AM_INIT_AUTOMAKE AC_CANONICAL_HOST -- 2.11.4.GIT