Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 238)
+++ trunk/docs/Changelog	(revision 239)
@@ -1,4 +1,6 @@
 2.5.7:
-	* If available, use %z to print timezone as hour offset from GMT
+	* sh_userfiles.c: set userUids = NULL at reconfiguration (issue
+	  reported by U. Melzer)
+	* if available, use %z to print timezone as hour offset from GMT
 	  in email date headers (problem reported by NP, solution suggested
 	  by TimB).
@@ -9,5 +11,5 @@
 	  (problem reported by A. Dunkel)
 	
-2.5.6:
+2.5.6 (09-06-2009):
 	* recognize fdesc filesystem on MacOS X for suid check (Problem
 	  reported by David)
Index: trunk/src/sh_userfiles.c
===================================================================
--- trunk/src/sh_userfiles.c	(revision 238)
+++ trunk/src/sh_userfiles.c	(revision 239)
@@ -393,4 +393,5 @@
     userHomes = NULL;
     userFiles = NULL;
+    userUids  = NULL;
 
     ShUserfilesActive   = S_TRUE;
