mscoree-CorValidateImage: Add reference to upstream bugreport.

This commit is contained in:
Sebastian Lackner 2015-05-31 22:41:07 +02:00
parent 528e9ceec3
commit 7dc9e1b670
3 changed files with 7 additions and 3 deletions

View File

@ -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~~

View File

@ -1,2 +1,2 @@
Fixes: Implement mscoree._CorValidateImage for mono runtime
Fixes: [38662] Implement mscoree._CorValidateImage for mono runtime
Category: stable

View File

@ -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
# |