summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-12-27 09:59:36 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-12-27 09:59:36 +0000
commit7b8d1d046079301faf6a243d77cca2783b474398 (patch)
tree8ed95cf7aa784c9aa87ade859c88c66b0fc747bd
parent090721eb0189d5077936d979f88ffd2773997579 (diff)
downloadgdm-GDM_2_2_5_3.tar.gz
Release 2.2.5.3GDM_2_2_5_3
Thu Dec 27 00:59:43 2001 George Lebl <jirka@5z.com> * Release 2.2.5.3 Wed Dec 26 17:20:28 2001 George Lebl <jirka@5z.com> * daemon/veriyfy-crypt.c, daemon/verify-shadow.c: include errorgui.h
-rw-r--r--ChangeLog9
-rw-r--r--NEWS5
-rw-r--r--daemon/verify-crypt.c1
-rw-r--r--daemon/verify-shadow.c1
4 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 191a4f2c..f835aa74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Dec 27 00:59:43 2001 George Lebl <jirka@5z.com>
+
+ * Release 2.2.5.3
+
+Wed Dec 26 17:20:28 2001 George Lebl <jirka@5z.com>
+
+ * daemon/veriyfy-crypt.c, daemon/verify-shadow.c: include
+ errorgui.h
+
Thu Dec 20 17:13:24 2001 George Lebl <jirka@5z.com>
* configure.in: raise version
diff --git a/NEWS b/NEWS
index e288deea..846066f3 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,11 @@ Ahh news...
- Fix a USR2 race in the slave if the main daemon is already dead
(this makes 'killall gdm' work right)
+- Translation updates (Kjartan Maraas, Gustavo Maciel Dias Vieira,
+ Abel Cheung, Christian Rose, Duarte Loreto, Christian Meyer,
+ Stanislav Visnovsky, Peteris Krisjanis, Artis Trops, Akira TAGOH,
+ Göran Uddeborg, Ole Laursen)
+
2.2.5.2 stuff:
- If multiple local servers are setup, then wait until one has started
diff --git a/daemon/verify-crypt.c b/daemon/verify-crypt.c
index 14c0c2af..9cb58341 100644
--- a/daemon/verify-crypt.c
+++ b/daemon/verify-crypt.c
@@ -33,6 +33,7 @@
#include "misc.h"
#include "slave.h"
#include "verify.h"
+#include "errorgui.h"
/* Configuration option variables */
extern gboolean GdmAllowRoot;
diff --git a/daemon/verify-shadow.c b/daemon/verify-shadow.c
index a2ed33a8..b5e6dd03 100644
--- a/daemon/verify-shadow.c
+++ b/daemon/verify-shadow.c
@@ -34,6 +34,7 @@
#include "misc.h"
#include "slave.h"
#include "verify.h"
+#include "errorgui.h"
/* Configuration option variables */
extern gboolean GdmAllowRoot;