summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2008-05-13 00:16:45 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-05-13 00:16:45 +0000
commit581c835d26d022115fcac88ed9cc586cda27b4ac (patch)
tree367769b555d3ca58206dcb01e87ade109e4d14a7
parentec851d90804f50d31e5c972a67eb4b69bdbc1970 (diff)
downloadgdm-581c835d26d022115fcac88ed9cc586cda27b4ac.tar.gz
Updated to new release version Updated.
2008-05-12 Brian Cameron <brian.cameron@sun.com> * Release 2.20.6: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6231
-rw-r--r--ChangeLog6
-rw-r--r--NEWS51
-rw-r--r--configure.ac2
3 files changed, 58 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 227e0a77..e0b88b7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-12 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.20.6:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
2008-05-09 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.c: Fix crash on logout caused by trying to read
diff --git a/NEWS b/NEWS
index 049b082b..ff5ea2b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,56 @@
Ahh news...
+2.20.6 Stuff:
+
+- Fix two related bugs that were causing GDM to crash regularly on exit.
+ Refer to bug #517526. (Brian Cameron)
+
+- Fix a third bug that was causing the GDM daemon to crash occasionally when
+ using gdmsetup. This fix changes GDM so that when it receives an
+ UPDATE_CONFIG command, it only updates the key specified rather than
+ re-reading the entire configuration file. Fixes bug #517526. (Brian
+ Cameron)
+
+- Sync to avoid any XIO errors after session exits. (Ray Strode)
+
+- Fix so that the XDMCP configuration values are read from the configuration
+ file when the XDMCP manager is started rather than initialized. It seems
+ the related fixes implemented in 2.20.2 did not fully resolve this issue.
+ (Brian Cameron)
+
+- Fix bug that was causing GDM session desktop file marked as "Hidden=true"
+ to show up in the Session dialog. (Brian Cameron)
+
+- Fix gdmsetup bug that caused users to need to restart GDM in order for
+ it to notice changes made in the "Server settings" dialog. (Brian
+ Cameron)
+
+- Fix gdmsetup so it does not save 24HourClock setting as a translated
+ string, which was causing the configuration to get confused. (Brian
+ Cameron)
+
+- If the user's $HOME/.dmrc file does not exist, avoid calling gkeyfile
+ functions. This avoids useless gkeyfile warning messages about the file
+ being NULL. A previous fix in 2.20.1 minimized this problem by creating
+ the file if it did not exist. However, that does not always work if the
+ user's $HOME directory is not writable (e.g. LiveCD). So this fix avoids
+ the warnings. (Brian Cameron)
+
+- Add default OpenBSD Halt, Reboot and Suspend commands to the configure
+ script.
+
+- Remove broken logic in the configure script that was trying to append
+ ${prefix}/bin to the DefaultPath and RootPath. Please use the
+ --with-post-path configure option if you want to add custom directories
+ to the end of DefaultPath and RootPath. (Brian Cameron)
+
+- Fix the way the Xsession script is built so that distros can more easily
+ add their own custom logic to the Xsession script. Some Solaris specific
+ code was moved to the Xsession.solaris file so that other distros do not
+ get affected by this code. Remove logic to normalize LC_ variables since
+ this was causing problems for some users. Refer to bug #509141 (Takao
+ Fujiwara)
+
2.20.5 Stuff:
- Use GDK functions to get proper screen resolution. (Vincent Untz)
diff --git a/configure.ac b/configure.ac
index 0fde05fb..3a91f6bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.20.5)
+AM_INIT_AUTOMAKE(gdm,2.20.6)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE