mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Update several bug report references.
This commit is contained in:
parent
11d0c892e2
commit
7ae8e84d71
@ -1 +1 @@
|
||||
Fixes: Initial implementation of advapi32.BuildSecurityDescriptorW
|
||||
Fixes: [37594] Initial implementation of advapi32.BuildSecurityDescriptorW
|
||||
|
@ -1,4 +1,5 @@
|
||||
Fixes: [40418] Implement BCrypt AES provider
|
||||
Fixes: Implement BCrypt AES provider
|
||||
# 40418 was originally here, but was apparently satisfied with less.
|
||||
Fixes: [42553] Implement BCrypt ECB chaining mode
|
||||
Fixes: [39582] Implement BCrypt RSA provider
|
||||
Fixes: [44053] Implement BCryptImportKey and BCryptExportKey
|
||||
|
@ -1,2 +1 @@
|
||||
Fixes: Add stubs for user-mode scheduling functions
|
||||
Fixes: [43351] Add semi-stub implementation for CreateRemoteThreadEx
|
||||
Fixes: [44619] Add stubs for user-mode scheduling functions
|
||||
|
@ -1,4 +1,5 @@
|
||||
Fixes: Implement LdrRegisterDllNotification/LdrUnregisterDllNotification
|
||||
Fixes: [44585] Implement LdrRegisterDllNotification/LdrUnregisterDllNotification
|
||||
# note: originally without explanation, unless "The title says it all" counts as explanation
|
||||
Depends: ntdll-HashLinks
|
||||
Depends: ntdll-RtlQueryPackageIdentity
|
||||
Depends: ntdll-Hide_Wine_Exports
|
||||
|
@ -1 +1 @@
|
||||
Fixes: Implement semi-stub for ntdll.NtCreateThreadEx
|
||||
Fixes: [44616] Implement semi-stub for ntdll.NtCreateThreadEx
|
||||
|
@ -2823,6 +2823,9 @@ fi
|
||||
|
||||
# Patchset advapi32-BuildSecurityDescriptor
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#37594] Initial implementation of advapi32.BuildSecurityDescriptorW
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/advapi32/security.c, dlls/advapi32/tests/security.c
|
||||
# |
|
||||
@ -2978,7 +2981,7 @@ fi
|
||||
# Patchset kernel32-UmsStubs
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#43351] Add semi-stub implementation for CreateRemoteThreadEx
|
||||
# | * [#44619] Add stubs for user-mode scheduling functions
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/kernel32/kernel32.spec, dlls/kernel32/sync.c, include/winbase.h, include/winnt.h
|
||||
@ -3194,7 +3197,6 @@ fi
|
||||
# Patchset bcrypt-Improvements
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#40418] Implement BCrypt AES provider
|
||||
# | * [#42553] Implement BCrypt ECB chaining mode
|
||||
# | * [#39582] Implement BCrypt RSA provider
|
||||
# | * [#44053] Implement BCryptImportKey and BCryptExportKey
|
||||
@ -5902,6 +5904,9 @@ fi
|
||||
# | This patchset has the following (direct or indirect) dependencies:
|
||||
# | * ntdll-LDR_MODULE, ntdll-HashLinks, ntdll-ThreadTime, ntdll-Hide_Wine_Exports, ntdll-RtlQueryPackageIdentity
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#44585] Implement LdrRegisterDllNotification/LdrUnregisterDllNotification
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, dlls/ntdll/tests/rtl.c, include/winternl.h
|
||||
# |
|
||||
@ -5953,6 +5958,9 @@ fi
|
||||
|
||||
# Patchset ntdll-NtCreateThreadEx
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#44616] Implement semi-stub for ntdll.NtCreateThreadEx
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ntdll/ntdll.spec, dlls/ntdll/thread.c, include/winternl.h
|
||||
# |
|
||||
@ -8235,6 +8243,9 @@ fi
|
||||
|
||||
# Patchset user32-WindowDisplayAffinity
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#44617] Implement stubs for GetWindowDisplayAffinity and SetWindowDisplayAffinity
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0/ext-ms-win-ntuser-uicontext-ext-l1-1-0.spec, dlls/ext-ms-win-ntuser-
|
||||
# | window-l1-1-1/ext-ms-win-ntuser-window-l1-1-1.spec, dlls/user32/tests/win.c, dlls/user32/user32.spec, dlls/user32/win.c,
|
||||
|
@ -1 +1 @@
|
||||
Fixes: Implement stubs for GetWindowDisplayAffinity and SetWindowDisplayAffinity
|
||||
Fixes: [44617] Implement stubs for GetWindowDisplayAffinity and SetWindowDisplayAffinity
|
||||
|
Loading…
x
Reference in New Issue
Block a user