summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-07-31 20:10:50 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-07-31 20:10:50 +0000
commit1946d44240ee4991933f602e0dd92d29251d3b5b (patch)
treef6424a406475d51db20b743678eb8e7f0aadbe2a
parent6b9277fd58e056b88a2a2ed88e43c8971740a118 (diff)
downloadgdm-1946d44240ee4991933f602e0dd92d29251d3b5b.tar.gz
Updated. Update to new release version.GDM2_2_14_10
2006-07-31 Brian Cameron <brian.cameron@sun.com> * Release 2.14.10: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
3 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c98e54a9..e6f60616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-31 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.14.10:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
+2006-07-31 Brian Cameron <brian.cameron@sun.com>
+
* gui/gdmcommon.c: Fix gdm_common_setup_blinking so it doesn't
try to call g_signal_add_emission_hook if sid is 0. This fixes
a crash in gdmchooser because we were trying to set the
diff --git a/NEWS b/NEWS
index 4587d581..4faf1f67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,34 @@
Ahh news...
+2.14.10 stuff:
+
+- Fix so that GDM does not save the Failsafe GNOME or Xterm
+ session as the user's default. (Brian Cameron)
+
+- Fix gdmchooser crash issue. (Brian Cameron)
+
+- Performance tunings for gdmsetup startup. (Ray Strode)
+
+- Fix decoding of suspend message in the daemon so the suspend
+ command works. (Philippe Troin)
+
+- Fix timed login message so it works when TimedLogin is set to use
+ a piped script (Brian Cameron)
+
+- Make sure focus is returned to the entry field when using the
+ "Options" button. (Brian Cameron)
+
+- Fix issue causes gdmsetup to fail improperly when the custom
+ configuration file cannot be found. (Brian Cameron)
+
+- The nohost icon has been updated to use official GNOME logo,
+ nobody icon has been given a facelist. (Diana Fong)
+
+- Translation updates (\305\275ygimantas Beru\304\215ka,
+ Josep Puigdemont Casamaj\303\263, Raivis Dejus, Yair
+ Hershkovitz, Christophe Merlet, Lukas Novotny, Hendrik
+ Richter)
+
2.14.9 stuff:
- Correction to autologin PAM service name so automatic login works.
diff --git a/configure.ac b/configure.ac
index 09221583..35c7604d 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.14.9)
+AM_INIT_AUTOMAKE(gdm,2.14.10)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE