summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])