summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-11-16 21:38:47 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-11-16 21:38:47 +0000
commiteb0473d6ae6526e25bc64f1e662df6726e2962e1 (patch)
tree96ff887c5564d01a9087b9567fe81ec6a4eb9439
parent2b07f43219812fb4b3c5ddb61649fcea02a1f16a (diff)
downloadgdm-eb0473d6ae6526e25bc64f1e662df6726e2962e1.tar.gz
raise version
Fri Nov 16 13:43:18 2001 George Lebl <jirka@5z.com> * configure.in: raise version
-rw-r--r--ChangeLog4
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e77c6d8c..24ef1939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Nov 16 13:43:18 2001 George Lebl <jirka@5z.com>
+
+ * configure.in: raise version
+
Fri Nov 16 11:45:11 2001 George Lebl <jirka@5z.com>
* gui/gdmlogin.c: fix crash for timed logins
diff --git a/NEWS b/NEWS
index 32161df4..1a1b6a65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Ahh news...
+2.2.5.2 stuff:
+
+- If multiple local servers are setup, then wait until one has started
+ plus 3 more seconds before starting the next one, this prevents such
+ not-good things such as full lockups happening
+
+- Fix crash of greeter for timed login setups
+
+- spec file updates (Gregory Leblanc)
+
2.2.5.1 stuff:
- IMPORTANT: XKeepsCrashing now has different semantics,
diff --git a/configure.in b/configure.in
index 8ca8ac21..cdbb4431 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl
AM_PROG_XML_I18N_TOOLS
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.2.5.1)
+AM_INIT_AUTOMAKE(gdm,2.2.5.2)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)