1 The Wine development release 2.0-rc2 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 http://dl.winehq.org/wine/source/2.0/wine-2.0-rc2.tar.bz2
9 http://mirrors.ibiblio.org/wine/source/2.0/wine-2.0-rc2.tar.bz2
11 Binary packages for various distributions will be available from:
13 http://www.winehq.org/download
15 You will find documentation on http://www.winehq.org/documentation
17 You can also get the current source directly from the git
18 repository. Check http://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 2.0-rc2 (total 20):
27 31222 Hitman: Blood Money crashes when changing screen resolution
28 31309 TIE Fighter: Collector's Edition Crash - 'Escape Menu' Freezes Application.
29 32632 Dragon Naturally Speaking 12 does not load with timeout error
30 34829 wintrust:softpub crashes on Windows 8
31 35495 sharing violation and prompt for copy /B file1+file2 file1
32 38357 Cannot install download-audiograbber.exe
33 39430 Ride : The motorcycle game does not start
34 40256 user32:input fails on non-qwerty keyboards
35 40344 shell32:assoc regression (privilege issue)
36 40386 wininet:url regression caused by new cross-compiler
37 40978 Wrong colors on i915 and similar GPUs in GTA Vice City
38 41083 Red Faction: Guerrilla fails to start with DX11 renderer
39 41133 R32/R16 typeless formats generate incomplete FBO errors when used as a render target (Gauntlet, WoW with D3D11 renderer)
40 41141 gcc6: d3drm build warnings
41 41252 Helldivers gives this error when trying to run on MacOS
42 41630 Rollercoaster Tycoon 3 Platinum crashes on exit
43 41715 winhttp:winhttp test regression (test_secure_connection)
44 41717 webservices:writer test regression in test_datetime
45 41949 Pasting into IDA Pro stops working on macOS
46 41956 Regression in wininet crashes skype
48 ----------------------------------------------------------------
50 Changes since 2.0-rc1:
52 Alexandre Julliard (1):
53 ntdll: Check for invalid WINEARCH values.
56 msacm32: Fix copy-paste error.
59 hlink: Add missing parameter to TRACE() message.
62 ime: Do not send WM_IME_ENDCOMPOSITION on CPS_COMPLETE if there is no composition.
65 xinput1_3/tests: Add interactive tests.
68 wininet: Changed usage of UrlEscapeW to fit winapi behavior.
69 shlwapi: Changed UrlEscapeW error paths and add tests.
72 winhttp: Handle EINTR from connect and poll.
75 kernel32: Use Emacs keymap mode immediately after wineconsole configuration change.
76 kernel32: Check for a valid pointer before yanking the line.
77 appwiz.cpl: Remove list entries left over from an earlier uninstall.
80 wininet: Get rid of no longer needed INTERNET_INVALID_PORT_NUMBER in get_server.
83 wined3d: Add suport for 2D array texture UAVs.
84 d3d11/tests: Add test for 2D array texture UAVs.
85 wined3d: Use depth/stencil formats for typeless resources only when WINED3DUSAGE_DEPTHSTENCIL is set.
86 d3d11/tests: Add test for depth/stencil shader resource views.
87 wined3d: Recognize SM5 vCoverage input registers.
88 wined3d: Recognize SM4.1 oMask output register.
89 wined3d: Recognize SM5 atomic_imax opcode.
90 wined3d: Recognize SM5 atomic_imin opcode.
91 d3d10core/tests: Port test_primitive_restart() from d3d11.
92 d3d9/tests: Add test showing WM_SIZE is not sent during fullscreen mode change.
93 wined3d: Filter messages for fullscreen mode changes.
94 wined3d: Remove depth/stencil format flags from typeless formats.
95 d3d11/tests: Use single typeless RT with multiple RTVs in test_uav_load().
96 d3d11/tests: Improve trace() message about compute shader support via SM4.
99 winemac: Update the clipboard when the process activates.
102 kernel32/tests: Test FindFirstFile with wildcards.
103 kernel32/tests: Show flags as text in test results.
106 wininet: Handle INTERNET_INVALID_PORT_NUMBER in HttpOpenRequest.
109 po: Update Simplified Chinese translation.
112 scrrun/tests: Test to query for IUnknown from IProvideClassInfo.
113 dwrite: Fix a typo in assertion condition (Coverity).
114 msi: Fix handling of NULL buffer in MsiGetProductPropertyW() (Coverity).
115 comctl32/tests: Trackbar test to show that thumb is updated on TBM_SETTICFREQ.
116 comctl32/trackbar: Update thumb unconditionally on TBM_SETTICFREQ.
117 shell32: Don't access uninitialized buffer (Coverity).
118 dwrite/tests: Run GetPanose() tests on all system fonts.
119 secur32: Trace flags in hex in InitializeSecurityContextW().
120 scrrun: Remove unreachable code (Coverity).