po: Update Norwegian translation.
[wine.git] / ANNOUNCE
blob77a7018391e158cc5fd6a7819a4c36474cbf9a71
1 The Wine development release 5.0-rc3 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/5.0/wine-5.0-rc3.tar.xz
9   http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0-rc3.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 5.0-rc3 (total 46):
27   11633  Blood 2: The Chosen Launcher audio bug
28   11998  NEXON client installers using embedded IE browser control: buttons don't respond to click (Lunia Senki, Combat Arms, War Rock)
29   12675  Lego Racers crashes trying to play videos when Indeo 5 codec is not installed
30   12941  International Football 2000: crashes when launching in Direct3D mode
31   14901  MoveFile fails when used to recase some letters of the filename
32   17766  Empire Earth crashes on start without native directmusic
33   21218  Pac-Man All Stars: Story Mode starts with page fault on read access
34   21715  Blitz3d demo version can't show samples
35   21791  3D Rad demo "BeltBall" full screen display shows as tiny black rectangle
36   22278  swkotor crashes on videos
37   23002  Dynamic HTML Editor unusable due to screen refresh problem
38   23525  Daytona USA Evolutions: some text/graphics are black, should be colored
39   24740  Trinklet Supreme crashes on startup
40   24946  uTorrent 2.2.0 hangs on startup (FD_WRITE event is reported over and over in WSAEnumNetworkEvents for a bound UDP socket)
41   26566  Gabriel Knight 3: visual glitches in DirectDraw HAL mode
42   27525  Active Worlds 5.x/6.x shows 3D-world view/window separated from main window (embedded browser control)
43   31562  crash in mmdevapi/MMDevCol_GetCount() using lithtech game engine.
44   33829  explorer.exe crashes with simsun.ttc in non-english locale
45   33908  Undercover: Operation Wintersun demo freezes on start
46   34232  Rigs of Rods: dropdown menus have too small height
47   34383  BoulderDashPortal does not start
48   35412  wine's cmd fails on if not exist foo\nul
49   35613  Foxit Reader 6.12: 'Show Certificate' button is greyed out after failure to validate digital signature
50   36878  You Don't Know Jack V1 XL: Not possible to accept license agreement in installer
51   37574  Everyday Shooter -- crackling/popping sound
52   37900  Xara Photo Graphic Designer 2013 (8.1.1) crashes on startup
53   39084  Simpsons Hit & Run regression: fullscreen glitching
54   39809  Empires: Dawn of the Modern World crash on startup
55   41619  Lego Racers: crashes when moving the mouse
56   43115  Metal Slug 1, X, 3 (GOG.com) fail to start
57   43368  HashMyFiles: Drag & Drop from native File Managers (Dolphin, Nautilus, ...) does not work
58   44019  Stud.io: parts not showing in the Building Palette
59   44062  Hedgewars 0.9.23 crashes on start
60   44773  LEGO Pirates of the Caribbean DEMO crashes on startup
61   44798  New Bugs on Epic Games
62   45608  Flintest: Garbled Text
63   47428  mouse input skipping / jitter in conjunction with xf86-video-amdgpu in almost every game
64   47484  `winetricks -q dotnet20sp1` fails when compiled with mingw (failure to relocate PE builtin ngen.exe)
65   47710  objidl.h contains invalid C++
66   47969  Taiga: Crashes on changing the grouping in seasons
67   48141  Total Commander: launching of native linux commands for file associations is broken
68   48180  Divinity: Original Sin 2 - Icons in inventory are invisible
69   48324  cl.exe fails to compile valid code with float constant due to error C2177: constant too big
70   48349  Steam doesn't display main window
71   48350  TrackMania Forever: Dialog after running the ingame benchmark doesn't show up
72   48358  Dell Latitude E6440 BIOS updater crashes on unimplemented function ntoskrnl.exe.KeSetImportanceDpc
74 ----------------------------------------------------------------
76 Changes since 5.0-rc2:
78 Alex Henrie (2):
79       ntoskrnl: Add KeSetImportanceDpc stub.
80       po: Update Catalan translation.
82 Alexandre Julliard (2):
83       d3d8: Remove redundant includes.
84       ntdll: Fix memory corruption in RtlNormalizeString().
86 Damjan Jovanovic (1):
87       winex11.drv: Ignore .dwAspect in FORMATETC during XDnD.
89 Dmitry Timoshkov (2):
90       ntdll: Use default casemap and codepage file names if the value in registry is empty.
91       msscript.ocx/tests: Fix a typo.
93 Erich Hoover (2):
94       ntdll: Drop support for floating point numbers in sscanf.
95       msvcrt: Fix [str|wcs]tod result being compared against FLT_MAX.
97 Jeff Smith (1):
98       include: Declare _STGMEDIUM_UNION type except when it violates C spec.
100 Martin Storsjo (1):
101       msvcrt: Only export __p__* functions on i386.
103 Michael Stefaniuc (2):
104       dmstyle: Avoid cloning the IStream in parse_style_form().
105       dmcompos/tests: Add Chord track GetParam/SetParam tests.
107 Nikolay Sivov (6):
108       dwrite/tests: Improve coverage of IsMonospacedFont() tests.
109       dwrite/tests: Add IsColorFont() tests.
110       ole32/tests: Use heap-based object for custom moniker.
111       ole32/tests: Add a test for bind speed used by item moniker BindToObject().
112       ole32/tests: Add some tests for item moniker ParseDisplayName().
113       include: Update DWRITE_FONT_PROPERTY_ID enum.
115 Piotr Caban (3):
116       msvcr90: Fix compilation warning in __AdjustPointer tests.
117       msvcrt/tests: Improve doubles comparison in strtod and atodbl tests.
118       msvcr90/tests: Improve floats comparison in _atoflt tests.
120 RĂ©mi Bernon (7):
121       user32/tests: Move TEST_MOUSEACTIVATE to test_defwinproc.
122       user32/tests: Return MA_ACTIVATE to WM_MOUSEACTIVATE on main test window.
123       winex11.drv: Send HTMENU instead of HTCAPTION to query window activation.
124       ntdll: Rename find_free_area to find_reserved_free_area.
125       ntdll: Split view search initialization to find_view_inside_range function.
126       ntdll: Replace incorrect find_free_reserved_area function call.
127       ntdll: Start find_free_area from address_space_start instead of 0.
129 Steve Lhomme (2):
130       include: Add dxgidebug.idl.
131       include: Add D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT.
133 Zebediah Figura (9):
134       winegstreamer: Recognize the "video/x-cinepak" type.
135       ole32/tests: Avoid testing exact sequences of IUnknown methods.
136       ole32/tests: Rewrite and expand test_data_cache_updatecache().
137       ole32/tests: Make the tests less verbose by default.
138       oleaut32/tests: Avoid testing that GDI objects are invalid.
139       ntdll/tests: Remove a no longer reliable test.
140       user32/tests: Remove unnecessary uses of CREATE_SUSPENDED.
141       user32/tests: Get rid of some Windows 9x workarounds.
142       user32/tests: Work around failures on Windows 10 version 1607.
144 Zhiyi Zhang (5):
145       configure: Update Xinerama and XRandR extension help strings.
146       user32/tests: Mark some GetDeviceCaps() tests as todo on Wine.
147       winhttp: Initialize a return variable.
148       include: Fix SetupDiOpenDeviceInterfaceRegKey() prototype.
149       include: Add GUID_DEVINTERFACE_MONITOR.
152 Alexandre Julliard
153 julliard@winehq.org