summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-07-30 19:52:09 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-07-30 19:52:09 +0000
commit3f0528ffad55ebcb37cdcf68356e206831361b99 (patch)
tree628d89924e0137eccac2052b756d1bedd87fc3f4
parent94ea12bb61a1666d2d6d211e7100d6ad98731958 (diff)
downloadgdm-3f0528ffad55ebcb37cdcf68356e206831361b99.tar.gz
Updated.GDM2_2_14_13
2006-07-30 Brian Cameron <brian.cameron@sun.com> * Release 2.14.13: * NEWS: Updated. svn path=/branches/gnome-2-14/; revision=5106
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 620aab1a..facb739c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-30 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.14.13:
+ * NEWS: Updated.
+
2007-07-30 Brian Cameron <brian.cameron@sun.com>
This fixes CVE-2007-3381 - a denial of service attack where
diff --git a/NEWS b/NEWS
index 36d1a9a1..9aede843 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Ahh news...
+2.14.13 stuff:
+
+- Fix for CVE-2007-3381, a denial of service attack where the
+ user can crash the GDM daemon with a carefuly crafted
+ GDM sockets command and cause GDM to stop managing future
+ displays. GDM now is much better about safegarding against
+ NULL values returned from g_strsplit calls. (Brian Cameron)
+
+- Translation updates (Christophe Merlet)
+
2.14.12 stuff:
- The GDM configuration option daemon/PidFile is now deprecated and
diff --git a/configure.ac b/configure.ac
index 66229249..a1fd504a 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.12)
+AM_INIT_AUTOMAKE(gdm,2.14.13)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE