urlmon: Fix CoInternetParse{Url,IUri} spec entry.
[wine.git] / ANNOUNCE
blobcbcb6410af2ba698fa9c0a89e39c13e70a7b89c9
1 The Wine development release 5.0-rc5 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-rc5.tar.xz
9   http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0-rc5.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-rc5 (total 19):
27    9609  graphical glitches running Tom Clancy's Splinter Cell Demo (need better FBO stencil buffer support)
28   25728  UFO: Extraterrestrials Gold - crash at start caused by wine's built-in dsound/directmusic
29   34041  Skyrim (Steam) hangup on quit
30   34379  Splinter Cell: Blacklist voice stuttering
31   35194  Emperor: Battle for Dune does not show compressed textures
32   40720  Splinter Cell: Blacklist changing sound level has no effect
33   40721  Splinter Cell: Blacklist some voices/sounds overlap each other
34   40859  Builtin wbemprox.dll load error for multiple games (Colin McRae DiRT 2, Burnout Paradise)
35   42558  The Old City: Leviathan sound periodically has crackle effect
36   42930  Graphical glitches in "Giants Citizen Kabuto"
37   45323  Rayman Origins, UPlay: Sound effects don't work but music and ambience do
38   45396  The Evil Within: no audio in game
39   46972  Adobe DNG Converter 11.2+ runs into Call to unimplemented function api-ms-win-core-winrt-error-l1-1-0.dll.GetRestrictedErrorInfo
40   47974  X Rebirth - wined3d GL_INVALID_OPERATION dimensions must be identical with current filtering modes
41   48293  Battle.net App lags when clicking UI elements
42   48357  Wine 5.0-rc2 prevents multiple apps from connecting to servers (Origin; Dungeons and Dragons Online; Lord Of the Rings Online)
43   48415  The Magic School Bus Explores The Solar System fails to install
44   48417  32-bit PE 'kernelbase.dll' has default imagebase 0x10000000 when built with llvm-mingw, preventing non-relocatable native executables from being loaded
45   48420  Warframe equipment mouse-overs no longer highlight the item
47 ----------------------------------------------------------------
49 Changes since 5.0-rc4:
51 Alex Henrie (1):
52       ntdll/tests: Fix expected RtlIpv6StringToAddress terminator output.
54 Alexandre Julliard (4):
55       ntdll: Make loop counter signed.
56       kernelbase: Remove trailing dot in GetComputerNameExW() when domain name is empty.
57       kernelbase: Set an explicit load address.
58       kernel32/tests: Remove some workarounds for old Windows versions.
60 Alistair Leslie-Hughes (2):
61       dmime: IDirectMusicSegment8 SetLoopPoints support zero start/end.
62       d3dx9: Make ID3DXLine::OnResetDevice() return S_OK.
64 Andrey Gusev (3):
65       webservices: Fix misplaced parenthesis.
66       mshtml/tests: Fix a typo.
67       scrobj/tests: Fix a typo.
69 AndrĂ© Hentschel (7):
70       advapi32/tests: Don't test function directly when reporting GetLastError().
71       comctl32: Fix Str_SetPtr[AW] spec file entries.
72       dbghelp: Fix MiniDumpWriteDump spec file entry.
73       gdiplus: Fix some spec file entries.
74       ole32: Fix some spec file entries.
75       user32: Fix some spec file entries.
76       gdi32: Fix some spec file entries.
78 Damjan Jovanovic (1):
79       server: Revert b4a1d80ae35d35f5c170e101922bf1563488be18 for now.
81 Derek Lesho (2):
82       bcrypt/tests: Add test for BCryptSecretAgreement.
83       bcrypt/tests: Add tests for BCRYPT_KDF_HASH.
85 Erich Hoover (1):
86       webservices: Use sscanf to convert strings to doubles.
88 Hans Leidekker (3):
89       winhttp/tests: Fix a test failure.
90       wininet/tests: Make a check for available data less strict.
91       wininet/tests: Fix test failures on Windows XP.
93 Jacek Caban (2):
94       include: Add roerrorapi.h header.
95       wmp/tests: Don't use round to avoid dependency on mingwex.
97 Kim Malmo (2):
98       po: Update Norwegian translation.
99       po: Fix a typo in Norwegian translation.
101 Louis Lenders (1):
102       combase: Add GetRestrictedErrorInfo and RoOriginateLanguageException stubs.
104 Matteo Bruni (3):
105       ucrtbase: Export _o_to{lower, upper}() as to{lower, upper}().
106       ucrtbase: Add _o_fmod() and _o_fmodf().
107       ucrtbase/tests: Add tests for the various tolower() and toupper() variants.
109 Michael Stefaniuc (1):
110       dmime/tests: Destroy the performance on an error path (Valgrind).
112 Nikolay Sivov (25):
113       include: Update CTF_ flags.
114       include: Update shell link flags enum.
115       shlwapi: Fix spec entry for QISearch().
116       jscript/tests: Add missing checks for Close() calls (Coverity).
117       shell32/tests: Remove workarounds for SHGetFolderLocation().
118       shell32/tests: Get rid of SHGetMalloc() in tests.
119       shell32/tests: Use ILFree() directly.
120       shell32/tests: Use GetLongPathNameA() directly in tests.
121       shell32/tests: Use GetShortPathNameA() directly in tests.
122       kernel32/tests: Remove GetLongPathName() workarounds.
123       kernel32: Fix spec entries for GetLongPathName().
124       ole32/tests: Link to CoInitializeEx() directly.
125       shell32/tests: Use ILIsEqual() directly.
126       shell32/tests: Remove some more workarounds from shelllink tests.
127       gdi32/tests: Remove some workarounds in font tests.
128       gdi32/tests: Remove workarounds for SetLayout().
129       oleaut32/tests: Remove some workarounds for functions that are assumed to be available.
130       user32/tests: Add some more SetScrollInfo() tests.
131       shell32/tests: Use SHParseDisplayName() directly.
132       user32/tests: Remove some workarounds for older Windows versions.
133       d3d8/tests: Use GetCursorInfo() directly.
134       advapi32/tests: Remove some workarounds for older versions.
135       user32/tests: Use device context layout functions directly.
136       advapi32/tests: Use CreateWellKnownSid() directly.
137       advapi32/tests: Remove some workarounds in Crypt* tests.
139 Paul Gofman (1):
140       user32/tests: Handle results on Win10 in test_Image_StretchMode().
142 Piotr Caban (1):
143       ucrtbase: Fix end pointer setting in parse_double on partial nan/infinity match.
145 Thomas Faber (1):
146       setupapi/tests: Remove an unused variable.
148 Zebediah Figura (17):
149       shell32/tests: Avoid testing that only certain services are requested by IObjectWithSite::SetSite().
150       ntdll: Fix a typo in get_current_directory().
151       kernel32/tests: Fix some codepage test failures with Windows 10.
152       user32/tests: Make the DDE tests less verbose by default.
153       user32/tests: Relax WindowFromDC() tests a bit.
154       user32/tests: Get rid of the test for DC handle reuse.
155       gdi32/tests: Separate and expand tests for GetClipBox().
156       gdi32/tests: Clarify return values from IntersectClipRect() and ExcludeClipRect().
157       user32/tests: Avoid testing that GDI handles are no longer valid.
158       user32/tests: Fix a dialog test failure on Windows 10.
159       wininet/tests: Don't test that the URL cache is used for persistent cookies.
160       wininet/tests: Simplify test_InternetErrorDlg().
161       wininet/tests: Fix some test failures with Windows 10.
162       user32/tests: Fix some test failures on Windows 10.
163       netapi32/tests: Rewrite UNC/HTTP conversion tests.
164       netapi32/tests: Use wide character string constants.
165       netapi32/tests: Remove some workarounds for no longer supported versions of Windows.
168 Alexandre Julliard
169 julliard@winehq.org