From 88ee302cbd8add4a5e1071882eac764b936b72da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Mon, 9 Dec 2024 22:13:58 +0100 Subject: [PATCH] posts: Add release notes for 16.5.9 --- .../2024-12-09-frida-16-5-9-released.markdown | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _i18n/en/_posts/2024-12-09-frida-16-5-9-released.markdown diff --git a/_i18n/en/_posts/2024-12-09-frida-16-5-9-released.markdown b/_i18n/en/_posts/2024-12-09-frida-16-5-9-released.markdown new file mode 100644 index 0000000..e413e4d --- /dev/null +++ b/_i18n/en/_posts/2024-12-09-frida-16-5-9-released.markdown @@ -0,0 +1,21 @@ +--- +layout: news_item +title: 'Frida 16.5.9 Released' +date: 2024-12-09 00:52:39 +0100 +author: oleavr +version: 16.5.9 +categories: [release] +--- + +Oops, software is hard! Here's another quick release to address an issue we +missed earlier today. + +We've fixed an issue with our Meson build scripts where the modulemap +dependencies were not correctly specified after the latest changes in +frida-core. Specifically, `core_public_h` is now a custom target index, so we +can't use it directly anymore. Instead, we now depend on its parent, +`core_api`. + +Special thanks to [@hsorbo][] for co-authoring this fix. + +[@hsorbo]: https://twitter.com/hsorbo