summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-07-10 18:03:29 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-07-10 18:03:29 +0000
commit6423805bdbde065a61e0222f9b370c004b285413 (patch)
tree3c93e797958f230479b702daa916faf936e4ba1b
parent7aad9100160c859ceb3d700fab31d179d046b1a6 (diff)
downloadgdm-GDM2_2_15_6.tar.gz
Updated. Update to new release version.GDM2_2_15_6
2006-07-10 Brian Cameron <brian.cameron@sun.com> * Release 2.15.6: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
3 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5632df2..1f0ac733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-10 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.15.6:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
2006-06-30 Brian Cameron <brian.cameron@sun.com>
* gui/gdmcommon.c: Fix timed login message so it works
diff --git a/NEWS b/NEWS
index 1a2fe10e..ff85b8ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
Ahh news...
+2.15.6 Stuff:
+
+- Timed Login message fixed so it works when TimedLogin is set to a
+ piped script.
+
+- Fix decoding of suspend command so it works.
+
+- Make sure that focus is returned to entry after dialogs are launched
+ from the new Options button.
+
+- NoHost icon updated to use official GNOME logo. New default face
+ image with a facelift.
+
+- Scrolling regions in gdmsetup User tab are now scrollable
+ vertically, improving UI experience. gdmsetup now generates a
+ proper error message and fails when it can't find the custom
+ configuration file.
+
+- Translation updates (Runa Bhattacharjee, Raivis Dejus, I. Felix,
+ Yair Hershkovitz, Inaki Larranaga, Chao-Hsiung Liao, Dukas Novotny,
+ Daniel Nylander, Rajesh Ranjan, Hendrick Richter, Ilkka Tuohela)
+
2.15.5 Stuff:
- Correction to autologin PAM service name so automatic login works.
diff --git a/configure.ac b/configure.ac
index cbe5f4cc..aec62dc2 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.15.5)
+AM_INIT_AUTOMAKE(gdm,2.15.6)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE