diff --git a/ChangeLog b/ChangeLog
index 6efc3b98d015c0236dda39cc525301c3f811fb0b..416f47873165b5386d7f43ef0b275c7cf1d45cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -154,5 +154,13 @@
 	* Fixed reference counting errors associated with mounted filesystems
 	* Added fat_getattrib() and fat_setattrib()
 	* Added statfs() to fs layer and to FAT
+	* Correct file name extension in tools/zipme.sh
+	* Fix error in dependencies in 8051/2 Makefile
+	* sched/Makefile: Don't build sleep() or usleep() if signals are disabled
+	* sched/sched_setparam.c: Remove redundant disabling of interrupts
+	* sched/usleep.c: Fixed nsec calculation
+	* lib/lib_strcspn.c: Function incorrectly named strspn().
+	* examples/ostest/main.c:  Errors in SDCC version of a memcpy() call
+	* examples/ostest/sighandl.c: Don't call fflush() if streams are disabled
 	* Started m68322
 
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index b9367abbef7eae6cd689c41cc36869553d6905c6..c6800174287626421eb8e2664a0cd9b1d074829d 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -588,6 +588,14 @@ Other memory:
 	* Fixed reference counting errors associated with mounted filesystems
 	* Added fat_getattrib() and fat_setattrib()
 	* Added statfs() to fs layer and to FAT
+	* Correct file name extension in tools/zipme.sh
+	* Fix error in dependencies in 8051/2 Makefile
+	* sched/Makefile: Don't build sleep() or usleep() if signals are disabled
+	* sched/sched_setparam.c: Remove redundant disabling of interrupts
+	* sched/usleep.c: Fixed nsec calculation
+	* lib/lib_strcspn.c: Function incorrectly named strspn().
+	* examples/ostest/main.c:  Errors in SDCC version of a memcpy() call
+	* examples/ostest/sighandl.c: Don't call fflush() if streams are disabled
 	* Started m68322
 </pre></ul>