diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-13 22:24:17 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-13 22:24:17 +0000 |
commit | 7bcb1977db20099d686099802efd1fbf393c92ee (patch) | |
tree | 4c54c667628647965b65e7ef670361e875a90703 /ChangeLog | |
parent | cf6368c0aa47983547772669e4d9f7f462b7a0ba (diff) |
Fix race condition when shutdown_helper may be called again from the
2006-02-13 Behdad Esfahbod <behdad@gnome.org>
* gnome-pty-helper/gnome-pty-helper.c: Fix race condition when
shutdown_helper may be called again from the signal handler when
it's already running. (bug #331056)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-02-13 Behdad Esfahbod <behdad@gnome.org> + * gnome-pty-helper/gnome-pty-helper.c: Fix race condition when + shutdown_helper may be called again from the signal handler when + it's already running. (bug #331056) + +2006-02-13 Behdad Esfahbod <behdad@gnome.org> + * configure.in: Do not prepend X_LIBS and X_CFLAGS to LIBS and CFLAGS. (bug #331021, Sylvain BERTRAND) |