Repository: flex-blazeds Updated Branches: refs/heads/develop 561d84019 -> b3a5cecf5
Adjusted the release notes and readme in preparation of the next release. Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/b3a5cecf Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/b3a5cecf Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/b3a5cecf Branch: refs/heads/develop Commit: b3a5cecf5a270575bec26497bde24d805847ac88 Parents: 561d840 Author: Christofer Dutz <christofer.d...@codecentric.de> Authored: Thu Nov 5 16:58:45 2015 +0100 Committer: Christofer Dutz <christofer.d...@codecentric.de> Committed: Thu Nov 5 16:58:45 2015 +0100 ---------------------------------------------------------------------- modules/README | 14 +++++++------- modules/RELEASE_NOTES | 12 +++++++++++- 2 files changed, 18 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/b3a5cecf/modules/README ---------------------------------------------------------------------- diff --git a/modules/README b/modules/README index ab79c2f..0ea0d50 100644 --- a/modules/README +++ b/modules/README @@ -9,7 +9,7 @@ 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.1 is an update to the initial release of BlazeDS + Apache Flex BlazeDS 4.7.2 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. @@ -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.1 +Building Apache Flex BlazeDS 4.7.2 ================================== Apache Flex BlazeDS is a large project. It requires some build tools which must be @@ -100,27 +100,27 @@ Using the Binary Distribution <dependency> <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-common</artifactId> - <version>4.7.1</version> + <version>4.7.2</version> </dependency> <dependency> <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-core</artifactId> - <version>4.7.1</version> + <version>4.7.2</version> </dependency> <dependency> <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-opt</artifactId> - <version>4.7.1</version> + <version>4.7.2</version> </dependency> <dependency> <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-proxy</artifactId> - <version>4.7.1</version> + <version>4.7.2</version> </dependency> <dependency> <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-remoting</artifactId> - <version>4.7.1</version> + <version>4.7.2</version> </dependency> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/b3a5cecf/modules/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/modules/RELEASE_NOTES b/modules/RELEASE_NOTES index 079269c..ee94e7d 100644 --- a/modules/RELEASE_NOTES +++ b/modules/RELEASE_NOTES @@ -1,3 +1,13 @@ +Apache Flex BlazeDS 4.7.2 +======================= + +Apache Flex BlazeDS 4.7.2 is an update to 4.7.1 to allow configuration control +over allowind document type declarations inside an AMF XML payload. + +Known Issues +_____________ +FLEX-34648 Memory Leak occurred in AsyncMessage when sending a lot of messages + Apache Flex BlazeDS 4.7.1 ======================= @@ -6,7 +16,7 @@ over XML Entity processing. Known Issues _____________ -FLEX-34648 Memory Leak occurred in AsyncMessage when sending alot of +FLEX-34648 Memory Leak occurred in AsyncMessage when sending a lot of messages Apache Flex BlazeDS 4.7 =======================