diff --git a/README.md b/README.md index 8a4d685c..b996a367 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ for more details.* * Fix condition mask handling in RtlVerifyVersionInfo ([Wine Bug #36143](https://bugs.winehq.org/show_bug.cgi?id=36143)) * Fix crash in Space Rangers2 caused by missing DXTn support ([Wine Bug #24983](https://bugs.winehq.org/show_bug.cgi?id=24983)) * Fix crash in clip_cursor_notify caused by uninitialized TLS ([Wine Bug #36915](https://bugs.winehq.org/show_bug.cgi?id=36915)) -* Fix crash of Trine Demo on start ([Wine Bug #19231](https://bugs.winehq.org/show_bug.cgi?id=19231)) +* ~~Fix crash of Trine Demo on start~~ ([Wine Bug #19231](https://bugs.winehq.org/show_bug.cgi?id=19231)) * Fix crash of winedevice when relocation entry crosses page boundary ([Wine Bug #28254](https://bugs.winehq.org/show_bug.cgi?id=28254)) * Fix cursor clip regression / broken raw input in multiple games ([Wine Bug #33479](https://bugs.winehq.org/show_bug.cgi?id=33479)) * Fix device paths in HKLM\SYSTEM\MountedDevices ([Wine Bug #38235](https://bugs.winehq.org/show_bug.cgi?id=38235)) @@ -227,7 +227,7 @@ for more details.* * ~~Properly check existence of libunwind before linking against it~~ ([Wine Bug #38713](https://bugs.winehq.org/show_bug.cgi?id=38713)) * Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates) * Return an error when trying to open a terminated process ([Wine Bug #37087](https://bugs.winehq.org/show_bug.cgi?id=37087)) -* Return correct IMediaSeeking stream positions in quartz ([Wine Bug #23174](https://bugs.winehq.org/show_bug.cgi?id=23174)) +* Return correct IMediaSeeking stream positions in quartz * Return correct values for GetThreadTimes function ([Wine Bug #20230](https://bugs.winehq.org/show_bug.cgi?id=20230)) * Return default palette entries from GetSystemPaletteEntries for non-palette-based devices * Return fake device type when systemroot is located on virtual disk ([Wine Bug #36546](https://bugs.winehq.org/show_bug.cgi?id=36546)) @@ -272,7 +272,7 @@ for more details.* * Support for TransmitFile ([Wine Bug #5048](https://bugs.winehq.org/show_bug.cgi?id=5048)) * Support for WTSEnumerateProcessesW ([Wine Bug #29903](https://bugs.winehq.org/show_bug.cgi?id=29903)) * Support for extra large and jumbo icon lists in shell32 ([Wine Bug #24721](https://bugs.winehq.org/show_bug.cgi?id=24721)) -* Support for inherited file ACLs ([Wine Bug #34406](https://bugs.winehq.org/show_bug.cgi?id=34406)) +* Support for inherited file ACLs * Support for linux priority levels for faster performance * Support for loader dll redirections * Support for named pipe message mode (Linux only) ([Wine Bug #17195](https://bugs.winehq.org/show_bug.cgi?id=17195)) diff --git a/patches/d3dx9_36-DXTn/definition b/patches/d3dx9_36-DXTn/definition index 2d4fbf2f..fc376e93 100644 --- a/patches/d3dx9_36-DXTn/definition +++ b/patches/d3dx9_36-DXTn/definition @@ -1,6 +1,5 @@ Depends: wined3d-DXTn Fixes: [33768] Fix texture corruption in CSI: Fatal Conspiracy -Fixes: [19231] Fix crash of Trine Demo on start Fixes: [37391] Exception during start of fr-043 caused by missing DXTn support Fixes: [34692] Fix wrong colors in Wolfenstein (2009) Fixes: [24983] Fix crash in Space Rangers2 caused by missing DXTn support diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 3b9ccf22..dd85c118 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -2323,7 +2323,6 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#33768] Fix texture corruption in CSI: Fatal Conspiracy -# | * [#19231] Fix crash of Trine Demo on start # | * [#37391] Exception during start of fr-043 caused by missing DXTn support # | * [#34692] Fix wrong colors in Wolfenstein (2009) # | * [#24983] Fix crash in Space Rangers2 caused by missing DXTn support @@ -4080,9 +4079,6 @@ fi # Patchset quartz-MediaSeeking_Positions # | -# | This patchset fixes the following Wine bugs: -# | * [#23174] Return correct IMediaSeeking stream positions in quartz -# | # | Modified files: # | * dlls/quartz/filtergraph.c, dlls/strmbase/pospass.c # | @@ -4215,9 +4211,6 @@ fi # Patchset server-Inherited_ACLs # | -# | This patchset fixes the following Wine bugs: -# | * [#34406] Support for inherited file ACLs -# | # | Modified files: # | * dlls/advapi32/tests/security.c, server/file.c # | diff --git a/patches/quartz-MediaSeeking_Positions/definition b/patches/quartz-MediaSeeking_Positions/definition index 53870bc5..39e5a808 100644 --- a/patches/quartz-MediaSeeking_Positions/definition +++ b/patches/quartz-MediaSeeking_Positions/definition @@ -1 +1 @@ -Fixes: [23174] Return correct IMediaSeeking stream positions in quartz +Fixes: Return correct IMediaSeeking stream positions in quartz diff --git a/patches/server-Inherited_ACLs/definition b/patches/server-Inherited_ACLs/definition index 548d7437..4dd0f1e9 100644 --- a/patches/server-Inherited_ACLs/definition +++ b/patches/server-Inherited_ACLs/definition @@ -1,2 +1,2 @@ Depends: server-Stored_ACLs -Fixes: [34406] Support for inherited file ACLs +Fixes: Support for inherited file ACLs