Minor changes prior to staging a first Release Candidate.
diff --git a/modules/NOTICE b/modules/NOTICE
index c802e7d..9952b65 100644
--- a/modules/NOTICE
+++ b/modules/NOTICE
@@ -1,5 +1,5 @@
 Apache Flex BlazeDS
-Copyright 2014 The Apache Software Foundation
+Copyright 2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/modules/RELEASE_NOTES b/modules/RELEASE_NOTES
index 3566490..5c118c9 100644
--- a/modules/RELEASE_NOTES
+++ b/modules/RELEASE_NOTES
@@ -10,7 +10,10 @@
 
 Differences from Adobe BlazeDS 4.6 include:
 
-TBD
+- No functional differences the only changes that were made were adding code to make the
+  test-suite run against a server instance brought up by the test-suite itself making it
+  self sufficient. The Adobe version relied on the availability of a running BlazeDS server
+  instance.
 
 Please report new issues to our bug tracker at:
 
diff --git a/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java b/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
index 7aa2a24..6802198 100644
--- a/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
+++ b/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
@@ -30,7 +30,7 @@
         ActionMessage m = new ActionMessage();
         MessageBody body = new MessageBody();
         m.addBody(body);
-        body.setData("Section 1. All legislative Powers herein granted shall be vested in a Congress of the United States, which shall consist of a Senate and House of Representatives.");
+        body.setData("Instead of copying something that might be licensed by some special license I am replacing the extract of the US constitution with this little text which should demonstrate string serialization just as well.");
         EXPECTED_VALUE = m;
     }
 
diff --git a/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml b/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
index 2635078..75f9657 100644
--- a/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
+++ b/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
@@ -19,6 +19,6 @@
 -->
 <amfx ver="3" xmlns="http://www.macromedia.com/2005/amfx">
     <body>
-        <string>Section 1. All legislative Powers herein granted shall be vested in a Congress of the United States, which shall consist of a Senate and House of Representatives.</string>
+        <string>Instead of copying something that might be licensed by some special license I am replacing the extract of the US constitution with this little text which should demonstrate string serialization just as well.</string>
     </body>
 </amfx>
\ No newline at end of file