summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-12-13 18:10:53 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-12-13 18:10:53 +0000
commitf70674f39aaea0fc3db783e37aa63f0f8b2efe31 (patch)
tree20b1084486e7f4c3cc0efcab0bc7ee7b466d3099
parentfffec5257f3017c2163219d19d1e6624e7ee4527 (diff)
downloadgdm-f70674f39aaea0fc3db783e37aa63f0f8b2efe31.tar.gz
Updated. Update to new release version.
2006-08-13 Brian Cameron <brian.cameron@sun.com> * Release 2.14.11: * 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 b4104875..973400f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-13 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.14.11:
+ * 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 4faf1f67..da73cf12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
Ahh news...
+2.14.11 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)
+
+- Set authdir to NULL after freeing to avoid accessing an invalid
+ pointer. Fixes bug #359831. (Amnon Aaronsohn)
+
+- Fix custom lists so that focus does not ever leave the
+ username/password entry field. (Brian Cameron)
+
+- Remove calls to syslog/malloc that are called from inside signal
+ handlers, since they are not safe. (Ray Strode)
+
+- The configure script now supports the Xserver installed in
+ /usr/bin/Xorg. (Ray Strode)
+
+- Fix error message that gets printed when you run GDM
+ as non-root user. (Brian Cameron)
+
2.14.10 stuff:
- Fix so that GDM does not save the Failsafe GNOME or Xterm
diff --git a/configure.ac b/configure.ac
index 52289719..4841be24 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.14.10)
+AM_INIT_AUTOMAKE(gdm,2.14.11)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE