Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(news): latest air sdk release 51.1.2.2 #142

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions news/2024-11-09-air-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Release 51.1.2.2
authors: [ marchbold ]
tags: [ airsdk, updates ]
---


**AIR SDK 51.1.2.2** has been released by Harman.

- [Release Notes](https://airsdk.harman.com/api/versions/51.1.2.2/release-notes/Release_Notes_AIR_SDK_51.1.2.pdf)
- [Download](https://airsdk.harman.com/download/51.1.2.2)


### Bug fixes

- AIR-7364: ADT to abort if a malformed ABC block is found during IPA creation
- AIR-7402: Crashes reported in Android runtime - strstr and JNI exceptions
- AIR-7437: Ensuring trace() output works in command-line apps
- AIR-7441: Fixing iPhone build target and eliminating duplicate symbols
- [github-78](https://github.com/airsdk/Adobe-Runtime-Support/issues/78): Correcting adjustment for italic text in Windows direct mode
- [github-1453](https://github.com/airsdk/Adobe-Runtime-Support/issues/1453): Fixing certificateError behaviour on Linux and for Loader
- [github-2088](https://github.com/airsdk/Adobe-Runtime-Support/issues/2088): Updating AIR mac app bundle signing to remove entitlements from libraries
- [github-2610](https://github.com/airsdk/Adobe-Runtime-Support/issues/2610): TimeZone.getTimeZone(null) returns null
- [github-3516](https://github.com/airsdk/Adobe-Runtime-Support/issues/3516): Android stability fixes for reported crashes
- [github-3521](https://github.com/airsdk/Adobe-Runtime-Support/issues/3521): Partial fix for problems with Chinese font in iOS 18
- [github-3534](https://github.com/airsdk/Adobe-Runtime-Support/issues/3534): Removing hard dependency on libsecret in AIR Linux runtime
- [github-3542](https://github.com/airsdk/Adobe-Runtime-Support/issues/3542): Ensuring ADT does not package up .DS_Store files
- [github-3552](https://github.com/airsdk/Adobe-Runtime-Support/issues/3552): Ensuring activate events are not sent when minimising an app in Windows
Loading