[Pkg-wmaker-commits] [wmfsm] 74/83: wmfsm: Bump to version 0.36.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 14:05:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmfsm.
commit 6aef8a2568fb92578cb0f01740b5468870ae1e28
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Fri Aug 21 02:20:21 2015 -0400
wmfsm: Bump to version 0.36.
---
ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index ce25e98..216b8c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2015-08-21 Doug Torrance <dtorrance at piedmont.edu>
+
+ * ChangeLog, configure.ac: Bump to version 0.36.
+
+2015-08-21 Doug Torrance <dtorrance at piedmont.edu>
+
+ * 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 <dtorrance at piedmont.edu>
+
+ * wmfsm/wmfsm.c: Lengthen the buffer for mount options
+ to decrease the likelihood of a stack buffer overflow.
+
+2015-08-21 Doug Torrance <dtorrance at piedmont.edu>
+
+ * wmfsm/Makefile.am: Move wmfsm_master.xpm from make
+ clean to make distclean; otherwise make && make clean && make fails.
+
+2015-08-20 Doug Torrance <dtorrance at piedmont.edu>
+
+ * README: Add note about libdockapp to README.
+
+2015-08-16 Rodolfo García Peñas (kix) <kix at kix.es>
+
+ * 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 <dtorrance at monmouthcollege.edu>
* ChangeLog, configure.ac: Bump to version 0.35.
diff --git a/configure.ac b/configure.ac
index d3bbdc7..8e6dd05 100644
--- a/configure.ac
+++ b/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 at lists.windowmaker.org])
+AC_INIT([wmfsm], [0.36], [wmaker-dev at lists.windowmaker.org])
AC_CONFIG_SRCDIR([wmfsm/wmfsm.c])
AM_INIT_AUTOMAKE
AC_CANONICAL_HOST
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfsm.git
More information about the Pkg-wmaker-commits
mailing list