summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-05-12 06:09:35 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-05-12 06:09:35 +0000
commitf8241e39797ed42128825400c73fd1c9d4f4ed27 (patch)
tree8be95329d276bc0c737e3fdf01c4963c5d8f8dba
parent4a2b56b5421c1153e40706418f3cb231627ccd10 (diff)
downloadgdm-f8241e39797ed42128825400c73fd1c9d4f4ed27.tar.gz
Updated. Update to new release version.GDM2_2_14_6
2006-05-12 Brian Cameron <brian.cameron@sun.com> * Release 2.14.6: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
3 files changed, 39 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 081641f0..17f71e03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-05-12 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.14.6:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
+2006-05-12 Brian Cameron <brian.cameron@sun.com>
+
Backporting some useful features from 2.15 to 2.14. Per-display
configuration and new gdmgreeter theming options (real GTK+ buttons,
pam-error-logo, and "startagain" stock label is translated to "cancel".
@@ -23,7 +29,7 @@
2006-05-10 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.c: Fix reference to SystemMenu key as a boolean, not
- a string. Fixes bug #341312.
+ a string, so that SuspendCommand works right. Fixes bug #341312.
2006-05-09 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 236076d0..c3a3dbb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,36 @@
Ahh news...
+2.14.6 stuff:
+
+- Backporting some useful features from 2.15 to 2.14. Per-display
+ configuration and new gdmgreeter theming options (real GTK+ buttons,
+ pam-error-logo, and "startagain" stock label is displayed as "Cancel".
+ Note that the default themes shipped with GDM 2.14 do not use these
+ features, but this patch means newer themes made with 2.15 should now
+ work with this version of 2.14 and above. No strings were changed due
+ to this change. (Brian Cameron, Erwann Chenede)
+
+- Improvements to signal handling, fixing problem where GDM slave can
+ hang on read. Fixes bug #336549. (Ed Catmur, Brian Cameron)
+
+- Better configure support for FreeBSD. Now the default configuration
+ should be better integrated with kernel/system interfaces. (Joe
+ Marcus Clark)
+
+- Fix security/AllowRemoteAutoLogin and fix SuspendCommand configuration
+ so it honors SystemMenu. (Brian Cameron)
+
+- Correct installation of gdm-ssh-session and now the desktop file is
+ translated. (Brian Cameron)
+
+- Correct invocation of PreFetch, when enabled, so it only executes
+ once. (Brian Cameron)
+
+- Translation updates (Josep Puigdemont Casamaj\303\263, Beno\303\256t
+ Dejean, Pema Geyleg, Inaki Larranaga, Daniel Nylander, Ignacio Casal
+ Quinteiro, Francisco Javier F. Serrador, Alexander Shopov, Ilkka
+ Tuohela, Funda Wang)
+
2.14.5 stuff:
- Explicitly adjust the effective GID before running the child session
diff --git a/configure.ac b/configure.ac
index a3e4eb31..bca27f84 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.5)
+AM_INIT_AUTOMAKE(gdm,2.14.6)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE