From 1db1b6b5bd41c5bfce2e22e29e70b0b6f6dad1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Fri, 23 Aug 2024 22:21:32 +0200 Subject: [PATCH] posts: Add release notes for 16.4.10 --- ...2024-08-22-frida-16-4-10-released.markdown | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _i18n/en/_posts/2024-08-22-frida-16-4-10-released.markdown diff --git a/_i18n/en/_posts/2024-08-22-frida-16-4-10-released.markdown b/_i18n/en/_posts/2024-08-22-frida-16-4-10-released.markdown new file mode 100644 index 0000000..69e9cc4 --- /dev/null +++ b/_i18n/en/_posts/2024-08-22-frida-16-4-10-released.markdown @@ -0,0 +1,23 @@ +--- +layout: news_item +title: 'Frida 16.4.10 Released' +date: 2024-08-22 15:40:59 +0200 +author: oleavr +version: 16.4.10 +categories: [release] +--- + +Quick bug-fix release to further improve our Fruity backend, where [@hsorbo][] +and I filled up our coffee cups and hammered out the following fixes: + +- tunnel-connection: Wire up missing stream close logic. +- tunnel-connection: Ensure JSON request ends up in its own UDP packet. When + opening the tunnel, it seems problematic if a datagram and stream data end up + in the same UDP packet. We make our dummy-datagram larger to avoid this. +- tunnel-connection: Consistently avoid writes after connection is gone, which + would result in a crash. +- network-stack: Handle perform_on_lwip_thread() from the lwIP thread instead of + deadlocking. + + +[@hsorbo]: https://twitter.com/hsorbo