summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
-rw-r--r--docs/C/gdm.xml4
4 files changed, 41 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1baac6f4..e9db7ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-12-04 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.17.3:
+ * configure.ac: Update to new release version.
+ * NEWS: Updated.
+ * docs/C/gdm.xml: Update version number.
+
+2006-12-04 Brian Cameron <brian.cameron@sun.com>
+
* daemon/errorgui.c, daemon/gdm.[ch], daemon/slave.c,
daemon/verify-pam.c: Patch that makes the GDM daemon
(rather than the forked slave) cause all dialogs to be
diff --git a/NEWS b/NEWS
index 9cc787f0..18e3307b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,36 @@
Ahh news...
+2.17.3 Stuff:
+
+- Now all GDM GUI's are run as the gdm user. This change ensures
+ that all GDM GUI's can talk to the at-spi-registryd that is
+ running. This change involved making the forked slave talk
+ to the the GDM daemon so that the dialogs can be displayed.
+ The response from the dialog can be returned to the slave.
+ There are reports that this bug triggers GDK bug #376315 on
+ Linux when a11y is turned off. This will need to be fixed
+ before the next GDM stable release. Workaround is to turn
+ on a11y until this bug is fixed. (Leena Gunda and Srirama
+ Sharma)
+
+- gdmsetup has a new tooltip suggestion. (Calum Benson)
+
+- Now "Default System Session" is renamed to "Run Xclient
+ script" which is more accurately what this does. Use xterm
+ as fallback instead of xsm, since xsm is not available on all
+ Linux. Now zenity pop-up message is displayed when Xclient
+ script is not found. (Brian Cameron)
+
+- Fix for TryExec check in gdmsession to make sure that any
+ arguments are not passed to g_find_program_in_path since
+ this causes the function to say it is not executable.
+ (Brian Cameron)
+
+- Rename Panjabi to Punjabi. (Brian Cameron)
+
+- Translation updates (Josep Puigdemont i Casamaj\303\263,
+ Daniel Nylander)
+
2.17.2 Stuff:
- Add ConsoleKit support. This is a new feature and not tested. If you
diff --git a/configure.ac b/configure.ac
index ece8e30b..54bfc2db 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.17.2)
+AM_INIT_AUTOMAKE(gdm,2.17.3)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index d310f413..99fb3e23 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -2,8 +2,8 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
- <!ENTITY version "2.17.2">
- <!ENTITY date "05/12/2006">
+ <!ENTITY version "2.17.3">
+ <!ENTITY date "12/04/2006">
]>
<article id="index" lang="en">