diff options
author | George Lebl <jirka@5z.com> | 2002-05-14 21:44:28 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-05-14 21:44:28 +0000 |
commit | 1896121fa881edf722fd9e545ef10e2a8ed52a32 (patch) | |
tree | e720ac9eacecce3f26487a3f3fbdb0311420125d /ChangeLog | |
parent | cf0bbf95e9b427cc8cd050f69e97e5d29e05b6b6 (diff) | |
download | gdm-1896121fa881edf722fd9e545ef10e2a8ed52a32.tar.gz |
increment version, prepare for release
Tue May 14 14:53:51 2002 George Lebl <jirka@5z.com>
* NEWS, configure.in: increment version, prepare for release
* gui/gdmsetup.c: fix initial selection of the current greeter
* daemon/display.c, daemon/errorgui.c, daemon/gdm.[ch],
daemon/misc.c, daemon/server.c, daemon/slave.c: Fix deadlocks
when using the syslog inside a signal handler by sending the
message to the main daemon which then syslogs it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue May 14 14:53:51 2002 George Lebl <jirka@5z.com> + + * NEWS, configure.in: increment version, prepare for release + + * gui/gdmsetup.c: fix initial selection of the current greeter + + * daemon/display.c, daemon/errorgui.c, daemon/gdm.[ch], + daemon/misc.c, daemon/server.c, daemon/slave.c: Fix deadlocks + when using the syslog inside a signal handler by sending the + message to the main daemon which then syslogs it. + Tue May 14 12:08:25 2002 George Lebl <jirka@5z.com> * gui/gdmphotosetup.c, daemon/auth.c: Apply some leak fixes from |