diff --git a/README.md b/README.md index 9ef821e5..d32c93a5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Wine. All those differences are also documented on the Included bug fixes and improvements =================================== -**Bugfixes and features included in the next upcoming release [6]:** +**Bugfixes and features included in the next upcoming release [7]:** * Add stub for gdiplus.GdipCreateEffect ([Wine Bug #32163](https://bugs.winehq.org/show_bug.cgi?id=32163)) * Add support for CopyFileEx progress callback ([Wine Bug #22692](https://bugs.winehq.org/show_bug.cgi?id=22692)) @@ -46,6 +46,7 @@ Included bug fixes and improvements * Fallback to global key state for threads without a queue ([Wine Bug #27238](https://bugs.winehq.org/show_bug.cgi?id=27238)) * Fix race-condition when threads are killed during shutdown * Implement SetFileInformationByHandle +* Process Hacker 2.x needs ntoskrnl.ProbeForRead ([Wine Bug #38103](https://bugs.winehq.org/show_bug.cgi?id=38103)) **Bugs fixed in Wine Staging 1.7.37 [182]:** diff --git a/patches/ntoskrnl-Stubs/definition b/patches/ntoskrnl-Stubs/definition index deb0a331..36b1f50a 100644 --- a/patches/ntoskrnl-Stubs/definition +++ b/patches/ntoskrnl-Stubs/definition @@ -9,3 +9,4 @@ Fixes: Add stub for ntoskrnl.ExReleaseResourceForThread Fixes: Add stub for ntoskrnl.ExDeleteResourceLite Fixes: Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages Fixes: Implement ntoskrnl.KeInitializeMutex +Fixes: [38103] Process Hacker 2.x needs ntoskrnl.ProbeForRead diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 05110a99..9442ab71 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -2925,6 +2925,9 @@ fi # Patchset ntoskrnl-Stubs # | +# | This patchset fixes the following Wine bugs: +# | * [#38103] Process Hacker 2.x needs ntoskrnl.ProbeForRead +# | # | Modified files: # | * dlls/ntoskrnl.exe/ntoskrnl.c, dlls/ntoskrnl.exe/ntoskrnl.exe.spec, include/ddk/wdm.h, include/ntdef.h # |