update notice files for 4.7.1
Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/00f31d2e Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/00f31d2e Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/00f31d2e Branch: refs/heads/develop Commit: 00f31d2e30618918c1a56e7510966463de2f069b Parents: 404b03a Author: Alex Harui <[email protected]> Authored: Thu Jul 30 10:17:03 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jul 30 10:17:03 2015 -0700 ---------------------------------------------------------------------- modules/README | 22 +++++++++++----------- modules/RELEASE_NOTES | 10 ++++++++++ 2 files changed, 21 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/00f31d2e/modules/README ---------------------------------------------------------------------- diff --git a/modules/README b/modules/README index 4dbaabf..ab79c2f 100644 --- a/modules/README +++ b/modules/README @@ -9,10 +9,10 @@ Apache Flex BlazeDS 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 @@ Getting the latest sources via Git 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 @@ Building Apache Flex BlazeDS 4.7.0 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 @@ Using the Binary Distribution <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> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/00f31d2e/modules/RELEASE_NOTES ---------------------------------------------------------------------- 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 =======================
