Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Update changelog for 9.2.1 #384

Merged
merged 2 commits into from
May 14, 2020
Merged

Update changelog for 9.2.1 #384

merged 2 commits into from
May 14, 2020

Conversation

Chaoba
Copy link
Contributor

@Chaoba Chaoba commented May 14, 2020

This PR update change log for 9.2.1.

@Chaoba Chaoba requested a review from chloekraw May 14, 2020 08:21
Copy link
Contributor

@chloekraw chloekraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @Chaoba! Let's move the binary size entry to the top, as it's the most important change.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@Chaoba Chaoba merged commit f8fade5 into master May 14, 2020
@Chaoba Chaoba deleted the kl-changelog-9.2.1 branch May 14, 2020 11:41
Chaoba pushed a commit that referenced this pull request May 14, 2020
* Update changelog for 9.2.1

* Update changelog for 9.2.1

(cherry picked from commit f8fade5)
Chaoba pushed a commit that referenced this pull request May 14, 2020
* Fix binary size. (#382)

Add compiler and linker options to reduce binary size for release build:
  - reduce symbol visibility: `-fvisibility=hidden`, `-fvisibility-inlines=hidden`;
  - link time optimization `-flto` and enable gold plugin;
  - remove duplicated code: `–icf=all`;
  - size optimization for compilation (`-Oz`);
  - garbage collect unused sections: `-Wl,--gc-sections`

(cherry picked from commit 05974e2)

* Reset AndroidRendererBackend properly to prevent a crash during rotation on an Android 4.2.2 x86 tablet. (#381)

Co-authored-by: Tsoi Yat Shing <ystsoi@yahoo.com.hk>
(cherry picked from commit d319e17)

* Fix getFilter with distance expression crash. (#380)

* Fix getFilter with distance expression crash.

* Update gl-native and test case

* Bump gl-native to maps-1.6.0

* Update review comment.

(cherry picked from commit 0010a58)

* Update changelog for 9.2.1 (#384)

* Update changelog for 9.2.1

* Update changelog for 9.2.1

(cherry picked from commit f8fade5)

Co-authored-by: Igor Tarasov <igor.tarasov@mapbox.com>
Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants