Release 9.0-rc3.
[wine.git] / ANNOUNCE
blobb719f44f1dd4809347d3651e7b9646a9ab317276
1 The Wine development release 9.0-rc3 is now available.
3 What's new in this release:
4   - Bug fixes only, we are in code freeze.
6 The source is available at:
8   https://dl.winehq.org/wine/source/9.0/wine-9.0-rc3.tar.xz
10 Binary packages for various distributions will be available from:
12   https://www.winehq.org/download
14 You will find documentation on https://www.winehq.org/documentation
16 You can also get the current source directly from the git
17 repository. Check https://www.winehq.org/git for details.
19 Wine is available thanks to the work of many people. See the file
20 AUTHORS in the distribution for the complete list.
22 ----------------------------------------------------------------
24 Bugs fixed in 9.0-rc3 (total 35):
26  - #51314  vulkan-1:vulkan crashes on Windows with recent Radeon drivers
27  - #51478  dinput:device8 breaks user32:input's test_keyboard_layout_name() in some locales ()
28  - #52971  HardWest 2 (playtest) is broken with OpenGL/Vulkan backend
29  - #53166  Star Wars : Fallen Order crashes at launch
30  - #53726  Silent Hill 4: The Room low res videos are not played (needs CLSID_CMpegVideoCodec)
31  - #54381  tightvnc viewer crashes on connection
32  - #54878  WinSCP 5.21.1.12643 doesn't list files when Windows version is set to 10
33  - #55005  Program Treecomp - some widgets are not drawn
34  - #55061  Starcraft Remastered: blurry graphics / low resolution
35  - #55161  IrfanView full screen mode creates an unneeded and uncalled for permanent overlaying panel
36  - #55288  advapi32:registry & ntdll:reg - The 32-bit test_redirection() fails if run after the 64 WineTest
37  - #55306  Cannot double click in the server browser in Worms Armageddon
38  - #55327  user32:input - test_ActivateKeyboardLayout() fails on Windows 7 for the Spanish locale
39  - #55328  user32:input - test_keyboard_layout_name() fails on Windows 7 for the Spanish locale
40  - #55394  comctl32:listbox - test_LBS_NODATA() fails in Wine for the Hindi locale
41  - #55439  RPG Maker game crashes
42  - #55446  Using C run-time for unicode strings comparison breaks case insensitive LB_FINDSTRING
43  - #55578  kernel32:loader - test_section_access() sometimes fails on Windows 8
44  - #55582  Civilization 2 crashes when setting up new game
45  - #55655  user32:dialog - test_IsDialogMessageA_proc() fails in the Hindi locale on Wine
46  - #55667  kernel32:file - test_MapFile() fails on macOS
47  - #55773  Railroad Tycoon 2 Platinum (Steam, GOG) crashes when changing to 800X600 resolution
48  - #55903  Falcon BMS 4.37u3: game randomly fails to load 3D models
49  - #55942  Crazy Chicken Approaching - Nebula Assertion and Visual C++ Runtime Library Errors
50  - #55962  Program that mixes 32-bit and 64-bit typelibs fails to find a referenced typelib
51  - #55967  app regression; SWATH stops working at all as of 8.18
52  - #56001  Some shortcut keys don't work with winewayland when focus is lost and restored
53  - #56015  SysTray doesn't work for (and crashes) WiseReminder
54  - #56022  Wine 9.0-rc1 wayland: Cursor does not move on some surfaces
55  - #56026  Wine 9.0-rc1 Wayland: Mouse buttons 3-6 do not work
56  - #56033  winewayland.drv: Alt-shift to change the input language appears like Shift is pressed all the time
57  - #56039  winecfg does no longer run after export WINEARCH=win32
58  - #56046  Pegasus Mail 4.80 regression: Pointer does not change
59  - #56048  winedbg --auto: shows incomplete modules list
60  - #56053  Regression on fallout 3 in the new wow64 mode
62 ----------------------------------------------------------------
64 Changes since 9.0-rc2:
66 Akihiro Sagawa (1):
67       po: Update Japanese translation.
69 Alex Henrie (2):
70       po: Update Catalan translation.
71       comctl32/listview: Ignore the lParam to WM_PRINTCLIENT and add tests.
73 Alexandre Julliard (5):
74       wow64: Initialize the syscall dispatcher in the 32-bit TEB.
75       user32: Fix string comparison for listbox inexact matches.
76       ntdll: Add a more explicit failure for 32-bit prefix in wow64 mode.
77       winecfg: Support all Windows versions also in 64-bit mode.
78       comctl32: Fix string comparison for listbox inexact matches.
80 Alistair Leslie-Hughes (1):
81       msdasql/tests: Add missing carriage returns.
83 Bernhard Übelacker (1):
84       winedbg: Retrieve module architecture before sorting.
86 Brendan McGrath (1):
87       server: Always release internal hardware messages.
89 Eric Pouech (7):
90       riched20: Don't crash when no OLE obj is present.
91       riched20: Don't write past end of buffer.
92       dbghelp/tests: Extend tests for module loading.
93       dbghelp: Fix some tests for SymLoadModule*().
94       winmm: Fill in pIOProc field in MMIOINFO.
95       dbghelp/tests: Wait for child window to be up before testing.
96       winedbg: Fix main module detection in 'info share' command.
98 Fabian Maurer (1):
99       wineps: Don't leak memory in error case (Coverity).
101 Georg Lehmann (1):
102       vulkan-1/tests: Enable feature in private data test.
104 Huw D. M. Davies (2):
105       dnsapi: Update the array ptr in the insufficient buffer case.
106       dnsapi: Free the buffer in the early return paths.
108 Jacek Caban (1):
109       win32u: Use 32-bit window extra size on wow64.
111 Nikolay Sivov (1):
112       oleaut32/typelib: Add a missing break (Coverity).
114 Paul Gofman (3):
115       ntdll: Use position independent syscall thunk for NtQueryInformationProcess on i386.
116       include: Fix boolean return value definition in IIterator<T> methods.
117       dxdiagn: Check ICreateDevEnum_CreateClassEnumerator result for S_OK.
119 Rémi Bernon (16):
120       user32/tests: Dynamically resize the keyboard layout preload list.
121       user32/tests: Skip some keyboard layout tests on broken VMs.
122       dinput/tests: Avoid calling UnloadKeyboardLayout.
123       user32/tests: Avoid calling UnloadKeyboardLayout.
124       server: Always queue mouse messages delivered to another window.
125       server: Ignore the capture window wrt desktop cursor changes.
126       imm32/tests: Fix HKL comparison when cleaning up preload list.
127       wined3d: Add more padding to resource memory allocations.
128       wined3d: Store the resource heap memory pointer separately.
129       server: Introduce a new get_desktop_cursor_thread_input helper.
130       server: Change desktop cursor only when inside the thread's windows.
131       dmime/tests: Check reference time and allow 0.5 tick difference.
132       dmime/tests: Allow small time variation in test_performance_time.
133       dmime/tests: Allow small time variation in test_segment_state.
134       dmime/tests: Add optional notification sequence on segment stop.
135       dmime/tests: Remove some unnecessary and spuriously failing waits.
137 Zebediah Figura (1):
138       qcap/audiorecord: Do not leak the sample when pausing or stopping.
140 Zhiyi Zhang (2):
141       user32/tests: Add more display DC tests.
142       win32u: Create a real bitmap object for display DCs.