diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5730ec1051a..ba950536bac 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -139,11 +139,14 @@ the C backend.
-LLVM has only been extensively tested on Intel and AMD machines running Red
-Hat Linux, and Sun UltraSPARC workstations running Solaris 8.
+LLVM has been extensively tested on Intel and AMD machines running Red
+Hat Linux, and Sun UltraSPARC workstations running Solaris 8. Additionally,
+LLVM works on Mac OS/X 10.3 and above, but only with the C back-end (no native
+backend for the PowerPC is available yet).
The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
-work on more platforms than that. However, it is extremely likely that we
-missed something. We welcome portability patches and error messages.
+work on more platforms than that. However, it is likely that we
+missed something, and that minor porting is required to get LLVM to work on
+new platforms. We welcome portability patches and error messages.