summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-11-22 18:48:14 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-11-22 18:48:14 +0000
commitbda3569d0b4c0609e14e11637881d1d79233e0d2 (patch)
tree782ad3b7ba5ed8f782a09e0d4344bfb8cdd893ad
parent494e2861c4d5613d0536e1492ca4ef661d145ba7 (diff)
downloadgdm-bda3569d0b4c0609e14e11637881d1d79233e0d2.tar.gz
Updated. Update to new release version.
2006-11-22 Brian Cameron <brian.cameron@sun.com> * Release 2.16.3: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 20828c71..6a5bb562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-22 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.16.3:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
2006-11-06 Brian Cameron <brian.cameron@sun.com>
* daemon/verify-pam.c: Update to make casting more clear.
diff --git a/NEWS b/NEWS
index 72ba88de..2355c627 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,21 @@
Ahh news...
+2.16.3 Stuff:
+
+- Now support altfile[n] propery to cater for alternative
+ image file definition.
+
+- Fix custom lists so that focus does not ever leave the
+ username/password entry field.
+
+- Update to make casting more clear in PAM logic. This fixes a
+ bug where the Kerberos PAM module was sending multiple error
+ messages and GDM was not processing them properly.
+ (Brian Cameron)
+
+- Add X_EXTRA_LIBS and X_LIBS to utils/Makefile when building
+ gdm-dmx-reconnect-proxy to fix bug #368808.
+
2.16.2 Stuff:
- Now support for "combo" style lists, and id values of "session"
diff --git a/configure.ac b/configure.ac
index 5664caf0..1b17280d 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.16.2)
+AM_INIT_AUTOMAKE(gdm,2.16.3)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE