diff --git a/ChangeLog b/ChangeLog
index 3c451d0564b6a104b2d6ce4606f00e684ec58e85..df9bb8c629628cc6b0c9c69a7804721fdb45a5ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -290,9 +290,14 @@
 	* Fix deadlock errors when using stdio but with no buffering
 	* Add support for Pascal P-Code interpreter
 
+0.3.6.1 2008-01-07 Gregory Nutt <spudmonkey@racsa.co.cr>
+
+	* The initial 0.3.6 release including an error that prevented
+	  building successfully if the Pascal add-on was
+	  was not present.
+
 0.3.7 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
 
 	* Began adding support for the Zilog Z16F using the Zilog
 	  Z16F2800100ZCOG Development Kit.
-	* Fix Makefile error when Pascal P-Code interpreter is NOT installed (oops)
 	* Add support toolchains that do not support making of dependencies
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index ada834701bac0aea8047594c4272ae1e0b848b2b..56983591c6627d9d04f9ef386e4729cbfdb769a2 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -460,6 +460,13 @@
   simulation targets.  As usual, any feedback about bugs or suggestions
   for improvement would be greatly appreciated.
 </p>
+<p>
+  <b>NOTE</b>:
+  There was an error in the initial 0.3.6 release that prevented
+  a successful build <i>unless</i> the Pascal add-on was present.  The
+  tarball was patched to include the fix.  Make sure that you download
+  the nuttx-0.3.6.1.tar.gz version to avoid this problem.
+</p>
 
 <table width ="100%">
   <tr bgcolor="#e4e4e4">
@@ -759,6 +766,12 @@ Other memory:
 	* Added a simulated z80 target
 	* Fix deadlock errors when using stdio but with no buffering
 	* Add support for Pascal P-Code interpreter
+
+0.3.6.1 2008-01-07 Gregory Nutt <spudmonkey@racsa.co.cr>
+
+	* The initial 0.3.6 release including an error that prevented
+	  building successfully if the Pascal add-on was
+	  was not present.
 </pre></ul>
 
 <table width ="100%">
@@ -774,7 +787,6 @@ Other memory:
 
 	* Began adding support for the Zilog Z16F using the Zilog
 	  Z16F2800100ZCOG Development Kit.
-	* Fix Makefile error when Pascal P-Code interpreter is NOT installed (oops)
 	* Add support toolchains that do not support making of dependencies
 </pre></ul>
 
diff --git a/ReleaseNotes b/ReleaseNotes
index 1b71c137d43bbeadfc18371f5dc8ae84b8c685d3..0ff0b3425f370b1b29768ff7e1ef6c96c34b3dab 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -18,3 +18,8 @@ simulation targets.  As usual, any feedback about bugs or suggestions
 for improvement would be greatly appreciated.
 
 This tarball contains a complete CVS snapshot from January 6, 2007.
+
+NOTE: There was an error in the initial 0.3.6 release that prevented
+a successful build unless the Pascal add-on was present.  The
+tarball was patched to include the fix.  Make sure that you download
+the nuttx-0.3.6.1.tar.gz version to avoid this problem.