Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Mar 12, 2023
1 parent 432bfee commit 0585cb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 0585cb4

Please sign in to comment.