msvcrt: _Gettnames() should respect user overrides.
[wine.git] / ANNOUNCE
blob6e0d1ba494ec3cecc09b00f36cb3b730c4f40871
1 The Wine development release 3.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/3.0/wine-3.0-rc4.tar.xz
9   http://mirrors.ibiblio.org/wine/source/3.0/wine-3.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 3.0-rc4 (total 12):
27   13355  Richedit very slowly open big text files
28   16505  BBC iPlayer Desktop: .desktop file confuses comments with command line
29   26851  Zoo Tycoon 2: Marine Mania demo installer fails
30   33722  Stereo IMA ADPCM encoding in WINE produces loud static instead of sound
31   34255  WinPolis 3.x: "Buy CDs" editbox does not automatically select all
32   37336  U-blox U-Center 8.11 crashes when importing or exporting config file
33   41070  "Call of Duty 4" does not start: heap issues
34   41209  The Magic School Bus Explores the Solar System: Error message asking for the game to be reinstalled
35   43971  Wine 2.20 Bcrypt compilation fails under older linux systems while Wine 2.0.3 compiles fine
36   44142  steamwebhelper.exe crashes on wine-stagining 2.21 because NtQueryInformationFile fails
37   44161  Possible incorrect string message in "dlls/kernel32/tests/volume.c" line 263
38   44218  Black displaying of all Wine stuffs with FreeBSD
40 ----------------------------------------------------------------
42 Changes since 3.0-rc3:
44 Alex Henrie (4):
45       msvcrt: Don't include MSVC 10.0+ math functions in SOs for older DLLs.
46       ddraw/tests: Recognise E_NOTIMPL returned from UpdateOverlay() on VMware as broken.
47       user32/tests: Fix OemKeyScan failures with input method editors.
48       user32/tests: Recognize undefined characters in OemKeyScan tests.
50 Alexandre Julliard (7):
51       ntdll: Round the pthread stack size to a page boundary.
52       kernel32/tests: Build the dll path in the create_test_dll helper function.
53       kernel32/tests: Add tests for the ImageContainsCode flag.
54       kernel32/tests: Add tests for loading dlls of different 32/64 bitness.
55       kernel32/tests: Add missing todos for 64-bit.
56       ntdll: NtQuerySection takes SIZE_T parameters.
57       bcrypt: macOS version 10.8 is needed for encryption support.
59 Andrey Gusev (1):
60       quartz/tests: Fix resource leak.
62 Gijs Vermeulen (1):
63       msvcrt: Add _get_[winmajor|winminor|osver].
65 Henri Verbeet (2):
66       ddraw/tests: Introduce an ARRAY_SIZE macro to ddraw7 as well.
67       ddraw/tests: Print driver and device information before running the tests.
69 Michael Stefaniuc (2):
70       shell32/tests: Use the available ARRAY_SIZE() macro.
71       d3dx9/tests: Use the available ARRAY_SIZE() macro.
73 Nikolay Sivov (10):
74       hlink/tests: Check return value (Coverity).
75       mlang/tests: Add some return value checks (Coverity).
76       taskschd: Fix a leak on error path (Coverity).
77       msxml3/tests: Add missing return value test (Coverity).
78       shell32: Fix SHGetFolderPathAndSubDir() trace message.
79       scrrun/tests: Add a helper to construct test file path.
80       usp10/tests: Add missing return value tests (Coverity).
81       comctl32/tests: Enable tests for version 6 imagelist serialization format.
82       comctl32/tests: Test some return values (Coverity).
83       user32/tests: Add some tests for A/W auto conversion in case of mismatching window vs dialog procedure types.
85 Piotr Caban (1):
86       msvcrt: Remove unused variables.
89 Alexandre Julliard
90 julliard@winehq.org