windowscodecs/tests: Add a test for copying pixels of a 24bpp TIFF format.
[wine.git] / ANNOUNCE
blobf091b6f2e5b45abe7e18abf51dd64f2001beb1ba
1 The Wine development release 4.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/4.0/wine-4.0-rc5.tar.xz
9   http://mirrors.ibiblio.org/wine/source/4.0/wine-4.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 4.0-rc5 (total 14):
27   32218  LTSpice: Objects not resized when the window is resized
28   32221  LTspice: component drawing issues when moving
29   33719  comctl32:propsheet custom window proc test failure
30   34334  MetaTester 5 never sends or receives data
31   38721  Resident Evil 5 Gold Edition (Steam) fails to run
32   39959  Growtopia v2.20->v2.14 fails (was v2.11 fails) to  run with unhandled exception on x86-64 (2.09 & 2.13 did run ok)
33   44485  Delphi 7 debugger generates new exceptions by itself
34   45719  comctl32:treeview test_right_click depends on mouse pointer position
35   45917  battle.net launcher and mouse position on high DPI monitor
36   45984  Skyrim Special Edition does not get past loading screen on high core count or high memory systems
37   46266  tzres is constantly being loaded/unloaded when TimeZone information is queried.
38   46328  Installer for Tanglet 1.5.3 crashes at target directory selection
39   46352  TreePad X Enterprise 12GB (single user) v7.17.0: Generates Error on Startup
40   46353  TreePad X Enterprise 12GB (single user) v7.17.0: Horizontal Ruler/Scale Is Different on Startup and Margins Are Different on Open Database
42 ----------------------------------------------------------------
44 Changes since 4.0-rc4:
46 Alexandre Julliard (3):
47       user32: Also ignore dynamic DPI awareness changes when DPI scaling is disabled.
48       ntdll: Also store FPU registers in RtlRaiseException().
49       msi: Return an error code instead of a button id in msi_change_media().
51 Andrey Gusev (1):
52       comctl32/tests: Remove redundant assignment.
54 Daniel Ansorregui (1):
55       d3d9/tests: Fix a typo in an undef.
57 Denil Verghese (1):
58       po: Update Malayalam translation.
60 Henri Verbeet (1):
61       wined3d: Recognise virgl.
63 Huw D. M. Davies (2):
64       comctl32/tests: Move the cursor over the treeview to avoid random mouse move messages.
65       shell32/tests: Move the cursor away from the dropdown listbox.
67 Isira Seneviratne (1):
68       po: Update Sinhala translation.
70 Ken Thomases (1):
71       winemac: Fix implementation of the AllowVerticalSync registry setting.
73 Lauri Kenttä (1):
74       po: Update Finnish translation.
76 Paul Gofman (1):
77       user32/tests: Add some tests for implicit stretch mode in CopyImage().
79 Zhiyi Zhang (1):
80       riched20: Fix a use after free.
83 Alexandre Julliard
84 julliard@winehq.org