summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-10-17 18:09:08 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-10-17 18:09:08 +0000
commitb6fd751fcfc934c20cbacb4f9ec5c70bbf92eac3 (patch)
tree02872e3bf645a89ffeff06bbebd3205bf2e00628
parent70be6b2519791ced3daae526cf1c4e4b97a5c830 (diff)
downloadgdm-b6fd751fcfc934c20cbacb4f9ec5c70bbf92eac3.tar.gz
Release 2.4.4.5GDM2_2_4_4_5
Fri Oct 17 10:54:12 2003 George Lebl <jirka@5z.com> * Release 2.4.4.5
-rw-r--r--ChangeLog4
-rw-r--r--NEWS13
-rw-r--r--configure.in4
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f22fe3f..28fd21de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 17 10:54:12 2003 George Lebl <jirka@5z.com>
+
+ * Release 2.4.4.5
+
Fri Oct 17 10:40:08 2003 George Lebl <jirka@5z.com>
* gui/gdmlogin.c, gui/greeter/greeter_item_ulist.c: Apply patch
diff --git a/NEWS b/NEWS
index 0630bcc8..6c6e6619 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
Ahh news...
+2.4.4.5 stuff:
+
+- Brown paper security bag: ~/.Xauthority could be left readable
+ after logout
+
+- gecos info (face browser user name) didn't get through if non-utf8
+ (Frederic Crozat) (fixes mandrake #5309)
+
+- Translation updates (another brown paper bag, these went in over
+ the last month) (Kjartan Maraas, Andras Timar, Danilo Segan,
+ Ales Nyakhaychyk, Asmund Skjaeveland, Gustavo Maciel Dias Vieira,
+ Augusta Marques da Silva, Richard Allen)
+
2.4.4.4 stuff:
- SECURITY: Fixed CAN-2003-0793, a local DoS, the socket connection
diff --git a/configure.in b/configure.in
index d8408dba..92e43703 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl
AC_PROG_INTLTOOL([0.21])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.4.4.4)
+AM_INIT_AUTOMAKE(gdm,2.4.4.5)
AM_MAINTAINER_MODE
GTK_REQUIRED=1.3.1
@@ -152,7 +152,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")
AC_SUBST(GETTEXT_PACKAGE)
dnl ## internationalization support
-ALL_LINGUAS="am ar az be bg bn ca cs cy da de el es et eu fa fi fr ga gl hi he hu id it ja ko lt lv mk ml mn ms nl nn no pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta th tr uk vi wa zh_CN zh_TW"
+ALL_LINGUAS="am ar az be bg bn ca cs cy da de el es et eu fa fi fr ga gl hi he hu id is it ja ko lt lv mk ml mn ms nl nn no pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta th tr uk vi wa zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
EXTRA_DAEMON_LIBS=""