ws2_32: Deal with getaddrinfo() returning NULL ai_canonname despite AI_CANONNAME.
[wine.git] / ANNOUNCE
blob3ca22c0ee1e01ddded578157675482d99933bb41
1 The Wine development release 6.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/6.0/wine-6.0-rc4.tar.xz
9   http://mirrors.ibiblio.org/wine/source/6.0/wine-6.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 6.0-rc4 (total 29):
27   24116  Cannot save game in Rainblood: Town of Death
28   25409  Windows Live Essentials for XP installer crashes
29   27229  printf() newline missing with multibyte strings
30   31942  Microsoft Office 2003 and Office 2003 Editions Resource Kit installers crash on startup
31   32061  Guild Wars: Launcher hangs sometimes
32   39731  Assassin's Creed IV Black Flag crashes
33   40430  Multiple NVIDIA installers abort due to failure to process xml config (PhysX 9.x, GeForce Now, GeForce Experience 3.x, RTX Voice)
34   41298  Battlefield 3 crashes during loading
35   41450  timestamp is missing from some debug messages
36   43329  Multiple applications fail to get selected path after double click last path element in IFileDialog2 folder selection dialog (Wargaming.net Game Center, Adobe DNG Converter 10.x/11.x)
37   43412  World of Warships: CEF screens cannot be displayed
38   44185  DragonAgeOrigins autorun.exe crash inside winegstreamer
39   44538  Tales of Zestiria doesn't start
40   45950  RedMon 1.9 (Redirection Port Monitor) does not work (missing support for monitors providing the MONITOR2 interface)
41   48587  httpapi tests are broken on Windows 8
42   49143  RTF Editor does not support cyrillic letters using MS Sans Serif Font
43   49347  Settlers III: mouse not working on start screen, game entry and statistics screen after a game, if "Automatically capture the mouse in full-screen windows" is on in winecfg
44   49493  Children Of Morta stays at blue stars screen after starting game.
45   49545  Current working directory reset to "/" executing a winegcc/wineg++ compiled program
46   49563  Adobe DNG converter 12.4 crashes after upgrade to Wine 5.12
47   49650  Bunch of Heroes (Steam) hangs with a black screen at startup
48   49683  Kingdom Come Deliverance crashes
49   49782  Elite Dangerous Horizons: crashes with wine64 5.16
50   49789  Tina 11 Demo crashes when run in a 64-bit prefix
51   50126  Writing VT_UI8 property type to a stream is not currently supported
52   50291  World of Warcraft Classic Fails to Close Cleanly
53   50354  Team Fortress 2 crashes during loading
54   50373  Touhou Shinpiroku trial terminates immediately
55   50378  dlls/amstream/tests/amstream.o error: unknown field ‘dwBitMasks’ specified in initializer
57 ----------------------------------------------------------------
59 Changes since 6.0-rc3:
61 Akihiro Sagawa (2):
62       po: Update Japanese translation.
63       d3dx9: Avoid closing invalid handles.
65 Alexandre Julliard (2):
66       gdi32: Don't fail font creation when we are out of handles.
67       dwrite: Avoid a compiler warning when FreeType is missing.
69 Alistair Leslie-Hughes (4):
70       include: Add DB_LRESERVE type.
71       include: Add ExecuteOptionEnum typedef.
72       msado15: Set row_set point to NULL on close.
73       msado15/tests: Add test for interface ADOConnectionConstruction15.
75 Andrey Gusev (1):
76       po: Update Ukrainian translation.
78 André Hentschel (2):
79       opengl32/tests: Don't test function directly when reporting GetLastError().
80       kernel32/tests: Don't test functions directly when reporting GetLastError().
82 Biswapriyo Nath (2):
83       include: Add more Media Foundation error codes.
84       include: Add IAMCameraControl definition in axextend.idl.
86 Can Taşan (1):
87       po: Update Turkish translation.
89 Dmitry Timoshkov (6):
90       wbemprox/tests: Run StdRegProv tests using ROOT\\DEFAULT connection point.
91       wbemprox/tests: Add some tests for SystemRestore class.
92       gdi32/tests: Add some tests to show that GetGlyphIndices() should avoid best fit chars.
93       fonts: Correct default glyph index for MS Sans Serif font to match Windows.
94       shell32/tests: Remove no longer used parameter.
95       shell32/tests: Remove workarounds for shell32 < 5.0.
97 Huw D. M. Davies (1):
98       qcap: Avoid unused variable warning if v4l is absent.
100 Jacek Caban (1):
101       conhost: Fix copy-paste typos in selection coordinates.
103 Martin Storsjo (6):
104       asm: Separate .def/.scl/.type/.endef with newlines instead of semicolons.
105       winebuild: Pass -m options to dlltool for arm and arm64.
106       asm: Use SEH assembly when building with clang in MSVC mode.
107       include: Fix the signature of _InterlockedCompareExchange128.
108       include: Check whether the ms_abi attribute is supported on aarch64.
109       ntdll: Implement a no-op __chkstk for arm64.
111 Michael Stefaniuc (1):
112       winspool/tests: Use wide-char string literals.
114 Nikolay Sivov (1):
115       dwrite: Add a notice regarding HarfBuzz.
117 Paul Gofman (2):
118       ntdll: Always copy context in call_user_apc_dispatcher() on x86.
119       ntdll: Preserve syscall frame when calling async IO system APC.
121 Zebediah Figura (3):
122       amstream/tests: Define NONAMELESSUNION.
123       ucrtbase: Do not add MSVCRT_ prefix to the exported function name of _lrot*.
124       d3dcompiler/tests: Avoid initializing nameless unions in designated initializers.
126 Zhiyi Zhang (2):
127       gdi32/tests: Fix possible test failures in test_clip_box().
128       gdi32/tests: Fix test failures on Win10 1909+.
131 Alexandre Julliard
132 julliard@winehq.org