From 316235291383b7a974c880ad37370a00a560e285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Tue, 29 Aug 2023 21:51:28 +0200 Subject: [PATCH] Add release notes for 16.1.4 --- .../2023-08-29-frida-16-1-4-released.markdown | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _i18n/en/_posts/2023-08-29-frida-16-1-4-released.markdown diff --git a/_i18n/en/_posts/2023-08-29-frida-16-1-4-released.markdown b/_i18n/en/_posts/2023-08-29-frida-16-1-4-released.markdown new file mode 100644 index 0000000..bb3d996 --- /dev/null +++ b/_i18n/en/_posts/2023-08-29-frida-16-1-4-released.markdown @@ -0,0 +1,27 @@ +--- +layout: news_item +title: 'Frida 16.1.4 Released' +date: 2023-08-29 15:58:08 +0200 +author: oleavr +version: 16.1.4 +categories: [release] +--- + +Some exciting improvements this time around: + +- ios: Fix spawn() on iOS 17. Thanks [@hsorbo][]! +- ios: Add support for rootless systems. Thanks for the pair-programming, + [@hsorbo][]! +- android: Fix dynamic linker compatibility regression. Thanks for the + pair-programming, [@hsorbo][]! Kudo to [@getorix][] for reporting. +- gumjs: Add Worker API, so heavy processing can be moved to a background + thread, allowing hooks to be handled in a timely manner. Only implemented in + the QuickJS runtime for now. Kudos to [@mrmacete][] for tracking down and + fixing last-minute bugs in the implementation. +- linux: Improve error-handling when trying to attach to processes that are + near death. + + +[@hsorbo]: https://x.com/hsorbo +[@getorix]: https://x.com/getorix +[@mrmacete]: https://x.com/bezjaje