summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-03-04 19:38:11 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-03-04 19:38:11 +0000
commit20495b610334b14ce4ee3d2025bf402971a3b2c7 (patch)
treea82e47fea90c5251a5eb1393bf2596ac62f6dd15
parent932097e20aac90776dc0ec9022786295a515a3fb (diff)
downloadgdm-20495b610334b14ce4ee3d2025bf402971a3b2c7.tar.gz
Release 2.5.90.2GDM2_2_5_90_2
Thu Mar 04 11:08:42 2004 George Lebl <jirka@5z.com> * Release 2.5.90.2 * Makefile.am: remove the sun gdmsetup-security fix as it was wrong (probably was part of some other change)
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am2
-rw-r--r--NEWS38
-rw-r--r--configure.in2
4 files changed, 47 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a4b5a88..4731de09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 04 11:08:42 2004 George Lebl <jirka@5z.com>
+
+ * Release 2.5.90.2
+
+ * Makefile.am: remove the sun gdmsetup-security fix as it was wrong
+ (probably was part of some other change)
+
Thu Mar 04 10:48:04 2004 George Lebl <jirka@5z.com>
* daemon/slave.c: Handle out of diskspace on making user
diff --git a/Makefile.am b/Makefile.am
index 2e68e19c..dd253b1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ sbin_SCRIPTS = gdm-stop gdm-restart gdm-safe-restart gdmconfig
install-data-local: gdmsetup-security
if CONSOLE_HELPER
$(INSTALL_DATA) -D $(srcdir)/gdmsetup-pam $(DESTDIR)$(PAM_PREFIX)/pam.d/gdmsetup
- $(INSTALL_DATA) -D $(srcdir)/gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup
+ $(INSTALL_DATA) -D gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup
$(INSTALL_DATA) -m 755 -d $(DESTDIR)$(sbindir)
mv -f $(DESTDIR)$(bindir)/gdmsetup $(DESTDIR)$(sbindir)
$(LN_S) @CONSOLE_HELPER@ $(DESTDIR)$(bindir)/gdmsetup
diff --git a/NEWS b/NEWS
index b8efb9e8..16718137 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,43 @@
Ahh news...
+2.5.90.2 stuff:
+
+- Support for GTK+ theming (accessibility) and ability to change current
+ theme in the standard login, fixes #125070 (Muktha, me)
+
+- Hindi was written wrong in the language menu fixes #134372
+ (Guntupalli Karunakar)
+
+- When restarting a server by whacking it and starting it again, wait
+ for 1 sec to allow things to "settle", plus be a lot milder on X
+ server's lock files / sockets to avoid whacking ones currently in use
+
+- Make language dialog in the graphical greeter come up quicker and init
+ the languages lazily
+
+- Fix #135232 by using code@mod for the translation matrix (me), and added
+ Serbian variants there (Danilo Segan)
+
+- Fix #135053 by adding canadian english (Adam Weinberger, Danilo Segan)
+
+- Fix sourcing of environment on AIX, #135401 (Vincent Berger)
+
+- Fix displaying of ~/.xsession-errors file
+
+- Attempt to handle out of user diskspace more gracefully by whacking old
+ .xsession-errors in case we fail.
+
+- Translation updates (Nikos Charonitakis, Jordi Mallach, Funda Wang,
+ Tommi Vainikainen, Kostas Papadimas, Kjartan Maraas, Miloslav Trmac,
+ Laurent Dhima, Zygimantas Berucka, Christian Rose, Changwoo Ryu,
+ Yukihiro Nakai, Duarte Loreto, Christophe Merlet,
+ Francisco Javier F. Serrador, Artur Flinta, Alastair McKinstry,
+ Guntupalli Karunakar, Takeshi AIHANA, Paisa Seeluangsawat,
+ Surichat Sumrit, Supranee Thirawatthanasuk, Chanchai Junlouchai,
+ Adam Weinberger, Christian Neumair, Hasbullah Bin Pit,
+ Pauli Virtanen, Ole Laursen, Asmund Skjaeveland, Metin Amiroff,
+ Vincent van Adrighem, Tino Meinen, GNOME PL Team)
+
2.5.90.1 stuff:
- Login field was not clearned when x server / slave crashed (#131389)
diff --git a/configure.in b/configure.in
index b722b996..f5f613fa 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.5.90.1)
+AM_INIT_AUTOMAKE(gdm,2.5.90.2)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])