shell32/tests: Avoid testing that only certain services are requested by IObjectWithS...
[wine.git] / ANNOUNCE
bloba7e0db27166a9f3217362d94934977cfa82abfdb
1 The Wine development release 5.0-rc4 is now available.
3 What's new in this release (see below for details):
4   - Bug fixes only, we are in code freeze.
6 The source is available from the following locations:
8   https://dl.winehq.org/wine/source/5.0/wine-5.0-rc4.tar.xz
9   http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0-rc4.tar.xz
11 Binary packages for various distributions will be available from:
13   https://www.winehq.org/download
15 You will find documentation on https://www.winehq.org/documentation
17 You can also get the current source directly from the git
18 repository. Check https://www.winehq.org/git for details.
20 Wine is available thanks to the work of many people. See the file
21 AUTHORS in the distribution for the complete list.
23 ----------------------------------------------------------------
25 Bugs fixed in 5.0-rc4 (total 15):
27   12321  Some WinInet tests are invalid
28   12359  Multiple apps can't detect audio CDs (affects Express Rip, Exact Audio Copy, dbpoweramp CD Ripper)
29   12363  Exact Audio Copy hangs early when in "native win32" mode.
30   14715  TopStyle can't preview with wine's built in browser
31   30039  Can't download Adobe Photoshop CS 5 trial - Adobe Download Assistant can't log in
32   30102  ieframe/webbrowser test often crashes
33   33068  PDF-XChange Viewer 2.5.x (32-bit and 64-bit) crashes when trying to save changes/annotations to PDF file
34   40779  PDF Eraser 1.5 (.NET 4.0 app): Paste of license data from clipboard fails with Wine-Mono
35   43540  Cosmoteer: ships in game not rendered
36   44026  Content Manager crashes
37   44994  Pokemon Reborn crashes when starting
38   46230  dlls/wininet/http: build failure on NetBSD
39   47498  Touhou Danmakufu 0.12m crashes on startup in 4.12.1
40   47820  Magic: The Gathering Arena installer needs powershell.exe (cannot find it)
41   48374  Divinity: Original Sin 2 - Icons in inventory are invisible (...again!)
43 ----------------------------------------------------------------
45 Changes since 5.0-rc3:
47 Alex Henrie (1):
48       po: Fix typo in Catalan translation.
50 Alexandre Julliard (2):
51       ntdll: Fix memory leak in RtlNormalizeString().
52       Update copyright info for 2020.
54 Erich Hoover (3):
55       msvcrt: Rework strtod_helper to be reusable.
56       msvcrt: Use parse_double for wcstod.
57       msvcrt: Use parse_double for scanf floats.
59 François Gouget (1):
60       user32/tests: Don't trace the test_topmost() window handles.
62 Gabriel Ivăncescu (2):
63       quartz: Reset the advise thread's timeout on each iteration.
64       wined3d: Return FALSE rather than E_FAIL in wined3d_context_gl_create_wgl_ctx.
66 Hans Leidekker (2):
67       qmgr/tests: Fix test failures on Windows XP.
68       msi/tests: Avoid test failure when running as an unprivileged user.
70 Jacek Caban (4):
71       kernel32/tests: Get rid of no longer needed win9x checks.
72       kernel32/tests: Use WAIT_EVENT_TIMEOUT in wait_for_breakpoint.
73       kernel32/tests: Don't use blackbox for crashing process.
74       kernel32/tests: Avoid function pointers for functions present since XP.
76 Kim Malmo (1):
77       po: Update Norwegian translation.
79 Lauri Kenttä (1):
80       po: Update Finnish translations.
82 Matteo Bruni (2):
83       d3dcompiler/tests: Load the correct d3dcompiler DLL in the HLSL tests.
84       d3dcompiler/tests: Load the correct d3dcompiler DLL in the asm tests.
86 Nikolay Sivov (5):
87       include: Update DWRITE_INFORMATIONAL_STRING_ID enum.
88       kernelbase: Fix a typo in weights comparison helper (Coverity).
89       vbscript/tests: Add missing checks for Close() calls (Coverity).
90       strmbase: Fix fixed size buffer copy in JoinFilterGraph() (Coverity).
91       ole32/tests: Add some return value checks (Coverity).
93 Piotr Caban (5):
94       msvcrt: Improve strtod precision.
95       webservices: Fix WsWriteText test crash on Windows 10.
96       ucrtbase: Fix 0 parsing in parse_double.
97       msvcrt: Update consumed in all scanf variants on end of input.
98       msvcrt: Don't use ungetc when reading double in scanf.
100 Vijay Kiran Kamuju (1):
101       include: Add IWbemContext and IWbemCallResult interface and other class definitions.
103 Zebediah Figura (14):
104       ntdll/tests: Fix some test failures with Windows 10.
105       quartz/tests: Skip the IVideoWindow tests if connecting returns E_FAIL.
106       kernel32: Exclude IsBadStringPtrA() from relay traces.
107       kernel32/tests: Fix a test failure on Windows 10.
108       user32/tests: Work around a failure on Windows < Vista.
109       ntdll: Avoid debug traces in _vsnprintf().
110       ole32/tests: Fix some failures on Windows 10.
111       ole32/tests: Only test the original SChannelHookCallInfo structure.
112       ole32/tests: Get rid of some workarounds for no longer supported versions of Windows.
113       ole32/tests: Make the tests less verbose by default.
114       winegstreamer: Catch errors while waiting for pin connection.
115       ntdll/tests: Fix some exception test failures.
116       mfplat/tests: Link dynamically to d3d11.
117       d3dcompiler/tests: Load d3dx9_36.dll dynamically.
120 Alexandre Julliard
121 julliard@winehq.org