gdm r6278 - branches/gnome-2-20



Author: bcameron
Date: Mon Jun 30 16:43:01 2008
New Revision: 6278
URL: http://svn.gnome.org/viewvc/gdm?rev=6278&view=rev

Log:
Brian Cameron <brian cameron sun com>

        * Release 2.20.7:
        * configure.ac: Updated to new release version
        * NEWS: Updated.


Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/NEWS
   branches/gnome-2-20/configure.ac

Modified: branches/gnome-2-20/NEWS
==============================================================================
--- branches/gnome-2-20/NEWS	(original)
+++ branches/gnome-2-20/NEWS	Mon Jun 30 16:43:01 2008
@@ -1,5 +1,24 @@
 Ahh news...
 
+2.20.7 Stuff:
+
+- When GDM checks the XFree86_VT atom, it does not set it if it
+  does not already exist.  (Brian Cameron, Simon Zheng)
+
+- Free a pointer array via g_free instead of g_ptr_array_free, avoiding
+  an assert on shutdown.  (Frederic Crozat)
+
+- When reading in the BaseXsession configuration value, it now only
+  accepts the first word as the script name and ignores the rest.
+  Previously if you had any trailing spaces or other arguments, it
+  would cause GDM to fail to read any value for the script.  (Brian
+  Cameron)
+
+- Translation updates (Theppitak Karoonboonyanan, Priit Laes, Nickolay
+  V. Shmyrev, Clytie Siddall)
+
+- Use RBAC for Suspend when on Solaris.  (Simon Zheng)
+
 2.20.6 Stuff:
 
 - Fix two related bugs that were causing GDM to crash regularly on exit.

Modified: branches/gnome-2-20/configure.ac
==============================================================================
--- branches/gnome-2-20/configure.ac	(original)
+++ branches/gnome-2-20/configure.ac	Mon Jun 30 16:43:01 2008
@@ -2,7 +2,7 @@
 AC_INIT(daemon/gdm.h)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.20.6)
+AM_INIT_AUTOMAKE(gdm,2.20.7)
 AC_CONFIG_MACRO_DIR([m4])
 AM_MAINTAINER_MODE
 AC_GNU_SOURCE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]