Modify some bug descriptions.

This commit is contained in:
Sebastian Lackner
2014-08-23 02:47:55 +02:00
parent 8680d3ff32
commit a445ccf24f
5 changed files with 9 additions and 9 deletions

View File

@@ -147,7 +147,7 @@ atl-IOCS_Property.ok:
# | * Add semi-stub for BCryptGetFipsAlgorithmMode. [by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#32194] Multiple applications need BCryptGetFipsAlgorithmMode
# | * [#32194] Support for BCryptGetFipsAlgorithmMode
# |
# | Modified files:
# | * dlls/bcrypt/bcrypt.spec, dlls/bcrypt/bcrypt_main.c, dlls/bcrypt/tests/bcrypt.c
@@ -462,7 +462,7 @@ ntdll-FileDispositionInformation.ok:
# | * Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86. [by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#33162] Adobe Reader requires NtProtectVirtualMemory and NtCreateSection to be on separate pages
# | * [#33162] Ensure NtProtectVirtualMemory and NtCreateSection are on separate pages
# |
# | Modified files:
# | * dlls/ntdll/virtual.c
@@ -698,7 +698,7 @@ server-Misc_ACL.ok:
# | * Return error when opening a terminating process. [rev 2, by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#37087] Gothic 2 demo expects an error when opening a terminating process
# | * [#37087] Return an error when trying to open a terminated process
# |
# | Modified files:
# | * server/process.c

View File

@@ -1,4 +1,4 @@
Author: Michael Müller
Subject: Add semi-stub for BCryptGetFipsAlgorithmMode.
Revision: 1
Fixes: [32194] Multiple applications need BCryptGetFipsAlgorithmMode
Fixes: [32194] Support for BCryptGetFipsAlgorithmMode

View File

@@ -1,4 +1,4 @@
Author: Michael Müller
Subject: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86.
Revision: 1
Fixes: [33162] Adobe Reader requires NtProtectVirtualMemory and NtCreateSection to be on separate pages
Fixes: [33162] Ensure NtProtectVirtualMemory and NtCreateSection are on separate pages

View File

@@ -1,4 +1,4 @@
Author: Michael Müller
Subject: Return error when opening a terminating process.
Revision: 2
Fixes: [37087] Gothic 2 demo expects an error when opening a terminating process
Fixes: [37087] Return an error when trying to open a terminated process