Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 170)
+++ trunk/docs/Changelog	(revision 171)
@@ -1,3 +1,11 @@
-2.4.4:
+2.4.5:
+	* handle EINPROGRESS error (Windows/cygwin issue)
+	* make sure every function uses less than one page of stack
+	  (proactive security against gap jumping, Gael Delalleau) 
+	* use dnmalloc instead of system malloc
+	* fix dnmalloc bugs and portability problems
+	* check for compressBound, since older zlibs don't have it
+ 
+2.4.4 (30-04-2008):
 	* sh_database.c: fix maximum size of sql query string, maximum 
 	  size of strings in struct dbins_
Index: trunk/docs/TODO
===================================================================
--- trunk/docs/TODO	(revision 170)
+++ trunk/docs/TODO	(revision 171)
@@ -1,2 +1,7 @@
+gcc -g -DDNMALLOC_DEBUG=1 -DUSE_MALLOC_LOCK=1 -Wall -O2 -o dnmalloc-1.0.beta5-rw.o -c   src/dnmalloc-1.0.beta5-rw.c
 
-check reported problem with rpmbuild (samhain_setpwd)
+gcc -g -Wall -O2 -o t-test.o -c src/t-test1.c
+gcc -g -DUSE_MALLOC_LOCK=1 -Wall -O2 -o dnmalloc-1.0.beta5-rw.o -c   src/dnmalloc-1.0.beta5-rw.c
+gcc -g -lpthread -o t-test t-test.o dnmalloc-1.0.beta5-rw.o
+./t-test
+
