summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-09-06 05:34:42 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-09-06 05:34:42 +0000
commit1b49eb534e7e44e71fe437b460ea1ee3be28e6a6 (patch)
treefb153771be8d4e4f5946e14736a987b3f6f99067
parentc0e86793e7b335a6ff497ddcfca1fddf9f16019c (diff)
downloadgdm-GDM2_2_8_0_4.tar.gz
Release 2.8.0.4. Updated.GDM2_2_8_0_4
2005-09-06 Brian Cameron <brian.cameron@sun.com> * Release 2.8.0.4. * configure.in, NEWS: Updated.
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3b22ea50..4b96796c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ Ahh news...
2.8.0.3 stuff:
+- Corrected syslog debugging so it works better.
+
+- Minor fix for clean 64 bit compilation.
+
+2.8.0.3 stuff:
+
- The GDM website has moved to a new location
http://www.gnome.org/projects/gdm/, and the GDM
mail alias has moved from gdm@sunsite.dk to
diff --git a/configure.in b/configure.in
index d3b1f5ef..71974d2c 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.3)
+AM_INIT_AUTOMAKE(gdm,2.8.0.4)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])