From 0585cb42d2e86cc3f374ff6d4f039bbc34b82ba4 Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Sun, 12 Mar 2023 19:12:13 +0900 Subject: [PATCH] Bump version to 1.1.2 --- CMakeLists.txt | 2 +- README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a50063..b015513 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6) project(funchook LANGUAGES C ASM) -set(PROJECT_VERSION 1.1.1) +set(PROJECT_VERSION 1.1.2) set(PROJECT_VERSION_MAJOR 1) include("GNUInstallDirs") diff --git a/README.md b/README.md index 97ff49b..35cbbc4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ TODO News ---- +### 1.1.2 (2023-03-12) + +* Experimental support for Windows arm64 + ### 1.1.1 (2022-10-02) * More permissive check for page allocation mmap ([#25][]) @@ -63,10 +67,18 @@ Supported Platforms *1 [`mprotect`] fails with EACCES. +Tested Platforms +---------------- + +Tested on some versions. Not tested in CI. + +* Windows arm64 (version 1.1.2) + Unsupported Platforms --------------------- * macOS arm64 (*1) +* x64/x86 emulation for Windows arm64 *1 I received a mail that [`mprotect`] failed with `EINVAL`. Apple seems to prevent executable memory regions from being writable.