mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
mscoree-CorValidateImage: Add reference to upstream bugreport.
This commit is contained in:
parent
528e9ceec3
commit
7dc9e1b670
@ -39,9 +39,10 @@ Wine. All those differences are also documented on the
|
||||
Included bug fixes and improvements
|
||||
-----------------------------------
|
||||
|
||||
**Bug fixes and features included in the next upcoming release [3]:**
|
||||
**Bug fixes and features included in the next upcoming release [4]:**
|
||||
|
||||
* Add implementation for kernel32.GetNumaProcessorNode ([Wine Bug #38660](https://bugs.winehq.org/show_bug.cgi?id=38660))
|
||||
* Implement mscoree._CorValidateImage for mono runtime ([Wine Bug #38662](https://bugs.winehq.org/show_bug.cgi?id=38662))
|
||||
* Implement proper handling of CLI .NET images in Wine library loader ([Wine Bug #38661](https://bugs.winehq.org/show_bug.cgi?id=38661))
|
||||
* Multiple applications needs better NtQueryInformationJobObject stub ([Wine Bug #38658](https://bugs.winehq.org/show_bug.cgi?id=38658))
|
||||
|
||||
@ -187,7 +188,7 @@ for more details.*
|
||||
* Implement empty enumerator for IWiaDevMgr::EnumDeviceInfo ([Wine Bug #27775](https://bugs.winehq.org/show_bug.cgi?id=27775))
|
||||
* Implement exclusive mode in PulseAudio backend ([Wine Bug #37042](https://bugs.winehq.org/show_bug.cgi?id=37042))
|
||||
* Implement locking and synchronization of key states ([Wine Bug #31899](https://bugs.winehq.org/show_bug.cgi?id=31899))
|
||||
* Implement mscoree._CorValidateImage for mono runtime
|
||||
* ~~Implement mscoree._CorValidateImage for mono runtime~~
|
||||
* Implement ntoskrnl driver testing framework.
|
||||
* Implement ntoskrnl.KeInitializeMutex
|
||||
* ~~Implement proper handling of CLI .NET images in Wine library loader~~
|
||||
|
@ -1,2 +1,2 @@
|
||||
Fixes: Implement mscoree._CorValidateImage for mono runtime
|
||||
Fixes: [38662] Implement mscoree._CorValidateImage for mono runtime
|
||||
Category: stable
|
||||
|
@ -3325,6 +3325,9 @@ fi
|
||||
|
||||
# Patchset mscoree-CorValidateImage
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#38662] Implement mscoree._CorValidateImage for mono runtime
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/mscoree/mscoree_main.c
|
||||
# |
|
||||
|
Loading…
x
Reference in New Issue
Block a user