CVSROOT:        /cvs/gnome
Module name:    gdm2
Changes by:     bcameron        06/03/27 20:44:36

Modified files:
        .              : ChangeLog acconfig.h configure.ac 
        config         : Makefile.am PostLogin gdm.conf.in 
        daemon         : Makefile.am gdm.c gdm.h gdmconfig.c 
        gui            : Makefile.am gdmXnestchooser.c gdmchooser.c 
                         gdmcomm.c gdmcomm.h gdmdynamic.c 
                         gdmflexiserver.c gdmlogin.c gdmphotosetup.c 
                         gdmsetup.c 
        gui/greeter    : Makefile.am greeter.c greeter_item_ulist.c 
        gui/modules    : Makefile.am dwellmouselistener.c 
                         keymouselistener.c 
        utils          : Makefile.am 

Log message:
2006-03-27  Brian Cameron  <[EMAIL PROTECTED]>

* acconfig.h, configure.ac, config/Makefile.am, config/PostLogin,
config/gdm.conf.in, daemon/Makefile.am, daemon/gdm.[ch],
daemon/gdmconfig.c, gui/Makefile.am, gui/greeter/Makeifle.am,
gui/modules/Makefile.am, gui/modules/dwellmouselistener.c,
gui/modules/keymouselistener.c, utils/Makefile.am: Now support
--with-sysconfsubdir so that GDM can be configured to have
the config files in a directory that isn't hardcoded to have "/gdm"
at the end.  Fixes bug #335957 
[http://bugzilla.gnome.org/show_bug.cgi?id=335957].  Patch provided by Julio M
Merino Vidal <[EMAIL PROTECTED]> with minor changes by me to fix
some usage of EXPANDED_GDMCONFDIR that caused breakage on Solaris.

* gui/gdmXnestchooser, gui/gdmchooser.c, gui/gdmcomm.[ch],
gui/gdmdynamic.c, gui/gdmflexiserver.c, gui/gdmlogin.c,
gui/gdmphotosetup.c, gui/greeter/greeter.c:  Now use
gdmcomm_comm_bulk_start and gdmcomm_comm_bulk_stop to wrap areas of
the code where we want to keep the sockets connection open for
performance.  This makes gdmsetup start faster and better ensures
that sockets are not left open.  Now gdmcomm_call_gdm will always
close the socket unless inside such a block, ensuring that if distros
add patches to read new config values at random points in the code,
the socket won't be left open.

* daemon/gdm.c: Fix gdm_debug message.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gdm2&who=bcameron&date=explicit&mindate=2006-03-27%2020:43&maxdate=2006-03-27%2020:45

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to