From e77ed9486734f07b46cc546ead3ef98fb9b4676d Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Tue, 7 Feb 2023 10:51:54 +0100 Subject: [PATCH 1/2] chore: sync with recent crashpad changes --- external/crashpad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/crashpad b/external/crashpad index b670429f08..ec99257868 160000 --- a/external/crashpad +++ b/external/crashpad @@ -1 +1 @@ -Subproject commit b670429f08535f9409c681cc79e72904e27a0080 +Subproject commit ec992578688b4c51c1856d08731cf7dcf10e446a From 888f4504f126483407bd92a1fa6f9da2331b66dd Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Tue, 7 Feb 2023 12:16:04 +0100 Subject: [PATCH 2/2] Update changelog. --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc624d934..d25527e7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,21 @@ **Fixes**: -- Fix various mingw compilation issues ([#794](https://github.com/getsentry/sentry-native/pull/794)) +- Switch Crashpad transport on Linux to use libcurl ([#803](https://github.com/getsentry/sentry-native/pull/803), [crashpad#75](https://github.com/getsentry/crashpad/pull/75), [crashpad#79](https://github.com/getsentry/crashpad/pull/79)) +- Avoid accidentally mutating CONTEXT when client-side stack walking in Crashpad ([#803](https://github.com/getsentry/sentry-native/pull/803), [crashpad#77](https://github.com/getsentry/crashpad/pull/77)) +- Fix various mingw compilation issues ([#794](https://github.com/getsentry/sentry-native/pull/794), [crashpad#78](https://github.com/getsentry/crashpad/pull/78)) + +**Internal**: + +- Updated Crashpad backend to 2023-02-07. ([#803](https://github.com/getsentry/sentry-native/pull/803), [crashpad#80](https://github.com/getsentry/crashpad/pull/80)) + +**Thank you**: + +Features, fixes and improvements in this release have been contributed by: + +- [@BogdanLivadariu](https://github.com/BogdanLivadariu) +- [@ShawnCZek](https://github.com/ShawnCZek) +- [@past-due](https://github.com/past-due) ## 0.5.4