comctl32/tests: Remove noisy trace.
[wine.git] / ANNOUNCE
blobb5f6d08c345aac113307f08f8f208659485a4fe7
1 The Wine development release 3.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/3.0/wine-3.0-rc5.tar.xz
9   http://mirrors.ibiblio.org/wine/source/3.0/wine-3.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 3.0-rc5 (total 9):
27   18557  Slingplayer 2.0 Setup Assistant fails and hangs app
28   19526  regedit does not give gui feedback on import of keys
29   43068  Armed and Dangerous: severe performance degradation
30   43897  CHM viewer navigation items are not longer shown
31   44036  Multiple installers fail (affects MS Office 2010/2013, Notation Composer 3)
32   44183  regedit/tests fail when run with limited user account
33   44215  Eclipse (Europa) crashes on start
34   44234  Alice: Madness Returns crashes upon launch
35   44241  Memory optimiser tool in ProtectionID crashes wineserver
37 ----------------------------------------------------------------
39 Changes since 3.0-rc4:
41 Alex Henrie (21):
42       po: Fix Catalan spelling and grammar (Softcatalà quality check).
43       psapi/tests: Increase GetPerformanceInfo error margins for Windows 8.
44       msvcrt: Don't include MSVC 8.0+ heap functions in SOs for older DLLs.
45       msvcrt: Don't include MSVC 8.0+ string functions in SOs for older DLLs.
46       ddraw/tests: Mark GetDC() failures on VMware as broken.
47       msvcrt: Fix _wcstod_l specfile entries.
48       msvcrt: Don't include MSVC 14.0 console functions in SOs for older DLLs.
49       msvcrt: Don't include MSVC 8.0+ environment functions in SOs for older DLLs.
50       vbscript/tests: Fix first-day-of-week test on mixed locales.
51       d3dx9/tests: Use true spherical light values and relax expectations.
52       ws2_32/tests: Drop socket test workarounds for Windows <= 2000.
53       ws2_32/tests: Initialize bytesReturned to 123456 before a failing test.
54       winex11: Escape non-UTF-8 characters in string literals.
55       gameux/tests: Add a trailing '\n' to an ok() call.
56       mshtml/tests: Add a trailing '\n' to ok() calls.
57       msvcrt: Don't include MSVC 8.0+ C++ functions in SOs for older DLLs.
58       msvcrt: Don't include MSVC 8.0+ error functions in SOs for older DLLs.
59       msvcrt: Don't include MSVC 8.0+ file functions in SOs for older DLLs.
60       msvcrt: Don't include MSVC 8.0+ locale functions in SOs for older DLLs.
61       msvcrt: Don't include MSVC 8.0+ time functions in SOs for older DLLs.
62       msvcrt: Don't include MSVC 7.1+ purecall functions in SOs for older DLLs.
64 Alexandre Julliard (6):
65       Update copyright info for 2018.
66       ntdll: Don't set floating point registers from initial context.
67       reg/tests: Get rid of version check.
68       regedit/tests: Get rid of version check.
69       wineandroid: Add permission for accessing external storage.
70       ntdll: Fix source/destination confusion in vsscanf.
72 Alistair Leslie-Hughes (3):
73       oledb32: Coerce Variant to VT_DATE when converting data.
74       oledb32: Silence interfaces for IDataSourceLocator QI.
75       oledb32/tests: Add DataConvert DBTYPE_BSTR->DBTYPE_DBTIMESTAMP test.
77 Anders Jonsson (1):
78       po: Update Swedish translation.
80 Andrew Eikum (1):
81       advapi: Fix return value for QueryServiceConfig2W.
83 Andrey Gusev (10):
84       winhttp/tests: Remove redundant comparison.
85       msvcr100/tests: Fix resource leak.
86       kernel32/tests: Fix resource leak.
87       user32/tests: Fix resource leak.
88       ntdll/tests: Fix resource leak.
89       webservices/tests: Fix resource leak.
90       user32/tests: Fix resource leak.
91       shell32/tests: Fix resource leak.
92       winhttp/tests: Fix resource leak.
93       wininet/tests: Fix resource leak.
95 André Hentschel (10):
96       wsdapi: Fix WSDXMLGetValueFromAny spec file entry.
97       shell32/tests: Don't test functions directly when reporting DdeGetLastError().
98       shell32/tests: Don't test functions directly when reporting GetLastError().
99       kernel32/tests: Don't test functions directly when reporting GetLastError().
100       inetcomm/tests: Don't test function directly when reporting GetLastError().
101       msvcrt/tests: Don't test function directly when reporting GetLastError().
102       wsdapi/tests: Don't test function directly when reporting WSAGetLastError().
103       advapi32/tests: Don't cast return value from HeapAlloc.
104       shell32: Don't cast return value from DPA_GetPtr.
105       glu32: Don't cast return value from HeapAlloc.
107 Fernando Martins (1):
108       po: Portuguese translation update.
110 François Gouget (12):
111       user32/tests: Make test_WS_VSCROLL() static.
112       comctl32/tests: Make run_test_() static.
113       comctl32/tests: Make test_combo_WS_VSCROLL() static.
114       mlang/tests: Add a trailing '\n' to ok() calls.
115       glu32: A couple of spelling fixes in comments.
116       gdiplus/tests: Add a trailing '\n' to ok() calls.
117       twain_32: Make userselect_dlgproc() static.
118       sapi: Make some impl_from_Xxx() functions static.
119       ole32: Rename entry_updatable() to its more common spelling.
120       mshtml/tests: Fix typos in a few comments.
121       mshtml: Make IEventTarget_{add,remove}EventListener_hook() static.
122       msvcr90/tests: Make test__vsnwprintf() static.
124 Hans Leidekker (1):
125       Revert "msi: Store the current script in the package."
127 Henri Verbeet (7):
128       wined3d: Ignore WINED3D_MAP_DISCARD when used together with WINED3D_MAP_NOOVERWRITE.
129       ddraw: Only respect DDLOCK_NOOVERWRITE and DDLOCK_DISCARDCONTENTS on version 7 vertex buffers.
130       ddraw/tests: Introduce a test for vertex buffer map synchronisation.
131       d3d8/tests: Introduce a test for vertex buffer map synchronisation.
132       d3d9/tests: Introduce a test for vertex buffer map synchronisation.
133       wined3d: Add a download function for WINED3DFMT_X8D24_UNORM.
134       ddraw/tests: Add a depth read-back test.
136 Jacek Caban (2):
137       server: Pass proper async object to queue_irp in device_file_flush.
138       mshtml: Don't dispatch load event if document is already detached from its window.
140 Louis Lenders (1):
141       wtsapi32: Fix copy/paste error in comment.
143 Michael Stefaniuc (1):
144       d3d8/tests: Use the available ARRAY_SIZE() macro.
146 Nikolay Sivov (6):
147       user32/tests: Add missing return value test (Coverity).
148       shell32: Make some strings static constants.
149       oleaut32/tests: Test more return values.
150       mshtml/tests: Test document stream creation failure (Coverity).
151       mshtml/tests: Remove null check after dereference (Coverity).
152       ddraw/tests: Add another invalid arguments test for surface QI.
154 Piotr Caban (3):
155       user32: Let ComboBox edit control handle the redraw even if CBF_NOREDRAW is set.
156       user32: Redraw combo text field even if it's empty.
157       user32: Add more CB_SETCURSEL tests on ComboBox.
159 Stefan Leichter (1):
160       include: Add RtlCompareMemory declaration to winnt.h.
162 Zebediah Figura (4):
163       mpr/tests: Fix drive search loop.
164       kernel32/tests: Update product type test.
165       advapi32/tests: Skip tests modifying HKLM if limited.
166       msvcrt: _Gettnames() should respect user overrides.
169 Alexandre Julliard
170 julliard@winehq.org