diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 5c5e2ff88f..ce7d9e6bce 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: April 18, 2011
+ Last Updated: April 20, 2011
|
@@ -2226,7 +2226,7 @@ nuttx-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
character in the string.
* tools/version.sh and mkversion.c: Tools to manage a NuttX version number
file
- * sched/clock_uptime() and lib/time/lib_time.c: Add support for 1 second uptime
+ * sched/clock_getutc() and lib/time/lib_time.c: Add support for 1 second UTC
interface.
* net/net_dup2.c and include/nuttx/net.h: The conditional compilation for
'#if CONFIG_NFILE_DESCRIPTOR > 0' was wrong in both of these files. It should
@@ -2238,6 +2238,9 @@ nuttx-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
OLED with Solomon Systech SD1305 LCD controller.
* configs/lpcxpresso-lpc1668/nx: Add a NX graphics configuration for the LPCXPRESO
board.
+ * graphics/nxglib/nxglib_nonintersecting.c: Fix some single bit errors in
+ calculation of non-intersecting regions. This was causing an anomoaly
+ in examples/nx in column 0.
apps-6.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>