summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-07-09 03:30:28 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-07-09 03:30:28 +0000
commit1b3aaea568c07a93c5337fd264f0ef9aba4367be (patch)
treed95f4a9dd58994fd499fa8f31a12aba46135fb1f
parent1747a04db0d98a53dd2bec91ec34e518a7038e7a (diff)
downloadgdm-1b3aaea568c07a93c5337fd264f0ef9aba4367be.tar.gz
raise version add some news
Mon Jul 08 20:42:27 2002 George Lebl <jirka@5z.com> * configure.in, NEWS: raise version add some news
-rw-r--r--ChangeLog4
-rw-r--r--NEWS24
-rw-r--r--configure.in2
3 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36113205..d45603c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 08 20:42:27 2002 George Lebl <jirka@5z.com>
+
+ * configure.in, NEWS: raise version add some news
+
Mon Jul 08 20:01:23 2002 George Lebl <jirka@5z.com>
* configure.in, acconfig.h, daemon/misc.c, gui/gdmchooser.c:
diff --git a/NEWS b/NEWS
index c820a0e5..e04bad26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,29 @@
Ahh news...
+2.4.0.1 stuff:
+
+- Fix killing other processes including the session when greeter settings
+ were touched, fixes #84717
+
+- Don't run the gdmwm when there is a windowmanager present, fixes #86620
+
+- Fix some Solaris compilation issues, fixes #86679
+
+- Don't clear env for chooser, greeter and setup and run gdm itself from
+ a script, fixes #87387
+
+- Properly center windows
+
+- Fix gdmchooser to actually work
+
+- Install missing files from the happygnome theme, fixes #86264
+ (Frederic Crozat)
+
+- Fix non-xdmcp compile, fixes #85681, and properly test for
+ xdmcp, fixes #86607 (Mike Castle, me)
+
+- Translation updates (Yanko Kaneti, FIXME)
+
2.4.0.0 stuff:
- New theme, "Happy GNOME" by Steve Fox
diff --git a/configure.in b/configure.in
index 63128b92..b43599c0 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl
AC_PROG_INTLTOOL
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.4.0.0)
+AM_INIT_AUTOMAKE(gdm,2.4.0.1)
AM_MAINTAINER_MODE
GDK_PIXBUF_REQUIRED=1.3.1