diff --git a/ChangeLog b/ChangeLog
index f2f36734c5a84c85f015fe93d00694efc430aba8..b1da12e2c62991e9a429b630c2d0bd8c45442064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -89,7 +89,7 @@
 	* Added directories to hold board-specific header files
 	* Added directories to hold board-specific drivers
 
-0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.3 2007-03-29 Gregory Nutt <spudmonkey@racsa.co.cr>
 
 	* mq_receive and mq_send now return errno's appropriately
 	* mq_receive and mq_send are now correctly awakened by signals.
@@ -110,5 +110,7 @@
 	* Identified and corrected a race condition associated with
 	  pthread_join.  In the failure condition, memory was being
 	  deallocated while still in use.
-	* Started m68322
 
+0.2.4 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+	* Started m68322
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index b2e8bef41e1277443cc26931f5ddd89bc73ca36e..f4b8cfa8f0beb63985ef87f4a211aadeff8c9b9a 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -180,7 +180,7 @@
 </table>
 
 <p>
-   The fifth release of NuttX (nuttx-0.2.2) is avalable for download
+   The sixth release of NuttX (nuttx-0.2.3) is available for download
    from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
    website.
 </p>
@@ -450,7 +450,7 @@ Other memory:
 	* Added directories to hold board-specific header files
 	* Added directories to hold board-specific drivers
 
-0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.3 2007-03-29 Gregory Nutt <spudmonkey@racsa.co.cr>
 
 	* mq_receive and mq_send now return errno's appropriately
 	* mq_receive and mq_send are now correctly awakened by signals.
@@ -471,6 +471,9 @@ Other memory:
 	* Identified and corrected a race condition associated with
 	  pthread_join.  In the failure condition, memory was being
 	  deallocated while still in use.
+
+0.2.4 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
 	* Started m68322
 </pre></ul>
 
diff --git a/ReleaseNotes b/ReleaseNotes
index dc243176ffff59b6b3a8b85df0660263b1221682..009535b5a44e2fbe619b59ebbec9152ff6fd9e6c 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -1,18 +1,18 @@
-Nuttx-0.2.2
+nuttx-0.2.3
 ^^^^^^^^^^^^
 
-This is the fifth release of NuttX.  There is no major new
-functionality in this release.  This release adds support for
-new pthread barrier APIs, changes the directory structure,
-to better handle different board configuarations using the same
-processor architecture, and corrects a defect defects.
+This is the sixth release of NuttX.  This release is primarily
+a bugfix release.  Numerous problems were fixed as detailed
+in the change log.  New functionaliy includes support for
+timed messsage queues.
 
 See the ChangeLog for a complete list of changes.
 
-This release has been verified on the Linux user-mode platform and
-the Neuros OSD using the test program under examples/ostest.
-There are no known, critical defects but the project development
-status remains at 'beta' status pending further test and
-evaluation.
+This release has been verified on the Linux user-mode platform
+and the Neuros OSD using the test program under examples/ostest.
+The results of the testing is available in the source tree under
+configs/ntosd-dm320/doc/test-results. There are no known,
+critical defects but the project development status remains at
+'beta' status pending further test and evaluation.
 
-This tarball contains a complete CVS snapshot from March 26, 2007.
+This tarball contains a complete CVS snapshot from March 29, 2007.