From bda3569d0b4c0609e14e11637881d1d79233e0d2 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Nov 22 2006 18:48:14 +0000 Subject: Updated. Update to new release version. 2006-11-22 Brian Cameron * Release 2.16.3: * NEWS: Updated. * configure.ac: Update to new release version. --- diff --git a/ChangeLog b/ChangeLog index 20828c7..6a5bb56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-22 Brian Cameron + + * Release 2.16.3: + * NEWS: Updated. + * configure.ac: Update to new release version. + 2006-11-06 Brian Cameron * daemon/verify-pam.c: Update to make casting more clear. diff --git a/NEWS b/NEWS index 72ba88d..2355c62 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 5664caf..1b17280 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