Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 92)
+++ trunk/docs/Changelog	(revision 93)
@@ -1,5 +1,12 @@
+2.3.3:
+	* fix bug with leading slashes in liked path of symlinks within
+	  the root directory
+	* sh_kern.c: check PCI ROM (Linux), refactor code
+	* move file descriptor closing more towards program startup
+	* kernel check: support OpenBSD 4.0 (wishlist)
+	* fix samhain_hide module (in-)compatibility with recent kernels
+	  (reported by Jonny Halfmoon)
+
 2.3.2:
-	* move file descriptor closing more towards program startup
-	* fix samhain_hide module (in-)compatibility with recent kernels
 	* fix regression in full stealth mode (incorrect comparison of
 	  bytes read vs. maximum capacity), reported by B. Fleming
Index: trunk/docs/README.UPGRADE
===================================================================
--- trunk/docs/README.UPGRADE	(revision 92)
+++ trunk/docs/README.UPGRADE	(revision 93)
@@ -1,4 +1,15 @@
 
-from lower to 2.3.x: database scheme has changed slightly
+to 2.3.3 and higher: a bug has been fixed that resulted in an additional
+  slash at the beginning of the linked path of symlinks in the root
+  directory (symlinks in other directories were not affected)
+
+  -- this may cause spurious warnings about modified links, if you check
+     against a database created with an earlier version of samhain 
+
+
+
+from lower to 2.3.x: the database scheme has changed slightly. 
+  To upgrade, use the following SQL commands in the command-line
+  client of your database:
 
   -- MySQL:
