summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-06-30 21:28:53 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-06-30 21:28:53 +0000
commite81ea42f7075c2a8b8533216ae34e4be7ab8e73d (patch)
treeb8cbeec78e8e0a6ee2c066e30f1bf3017df327a8
parentaabd4aa4b6b1aa6e6ccb50a71d15e09202b53859 (diff)
downloadgdm-GDM2_2_8_0_1.tar.gz
Release 2.8.0.1 Updated for new release.GDM2_2_8_0_1
2005-06-30 Brian Cameron <brian.cameron@sun.com> * Release 2.8.0.1 * NEWS, configure.in: Updated for new release.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS40
-rw-r--r--configure.in2
3 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ca9da57..94d18e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-30 Brian Cameron <brian.cameron@sun.com>
+ * Release 2.8.0.1
+ * NEWS, configure.in: Updated for new release.
+
+2005-06-30 Brian Cameron <brian.cameron@sun.com>
+
* docs/C/gdm.xml: Corrected grammar. Thanks
to Martin Petersen for noticing this.
* gui/gdmlogin.c, gui/gdmsetup.c: No longer
diff --git a/NEWS b/NEWS
index 0ca9aaa2..0a201155 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,45 @@
Ahh news...
+2.8.0.1 stuff:
+
+- This release fixes a nasty bug which was causing the
+ /etc/gdm/Xsession file to always use /bin/ksh. This
+ caused problems on Linux, where it should be /bin/sh.
+ It now is only /bin/ksh on Solaris builds. (Brian
+ Cameron)
+
+- seteuid/setegid logic in the GDM slave logic has been
+ made more sane. This was causing problems running GDM2
+ on NetBSD (refer to bug #301821). (Julio M. Merino Vidal)
+
+- Minor correction to Solaris audit logic. (Gary Winiger)
+
+- Updated autogen.sh so it now works with automake > 1.4.
+
+- No longer use C99 features that do not work with gcc 2.95,
+ specifically do not declare variables except at the
+ beginning of a block. (Jens Granseuer)
+
+- Corrected configure script so it works with pkgconfig
+ 0.17.2. The new pkgconfig broke the build on Solaris
+ since it no longer allows the linker to pull in libraries
+ that are implicitely included. Now all libraries are
+ explicit.
+
+- References to libgnome removed from vicious-extensions,
+ so it no longer depends on libgnome. It now depends
+ directly on i18n libraries. (Andrew Case)
+
+- The gesture listeners now log debug messages to syslog
+ instead of stdout, and debug can now be turned on by
+ setting the GDM_DEBUG_GESTURES environment variable
+ rather than needing to recompile with debug. This makes
+ it much easier to debug issues. (Brian Cameron)
+
+- Leaks fixed (Kjartan Maraas)
+
+- Corrections to docs (Andrew Case, Martin Petersen)
+
2.8.0.0 stuff:
Interface Changes:
diff --git a/configure.in b/configure.in
index 63c987b2..e1a6d3bc 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.0)
+AM_INIT_AUTOMAKE(gdm,2.8.0.1)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])