summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2006-10-02 22:20:59 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-10-02 22:20:59 +0000
commit16f3353263ff8c168b4ef78655e30d9ac96b1f6b (patch)
tree766b86aaeb85a561afce2e9f3dfe9c05b366524e
parentae806b671bb9ea9699309ed4659f0c7c2be75976 (diff)
downloadgdm-GDM2_2_16_1.tar.gz
i2006-09-04 Brian Cameron <brian.cameron@sun.com>GDM2_2_16_1
* Release 2.16.1: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
3 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ae3ea9d8..94b932ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-04 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.16.1:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
2006-09-27 Brian Cameron <brian.cameron@sun.com>
* gui/gdmsetup.c: Fix so the wm close works as the Close button
diff --git a/NEWS b/NEWS
index f3b75199..782b0946 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
Ahh news...
+2.16.1 Stuff:
+
+- Use g_markup_printf_escaped so gdmsetup better handles
+ description strings that contains things similar to a tag
+ like an email address. Fixes bug #357998. (Matthias
+ Clasen)
+
+- Fix gdmsetup so that the window manager close button works
+ as the Close button in the dialog (Matthias Clasen)
+
+- Fix for bug #352838, avoid crashing by moving call to get
+ GDM_KEY_SYSTEM_MENU until after authentication check.
+ (Frederic Crozat)
+
+- Add g_type_init() to gdmflexiserver since this is needed
+ for -a (authentication) code to work.
+
+- Translation updates (Rahul Bhalerao, Runa Bhattacharjee,
+ Alessio Frusciante, Priit Laes, David Lodge,
+ \303\205smund Skj\303\246veland)
+
2.16.0 Stuff:
- Minor improvements to SDTLOGIN logic, used on Solaris to drop the
diff --git a/configure.ac b/configure.ac
index 68c3ae23..d3c14f7b 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.0)
+AM_INIT_AUTOMAKE(gdm,2.16.1)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE