---
 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 <[email protected]>
+
+       * ChangeLog, configure.ac: Bump to version 0.36.
+
+2015-08-21  Doug Torrance <[email protected]>
+
+       * 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 <[email protected]>
+
+       * wmfsm/wmfsm.c: Lengthen the buffer for mount options
+       to decrease the likelihood of a stack buffer overflow.
+
+2015-08-21  Doug Torrance <[email protected]>
+
+       * wmfsm/Makefile.am: Move wmfsm_master.xpm from make
+       clean to make distclean; otherwise make && make clean && make fails.
+
+2015-08-20  Doug Torrance <[email protected]>
+
+       * README: Add note about libdockapp to README.
+
+2015-08-16  Rodolfo García Peñas (kix) <[email protected]>
+
+       * 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 <[email protected]>
 
        * 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], [[email protected]])
+AC_INIT([wmfsm], [0.36], [[email protected]])
 AC_CONFIG_SRCDIR([wmfsm/wmfsm.c])
 AM_INIT_AUTOMAKE
 AC_CANONICAL_HOST
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to