summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS17
-rw-r--r--configure.in2
3 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e846494e..55ee2452 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 12 15:00:41 2002 George Lebl <jirka@5z.com>
+
+ * Release 2.2.5.5
+
Tue Feb 19 17:28:11 2002 George Lebl <jirka@5z.com>
* gui/gdmconfig.glade: fix typo
diff --git a/NEWS b/NEWS
index 904236d0..0af17655 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
Ahh news...
+2.2.5.5 stuff:
+
+- Security: Unknown users are treated just like bad authentication
+
+- Increase welcome string limit to 2048 for long welcome messages, though
+ you should really be careful with such large sizes
+
+- Fixed typos (Karsten Weiss, me)
+
+- Documentation updates (Pablo Saratxaga)
+
+- Translation updates (Abel Cheung, Pablo Saratxaga, Alexander Shopov,
+ Kjartan Maraas, Stanislav Visnovsky, Tõivo Leedjärv, Zbigniew Chyla,
+ Christian Meyer, Karsten Weiss, Christian Rose, Duarte Loreto,
+ Christophe Merlet, Ole Laursen, GNOME PL Team, P. Cholakov,
+ T. Buyukliev)
+
2.2.5.4 stuff:
- SECURITY FIX! Make sure the egid is reset to the user gid before
diff --git a/configure.in b/configure.in
index 21d85223..232b86f9 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.4)
+AM_INIT_AUTOMAKE(gdm,2.2.5.5)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)