Mention recent changes in README
diff --git a/README b/README
index 7be8356..167de42 100644
--- a/README
+++ b/README
@@ -136,6 +136,8 @@ See the ChangeLog files for details.
3.0.10 ???-??-??
Fix the N64 build on mips-sgi-irix6.5.
Testsuite fixes for Tru64 Unix.
+ Enable builds with Microsoft's compiler.
+ Enable x86 builds with Sun's compiler.
3.0.9 Dec-31-09
Add AVR32 and win64 ports. Add ARM softfp support.
diff --git a/patches/msvc b/patches/msvc
index 1a5c031..9b3384b 100644
--- a/patches/msvc
+++ b/patches/msvc
@@ -943,3 +943,12 @@ Index: libffi/README
Configure has many other options. Use "configure --help" to see them all.
Once configure has finished, type "make". Note that you must be using
+@@ -128,6 +136,8 @@ See the ChangeLog files for details.
+ 3.0.10 ???-??-??
+ Fix the N64 build on mips-sgi-irix6.5.
+ Testsuite fixes for Tru64 Unix.
++ Enable builds with Microsoft's compiler.
++ Enable x86 builds with Sun's compiler.
+
+ 3.0.9 Dec-31-09
+ Add AVR32 and win64 ports. Add ARM softfp support.