summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-12-13 17:59:30 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-12-13 17:59:30 +0000
commitd297cdc0153600b90748a9848a3ce837edcc757d (patch)
treee7660b65bc405fa1bdbda3a5e89e9964acb63282
parent2121d14c0a5dc6ca6ecd1802c461583aefd2a593 (diff)
downloadgdm-GDM2_2_16_4.tar.gz
Updated. Update to new release version.GDM2_2_16_4
2006-12-13 Brian Cameron <brian.cameron@sun.com> * Release 2.16.4: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d62d449a..636290e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-13 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.16.4:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
2006-12-05 Brian Cameron <brian.cameron@sun.com>
* vicious-extensions/ve-miscui.c: Same fix for
diff --git a/NEWS b/NEWS
index 7c11a71b..cf369505 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
Ahh news...
+2.16.4 Stuff:
+
+- Fix for a recently reported security issue that has ID
+ CVE-2006-6105. This fixes a problem where a user can
+ enter strings like "%08x" into the gdmchooser "Add"j
+ host button and print out memory. (Brian Cameron)
+
+- Fix for TryExec check in gdmsession to make sure that any
+ arguments are not passed to g_find_program_in_path since
+ this causes the function to say it is not executable.
+ (Brian Cameron)
+
+- Translation updates (Runa Bhattacharjee, Josep Puigdemont
+ i Casamaj\303\263, Laurent Dhima, I. Felix, David Lodge,
+ Ani Peter, Rajesh Ranjan, Clytie Siddall, Vincent van
+ Adrighem)
+
2.16.3 Stuff:
- Now support altfile[n] propery to cater for alternative
diff --git a/configure.ac b/configure.ac
index 1b17280d..2fe5dde2 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.3)
+AM_INIT_AUTOMAKE(gdm,2.16.4)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE