summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS23
-rw-r--r--configure.in2
3 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8344bbb1..0e5a9138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Feb 08 14:11:41 2004 George Lebl <jirka@5z.com>
+
+ * Release 2.5.90.1
+
Sun Feb 08 10:11:41 2004 George Lebl <jirka@5z.com>
* gui/gdmlogin.c, greeter/greeter_item.c: Fix #133189 by whacking
@@ -6,7 +10,7 @@ Sun Feb 08 10:11:41 2004 George Lebl <jirka@5z.com>
Sun Feb 08 09:57:56 2004 George Lebl <jirka@5z.com>
* gui/gdmflexiserver.c: Apply patch to fix #133191 from
- msuarezalvarez@arnet.com.ar (Mariano Suárez-Alvarez
+ msuarezalvarez@arnet.com.ar (Mariano Suárez-Alvarez)
2004-02-04 Tomasz K³oczko <kloczek@pld.org.pl>
diff --git a/NEWS b/NEWS
index a6576a37..b8efb9e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,28 @@
Ahh news...
+2.5.90.1 stuff:
+
+- Login field was not clearned when x server / slave crashed (#131389)
+
+- Change the 12 hour format to be less confusing (#133189)
+
+- Re-fix the aix ADMCHG bug #123766 (Vincent Berger)
+
+- keymouselistener fixes (Brian Cameron)
+
+- Compilation fixes #131042, #130963
+
+- Build fixes (Tomasz Kloczko)
+
+- Other fixes and cleanups (among others #133181 by Mariano Suarez-Alvarez)
+
+- Translation update (Andras Timar, Francisco Javier F. Serrador, Lucas Vieites,
+ Maxim Dziumanenko, Robert Sedak, Metin Amiroff, Laurent Dhima, Changwoo Ryu,
+ Kjartan Maraas, Miloslav Trmac, Asmund Skjaeveland, Sanlig Badral,
+ Zygimantas Berucka, Kostas Papadimas, Christian Neumair, Artur Flinta,
+ GNOME PL Team, Gustavo Maciel Dias Vieira, Joao Emanuel, Danilo Segan,
+ Vincent van Adrighem, Tino Meinen, Fernando Herrera, Arafat Medini)
+
2.5.90.0 stuff:
- Add accessibility setting to gdmsetup and allow setting an arbitrary
diff --git a/configure.in b/configure.in
index 53437693..21adef80 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.0)
+AM_INIT_AUTOMAKE(gdm,2.5.90.1)
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.28])