Updated Branches: refs/heads/develop ccdbfebd4 -> a8e90df8b
update release notes with recent changes Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a8e90df8 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a8e90df8 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/a8e90df8 Branch: refs/heads/develop Commit: a8e90df8b1ff107dc52992b0dd03fa66c6245f3f Parents: ccdbfeb Author: Justin Mclean <[email protected]> Authored: Sun Nov 10 10:07:35 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Sun Nov 10 10:07:35 2013 +1100 ---------------------------------------------------------------------- RELEASE_NOTES | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a8e90df8/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6dcd5c8..7794fe2 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -49,11 +49,16 @@ Bug Fixes JIRA Issue Number and Summary ------------------------------------------------------------------------------------------------------------------- FLEX-33885 BindingManager#executeBindings : Avoid unneeded memory allocation +FLEX-33884 Android mobile app crashes when you click on a modal +FLEX-33880 Popup modal blocks the application +FLEX-33879 LayoutBase->getScrollPositionDeltaToElementHelper isn't ideal FLEX-33878 Matrix computations : avoid unneeded flash.geom.Transform and flash.geom.Matrix allocations FLEX-33877 BusyCursor : Avoid unneeded Point allocations FLEX-33875 Runtime error #1069 in MobileSkin class on focus out +FLEX-33874 Binding management is memory inefficient when using the defaultDestFunc FLEX-33871 message error "Definition spark.skins.mobile480.assets:ActionBarBackground could not be found" FLEX-33865 ConstraintLayout / LayoutElementHelper are memory inefficient (and slow) +FLEX-33861 Flex Incorrectly Scaling Down Application on iPad FLEX-33853 Optimize UIDUtil / RPCUIDUtil fromByteArray() method FLEX-33852 Port UIDUtil optimizations to RPCUIDUtil FLEX-33835 LocaleSorter#sortLocalesByPreference is slow @@ -62,6 +67,7 @@ FLEX-33829 Improve ArrayList performance FLEX-33824 Disappearing spark DataGrid columns when we set dataProvider to null FLEX-33813 Datagrid goes blank when assigning new dataProvider.source and calling refresh FLEX-33779 RTE in Label.as when it's 8px wide and uses the Myriad Web Pro font face +FLEX-33772 Incorrect tab focus behavior (closed loops) when using focus groups (such as RadioButton components) FLEX-33715 Error: Attempted access of inaccessible method getStyle through a reference with static type MXFTETextInput. FLEX-33671 Warning messages when using experimental components. FLEX-33632 Getting Run Time Error when loading resource module at runtime.
