summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2008-06-30 16:43:01 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-06-30 16:43:01 +0000
commite885573cd825e1b182bc6d7d66ef8575c0d70103 (patch)
tree7adbfeca0d26be66ab22509c18f20265c522cd08
parent62ff60e5524b8b429c9e7ce30e0a446345d6045e (diff)
downloadgdm-GDM2_2_20_7.tar.gz
Brian Cameron <brian.cameron@sun.com>GDM2_2_20_7
* Release 2.20.7: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6278
-rw-r--r--ChangeLog7
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fafd77b2..114984f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-30 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.20.7:
+ * configure.ac: Updated to new release version
+ * NEWS: Updated.
+
2008-06-24 Brian Cameron <brian.cameron@sun.com>
* configure.ac: Fix setting of variable so it is bourne-shell
@@ -7,6 +13,7 @@
* configure.ac: Set default HOST_GDM_RBAC_SYSCMD_KEYS to also
include the RBAC key for Suspend, when building on Solaris.
+ Patch by Simon Zheng.
2008-06-16 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 997b6616..350d97ad 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.ac b/configure.ac
index 807bc0a3..8d81395c 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.6)
+AM_INIT_AUTOMAKE(gdm,2.20.7)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
AC_GNU_SOURCE