summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6600facc..cea1ab07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 13 17:06:24 2003 George Lebl <jirka@5z.com>
+
+ * Release 2.4.1.1
+
Mon Jan 13 09:57:57 2003 George Lebl <jirka@5z.com>
* gui/greeter/greeter_canvas_item.c: workaround broken librsvg
diff --git a/NEWS b/NEWS
index 8e070a75..c8e742a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,29 @@
Ahh news...
+2.4.1.1 stuff:
+
+- Workaround librsvg (new librsvg should be fixed though) for non-C locales
+
+- Make language dialog in the gdmgreeter at least 400 wide (fixes #103254)
+
+- Don't translate stuff coming from pam (fixes #102691)
+
+- Make AlwaysRestartServer default to true as it's the safer setting
+
+- Use UTF-8 rather then utf8 as apparently X gets weird if it's not "UTF-8"
+ (Mike Fabian)
+
+- Query the user in the case the graphical theme includes halt/reboot/suspend
+ buttons. (No themes do so far afaik)
+
+- Add pam_env to the pam config
+
+- Some minor cleanup
+
+- Translation updates (Christian Neumair, Daniel Yacob, Kostas Papadimas,
+ Stanislav Visnovsky, Andras Timar, Yanko Kaneti, Alexander Shopov,
+ Pablo Gonzalo del Campo, Lucas 'Basurero' Vieites)
+
2.4.1.0 stuff:
- Use background color in the graphical greeter for looking nicer on
diff --git a/configure.in b/configure.in
index aa192407..dab87603 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.1.0)
+AM_INIT_AUTOMAKE(gdm,2.4.1.1)
AM_MAINTAINER_MODE
GDK_PIXBUF_REQUIRED=1.3.1