update notice files for 4.7.1
diff --git a/modules/README b/modules/README
index 4dbaabf..ab79c2f 100644
--- a/modules/README
+++ b/modules/README
@@ -9,10 +9,10 @@
     data and push data in real-time to Adobe® Flex® and Adobe AIR™ applications
     for more responsive rich Internet application (RIA) experiences..
 
-    Apache Flex BlazeDS 4.7.0 is the initial release of BlazeDS from the Apache
-    Software Foundation.  Prior to this, releases were provided by Adobe
-    Systems Inc. It is compatible with most code written to target Adobe Flex 
-	4.6.
+    Apache Flex BlazeDS 4.7.1 is an update to the initial release of BlazeDS 
+    from the Apache Software Foundation.  Prior to this, releases were provided 
+    by Adobe Systems Inc. It is compatible with most code written to target Adobe
+    Flex 4.6.
 
     For detailed information about Apache Flex please visit
     http://flex.apache.org/
@@ -33,7 +33,7 @@
     For further information visit http://flex.apache.org/download-source.html
 
 
-Building Apache Flex BlazeDS 4.7.0
+Building Apache Flex BlazeDS 4.7.1
 ==================================
 
     Apache Flex BlazeDS is a large project. It requires some build tools which must be
@@ -53,7 +53,7 @@
 Install Prerequisites
 ---------------------
 
-    Before building the Apache Flex Tool API you must install the following software
+    Before building the Apache Flex BlazeDS you must install the following software
     and set the corresponding environment variables using absolute file paths.  
     Relative file paths will result in build errors.
 
@@ -100,27 +100,27 @@
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-common</artifactId>
-        <version>4.7.0</version>
+        <version>4.7.1</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-core</artifactId>
-        <version>4.7.0</version>
+        <version>4.7.1</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt</artifactId>
-        <version>4.7.0</version>
+        <version>4.7.1</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-proxy</artifactId>
-        <version>4.7.0</version>
+        <version>4.7.1</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-remoting</artifactId>
-        <version>4.7.0</version>
+        <version>4.7.1</version>
     </dependency>
 
 
diff --git a/modules/RELEASE_NOTES b/modules/RELEASE_NOTES
index 5c118c9..079269c 100644
--- a/modules/RELEASE_NOTES
+++ b/modules/RELEASE_NOTES
@@ -1,3 +1,13 @@
+Apache Flex BlazeDS 4.7.1
+=======================
+
+Apache Flex BlazeDS 4.7.1 is an update to 4.7.0 to allow configuration control
+over XML Entity processing. 
+
+Known Issues
+_____________
+FLEX-34648 Memory Leak occurred in AsyncMessage when sending alot of
+
 Apache Flex BlazeDS 4.7
 =======================