Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 167)
+++ trunk/docs/Changelog	(revision 169)
@@ -1,14 +1,38 @@
 2.4.4:
-	* fill content if MODI_TXT, base64 encode and add as link_path 
-	  in sh_unix.c; add to report in sh_hash.c; needs listing option
+	* configure.ac: warn, but accept nonexistent tmp dir
+          (Problem reported by Brian)
+	* sh_unix.c: undef P_ALL, P_PID, P_PGID before including 
+          sys/wait.h (compile problem reported by Reputation)
+	* syslog function tested ok with Syslog Fuzzer v0.1 
+          by Jaime Blasco (c) 2008
+	* slib.c: call fflush when writing trace to file
+	* sh_readconf.c: don't set OnlyStderr to false if gpg (problem
+	  reported by Irene Reed)
+	* fix unconditional removal of pid file in atexit handler (bug
+	  reported by Brian)
+	* fix invalid free() in sh_unix_checksum_size()
+	* sh_processcheck.c: workaround for stupid OpenBSD bug (returns
+	  ENODEV instead of EAGAIN, because fgetc does 
+          fcntl(0,F_SETFL,O_NONBLOCK) [ENODEV] internally), problem
+	  reported by Roman R.
+	* fix buf that cause incomplete reporting of modified symlink if
+	  symlink has changed and both old and new paths are >48 bytes
+	* fix bug that prevented mount check from running in one-shot mode
+	* enable mount check for openbsd
+	* fix processcheck default options and test script for openbsd
+	* option --list-file to list content of file (if saved)
+	* sh_tools.c: use strcasecmp in reverse lookup since DNS is case
+	  insensitive (bug reported by Phil)
+	* fill content if MODI_TXT, zlib compress, base64 encode and add 
+	  as link_path in sh_unix.c; add to report in sh_hash.c
 	* testsuite: add test for gpg fingerprint option
 	* sh_extern.c: add 'CloseCommand' for syntactic sugar, 
 	  add in testsuite
 
-2.4.3a:
-	* fix compile error cause by open() with O_CREAT and no third argument
+2.4.3a (12-02-2008):
+	* fix compile error caused by open() with O_CREAT and no third argument
 	  (reported by J.-S. Eon)
 
-2.4.3:
+2.4.3 (31-01-2008):
 	* sh_kern.c: don't require asm/segment.h for kernel check module
 	* use global var with pid of initial thread instead of getpid(),
