Skip to content

Commit

Permalink
4.4.0RC3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Jul 1, 2021
1 parent 9c6f77e commit 01ce663
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
CARTO Mobile SDK 4.4.0RC3
-------------------

### Changes, fixes:

* Fixed issues iOS with simulator targets not working due to problems with latest cryptopp library
* Fixed issues with some 32-bit Android targets due to problems with latest cryptopp library
* Fixed potential deadlock issue with TouchHandler class. Removed redundant 'onMapMoved' callbacks.
* Fixed potential deadlocks in AnimationHandler and KineticEventHandler when certain SDK APIs were used in MapEventListener callbacks
* Changed compilation flags for 32-bit Android targets to make then compatible with really old devices not supporting NEON extensions
* Tweaked compilation flags for Android, binary sizes are now about 10% smaller while critical code paths are better optimized
* Enabled Link Time Code Generation for UWP builds. This results in smaller and faster binaries.
* Various fixes and tweaks in SDK build scripts


CARTO Mobile SDK 4.4.0RC2
-------------------

Expand Down

0 comments on commit 01ce663

Please sign in to comment.