summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS40
-rw-r--r--configure.in2
-rw-r--r--gui/Makefile.am1
4 files changed, 50 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d47bb1c..296d464d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Apr 21 23:37:06 2002 George Lebl <jirka@5z.com>
+
+ * Release 2.3.90.2
+
+ * configure.in: raise version
+
+ * gui/Makefile.am: distcheck fixes
+
Sun Apr 21 22:50:49 2002 George Lebl <jirka@5z.com>
* daemon/gdm-net.[ch]: add a printf style function
@@ -41,7 +49,7 @@ Fri Apr 12 09:20:34 2002 George Lebl <jirka@5z.com>
Fri Apr 12 06:41:36 2002 George Lebl <jirka@5z.com>
* gui/greeter/greeter.c: properly set up the TERM/INT handlers
- and when DOING_GDM_DEVELOPMENT try the theme inthe local dir first
+ and when DOING_GDM_DEVELOPMENT try the theme in the local dir first
Thu Apr 11 21:02:38 2002 George Lebl <jirka@5z.com>
diff --git a/NEWS b/NEWS
index 919add91..10ba9c5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,45 @@
Ahh news...
+2.3.90.2 stuff:
+
+- LOTS of new greeter work (Alex, Jonathan)
+
+- Some internal reordering, and preparing for on-the-fly configuration updates
+ for some keys
+
+- Start of a new configurator. One without crack (George's definition of
+ what's crack applies). It doesn't actually work yet. But then again
+ gdmconfig doesn't work either.
+
+- Some UI/String Fixes #77151, #73817 and others (Benedikt Roth,
+ Gaute Lindkvist, Karsten Weiss, Abel Cheung, Havoc)
+
+- Correct handling of signal blocking. We just unblock everything before
+ running a child regardless of how we were started.
+
+- Some leaks plugged
+
+- Ability to have a different greeter for remote connections
+
+- Install .desktop files appropriately (Seth)
+
+- Estonian entries added (Tõivo Leedjärv)
+
+- Fix some localization stuff. Use translated strings on the console only
+ if we can verify that it's UTF8
+
+- Build fixes (Jacob, Alex, Gediminas Paulauskas)
+
+- Updates from the 2.2 branch (Kjartan Maraas, Pablo Saratxaga, Karsten Weiss,
+ me)
+
+- Translation updates (Vincent van Adrighem, Ole Laursen, Changwoo Ryu,
+ Ole Laursen, Tõivo Leedjärv, Zbigniew Chyla, Duarte Loreto, Christian Rose,
+ Stanislav Visnovsky, Jarkko Ranta, Hasbullah Bin Pit, Khairulanuar Abd Majid,
+ Kjartan Maraas, Christian Rose, Wang Jian, Wang Li, Valek Filippov,
+ Carlos Perello Marin, Lucas 'Basurero' Vieites, Stanislav Brabec,
+ Abel Cheung)
+
2.3.90.1 stuff:
- All changes up to 2.2.5.4
diff --git a/configure.in b/configure.in
index 08e5225a..307a9ef0 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl
AC_PROG_INTLTOOL
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.3.90.1)
+AM_INIT_AUTOMAKE(gdm,2.3.90.2)
AM_MAINTAINER_MODE
GDK_PIXBUF_REQUIRED=1.3.1
diff --git a/gui/Makefile.am b/gui/Makefile.am
index 8bbde478..fac9be6b 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -138,7 +138,6 @@ Glade_DATA = gdmconfig.glade gdmsetup.glade gdmchooser.glade
EXTRA_DIST = \
gdmconfig-strings.c \
- gdmsetup-strings.c \
gdmchooser-strings.c \
$(Glade_DATA) \
$(System_DATA) \