summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-04-14 18:03:25 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-04-14 18:03:25 +0000
commitffee83144b364e3a9bc8dc060ad3843f35aae177 (patch)
tree0a8fe071cf54567f026a0f47aa5b005ee358b9b0
parent05f6cd5c0ab9a476db613f8172af5f51e6b1dafa (diff)
downloadgdm-GDM2_2_14_2.tar.gz
Updated. Update to new release version.GDM2_2_14_2
2006-04-14 Brian Cameron <brian.cameron@sun.com> * Release 2.14.2: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog21
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
3 files changed, 33 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 81c8c007..ba311164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,29 @@
2006-04-14 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.14.2:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
+2006-04-14 Brian Cameron <brian.cameron@sun.com>
+
* daemon/slave.c: Further clean up access to ICEAuthority file. Fixes
bug #338358. Patch provided by Ray Strode <rstrode@redhat.com>.
2006-04-13 Brian Cameron <brian.cameron@sun.com>
* NEWS: Updated NEWS.
- * gui/gdmchooser.c: Fix references to the BROADCAST key so it
- is correctly listed as a bool, not a string.
- * configure.ac: Fix check for adding /usr/bin to the GDM_USER_PATH
- so it doesn't add it twice on Solaris.
+ * gui/gdmchooser.c: Fix references to the BROADCAST key so it is
+ correctly listed as a bool, not a string. Kudos to Tiago Vignatti
+ <tv02@c3sl.ufpr.br>.
+ * configure.ac: Fix check for adding /usr/bin to the GDM_USER_PATH so
+ it doesn't add it twice. This used to work, but got broken on the
+ 03-28-2006 patch by Julio M. Merino Vidal to get rid of the EXPANDED
+ variables. Working again now.
2006-04-11 Brian Cameron <brian.cameron@sun.com>
- * gui/greeter/Makefile.am: Now include gdmthemetester.in
- in EXTRA_DIST instead of gdmthemetester.
+ * gui/greeter/Makefile.am: Now include gdmthemetester.in in
+ EXTRA_DIST instead of gdmthemetester.
2006-04-10 Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index 2ecdc555..c27d7c31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
Ahh news...
+2.14.2 stuff:
+
+- Now include gui/gdmthemetester.in in the distribution. It being missing
+ was causing the module to fail to compile. (Brian Cameron)
+
+- Fix to the BROADCAST key in gdmchooser so it should now work. (Brian
+ Cameron, kudos to Tiago Vignatti)
+
+- Further cleanups to Addresses CVE-2006-1057. (Hans Petter Jansson,
+ Ray Strode)
+
+- Path and RootPath now do not contain /usr/bin or /bin more than once.
+ (Brian Cameron)
+
+- Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka,
+ Laurent Dhima, Pema Geyleg, Lukas Novotny)
+
2.14.1 stuff:
- The sockets connection between the slaves and the GDM daemon is now
diff --git a/configure.ac b/configure.ac
index 6fcb1c2c..ee9ca580 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.1)
+AM_INIT_AUTOMAKE(gdm,2.14.2)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE