summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d525bf1b..bd04c5d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-05-02 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.14.5:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
+2006-05-02 Brian Cameron <brian.cameron@sun.com>
+
* config/gdm.conf-custom: Added comment before [servers] section
to address bug #340333.
* config/gdm.conf.in: Updated comments.
@@ -14,6 +20,7 @@
* daemon/slave.c: Explicitly adjust the effective GID before
running the child session program. Otherwise it remains with
high privileges. The problem was exposed under NetBSD.
+ Fixes bug #340347.
2006-04-21 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 351d188c..f45af13a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
Ahh news...
+2.14.5 stuff:
+
+- Explicitely adjust the effective GID before running the child session
+ program to avoid remaining with high privileges. Fixes bug #340347.
+
+- Updated config/gettextfoo.h to reflect current strings for translation.
+ Fixes bug #340017. (Brian Cameron)
+
+- Updated comments in GDM configuration files (Brian Cameron)
+
+- Translation updates (Takeshi AIHANA, Josep Puigdemont Casamaj\303\263,
+ Artur Flinta, Priit Laes, Chao-Hsiung Liao, Lukas Novotny, Daniel
+ Nylander, Ignacio Casal Quinteiro, Francisco Javier F. Serrador,
+ Alexander Shopov, Funda Wang)
+
2.14.4 stuff:
- Backing out LINGUAS change which is only for the 2.15 release.
diff --git a/configure.ac b/configure.ac
index 90124975..7a793377 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.4)
+AM_INIT_AUTOMAKE(gdm,2.14.5)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE