summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-06-07 20:15:58 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-06-07 20:15:58 +0000
commitb36e186af71cd0779b911fb6453c879ee17fb368 (patch)
tree9e4a16c1e2e4a59548d3b1211b9d8c1d98b22658
parentc6b3a2724d273c93af17c1a315ad8af78ac36f51 (diff)
downloadgdm-b36e186af71cd0779b911fb6453c879ee17fb368.tar.gz
2006-06-07 Brian Cameron <brian.cameron@sun.com> * Release 2.6.0.8: * NEWS, configure.in: Updated
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db78d78..961ec48c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-07 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.6.0.8:
+ * NEWS, configure.in: Updated
+
2006-05-31 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c, gui/greeter/greeter.c,
diff --git a/NEWS b/NEWS
index 6f084e03..ae21eb8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
Ahh news...
+2.8.0.8 stuff:
+
+- Correction for serious security issue where the user can enter the
+ GDM configuration GUI with a user password when the Face Browser
+ is enabled. Refer to bugzilla.gnome.org bug #343476 and
+ CVE-2006-2452. (Brian Cameron)
+
+- Translation updates (Stanislav Brabec, Josep Puigdemont i
+ Casamaj\303\263, Abel Cheung, Priit Laes, Christophe Merlet, Clytie
+ Siddall, \303\205smund Skj\303\246veland, Tommi Vainikainen)
+
2.8.0.7 stuff:
- Changes to peeking VT freeness in 2.13.0.1 broke
diff --git a/configure.in b/configure.in
index 4fa87132..40506fb8 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.8.0.7)
+AM_INIT_AUTOMAKE(gdm,2.8.0.8)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])