Note new version requirements on Windows.

Updated CHANGES and NEWS for all one people that build CouchDB on
Windows.



git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1138685 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index bc6fd2d..1d87da8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,11 @@
  * Etap tests no longer require use of port 5984. They now use a randomly
    selected port so they won't clash with a running CouchDB.
 
+Windows:
+
+ * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03. See
+   COUCHDB-1152, and COUCHDB-963 + OTP-9139 for more information.
+
 Version 1.0.2
 -------------
 
diff --git a/NEWS b/NEWS
index a7b2647..09013ad 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@
  * Made compatible with jQuery 1.5.x.
  * Added support for inclusive_end wiht reduce views.
  * Etap tests no longer require use of port 5984.
+ * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03.
 
 Version 1.0.2
 -------------