diff --git a/ChangeLog b/ChangeLog
index a80e5009a82..3b39eabb4f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3523,4 +3523,6 @@
Add a configuration for testing the ARM ELF loader.
* binfmt/libelf: Can't use fstat(). NuttX does not yet support it. Damn!
* binfmt/libelf: The basic ELF module execution appears fully functional.
+ * configs/shenzhou/src/up_relays.c: Add support for relays from the
+ Shenzhou board. Contributed by Darcy Gong.
diff --git a/Documentation/README.html b/Documentation/README.html
index 94242626092..5fef40fc167 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -8,7 +8,7 @@
NuttX README Files
- Last Updated: September 25, 2012
+ Last Updated: October 27, 2012
|
@@ -247,6 +247,7 @@
`- apps/
|- README.txt
|- examples/
+ | |- json/README.txt
| |- pashello/README.txt
| `- README.txt
|- graphics/
@@ -259,6 +260,7 @@
|- netutils/
| | |- discover/README.txt
| | |- ftpc/README.txt
+ | | |- json/README.txt
| | |- telnetd/README.txt
| `- README.txt
|- nshlib/
diff --git a/README.txt b/README.txt
index d60da2d8896..4c008e6f16c 100644
--- a/README.txt
+++ b/README.txt
@@ -828,6 +828,7 @@ nuttx
apps
|- examples/
+ | |- json/README.txt
| |- pashello/README.txt
| `- README.txt
|- graphics/
@@ -843,6 +844,8 @@ apps
| | `- README.txt
| |- ftpc
| | `- README.txt
+ | |- json
+ | | `- README.txt
| |- telnetd
| | `- README.txt
| `- README.txt