Release 2.21.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable wine-2.21
Alexandre Julliard 2017-11-11 10:27:31 +01:00
parent eaf9a28741
commit 53290d2ec4
4 changed files with 262 additions and 241 deletions

480
ANNOUNCE
View File

@ -1,18 +1,18 @@
The Wine development release 2.20 is now available. The Wine development release 2.21 is now available.
What's new in this release (see below for details): What's new in this release (see below for details):
- Improved event support in MSHTML. - Still more metafile support in GdiPlus.
- Preloader support on ARM64. - Indirect draws support in Direct 3D.
- Interpolation modes in Direct3D. - Calling convention fixes on ARM.
- Improved metafile support in GdiPlus. - Improved serial port detection on Linux.
- Initial version of Kerberos5 Authentication Package. - Services fixes on WoW64.
- OLE clipboard cache improvements. - Better DPI scaling in the Shell Explorer.
- Various bug fixes. - Various bug fixes.
The source is available from the following locations: The source is available from the following locations:
http://dl.winehq.org/wine/source/2.x/wine-2.20.tar.xz http://dl.winehq.org/wine/source/2.x/wine-2.21.tar.xz
http://mirrors.ibiblio.org/wine/source/2.x/wine-2.20.tar.xz http://mirrors.ibiblio.org/wine/source/2.x/wine-2.21.tar.xz
Binary packages for various distributions will be available from: Binary packages for various distributions will be available from:
@ -28,258 +28,276 @@ AUTHORS in the distribution for the complete list.
---------------------------------------------------------------- ----------------------------------------------------------------
Bugs fixed in 2.20 (total 15): Bugs fixed in 2.21 (total 16):
40873 Multiple games (Witcher 3, Firewatch, The Solus Project, Banished) require dcl_input_ps support 34601 Hydro Thunder from Midway Arcade Treasures 3 crashes quickly after the start
41960 Totally Accurate Battle Simulator alpha crashes 37669 Resetting a write watch can cause memory access violation in kernel
43236 F.E.A.R, Condemned: Criminal Origins have no in-game audio 38334 SpinTires crashes with unimplemented function d3dx9_36.dll.D3DXFrameFind
43457 The First Templar - Steam Special Edition crashes in the main menu 42568 user32/tests/msg.ok intermittent failure in SendMessage from other thread
43512 Hellblade: Senua's Sacrifice - the player character is severely distorted 42569 user32/tests/clipboard intermittent failure ("expected freed memory")
43572 Ham Radio Deluxe 6.4 crashes on unimplemented function ntdll.dll.RtlIpv4StringToAddressW 42570 dinput/tests/mouse intermittently fails in Acquire() and GetDeviceData()
43770 Fidibo installer crashes very early in win7 mode 42863 Multiple games require sample_c_lz for cube/array textures (Winexy, Witcher 3, Flame in the Flood)
43810 Playkey needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vsprintf_p 43273 The Witcher 3 freezes the system in a certain area of the game
43883 Endless Legend - Broken in 2.18, worked in 2.17 43316 Process Hacker 2.x needs ADVAPI32.dll.LsaLookupPrivilegeName
43886 Xenia emulator needs api-ms-win-shcore-scaling-l1-1-1.dll 43405 NieR:Automata - Most bullets are invisible
43912 wine-2.0.3/programs/wineboot/wineboot.c:684]: (style) Suspicious condition 43483 Medusa Demo crashes with unimplemented function d3dx10_43.dll.D3DX10PreprocessShaderFromMemory
43913 Process Hacker 3.x needs ntdll.dll.RtlDosPathNameToNtPathName_U_WithStatus 43750 USB "ttyACM0" serial port not being created
43914 64-bit RPCS3 emulator doesn't start, loader reports 'Invalid address' (non-relocatable PE wants to use lowest possible image base on NT: 0x10000 / 64 KB) 43853 Keepass2 fails to launch
43920 Access violations during start-up of the Tina 11.0 and Circuitmaker2000 software 43884 MSVC LINK.EXE version 14.11.25547.0 crashes due to unimplemented function _memicmp_l
43927 Wine crashes when running anything (when compiled with gcc4.2, clang works) 43939 comctl32 cannot load its assembly on arm
43952 kernel32/tests/console.ok fails
---------------------------------------------------------------- ----------------------------------------------------------------
Changes since 2.19: Changes since 2.20:
Alex Henrie (9): Alex Henrie (8):
comctl32/tests: Fix treeview test failures on French Windows XP. mountmgr: Map ttyACM devices to COM ports on Linux.
wininet/tests: Skip cookie attributes tests on IE < 8.0. vbscript/tests: Fix test for WeekDayName(foo, bar, 0).
quartz/tests: Fix test failures on Windows XP without upgraded DirectX. kernel32/tests: Detect and handle a redirected stdin.
psapi/tests: Increase GetPerformanceInfo error margins for Windows 10. libport: Move rint fallback implementations from msvcrt to libport.
buildimage: Use "rsvg-convert" as the default RSVG command. d3dx9/tests: Correct Fresnel reference term.
winmm/tests: Give play from 0 to 0 more time to finish. d3dx9/tests: Provide 8 significant digits in matrix reference values.
user32: Implement IDI_SHIELD. d3dx9/tests: Relax D3DXQuaternionToAxisAngle test stringency a bit.
vbscript/tests: Try calling GetObject again if it fails the first time. d3dx9/tests: Use a helper function to set matrix values in math tests.
mountmgr: Symlink WoW64 Wine ports key to regular Wine ports key.
Alexandre Julliard (11): Alexandre Julliard (23):
server: Avoid potential double free (Coverity). configure: Require floating point support on ARM.
user32: Specify cursor hotspots separately for each size. setupapi: Use correct architecture for fake dlls on ARM and ARM64.
ole32: Specify cursor hotspots separately for each size. wldap32: Use WINAPIV calling convention for variadic functions.
riched20: Specify cursor hotspots separately for each size. ntdll: Use WINAPIV calling convention for variadic functions.
comctl32: Specify cursor hotspots separately for each size. kernel32/tests: Use WINAPIV calling convention for variadic functions.
wordpad: Specify cursor hotspots separately for each size. msvcrt: Use WINAPIV calling convention for variadic functions.
buildimage: Convert the XML parser to use XML::LibXML. include: Use WINAPIV calling convention for variadic functions.
makedep: Output empty rule for source makefiles. attrib: Use WINAPIV calling convention for variadic functions.
configure: Silence error when krb5-config is missing. cmd: Use WINAPIV calling convention for variadic functions.
kernel32: Also set the preloader range for 64-bit binaries. ipconfig: Use WINAPIV calling convention for variadic functions.
rbtree: Clarify the loop conditions to avoid confusing older gcc. net: Use WINAPIV calling convention for variadic functions.
netstat: Use WINAPIV calling convention for variadic functions.
reg: Use WINAPIV calling convention for variadic functions.
regedit: Use WINAPIV calling convention for variadic functions.
regsvr32: Use WINAPIV calling convention for variadic functions.
taskkill: Use WINAPIV calling convention for variadic functions.
uninstaller: Use WINAPIV calling convention for variadic functions.
xcopy: Use WINAPIV calling convention for variadic functions.
include: Use the hard-float calling convention for Windows APIs on ARM
ntdll: Don't change packing of fd cache entries.
user32: Pass the text length explicitly to EDIT_EM_ReplaceSel.
user32/tests: Avoid strlen in traces.
readme: Patches should now be sent to wine-devel.
Alistair Leslie-Hughes (1): Alistair Leslie-Hughes (4):
midimap: Check each Midi Output for a Midi Through synthesizer. oledb32: DataConvert support DBTYPE_VARIANT -> DBTYPE_R4.
oledb32: Fix typo.
quartz: Output This in TRACE statements.
quartz: Output This in TRACE statements.
Andrey Gusev (3): Andrew Eikum (4):
winepulse.drv: Remove redundant comparison. explorer: Don't leak PIDL.
winsta: Add WinStationUnRegisterConsoleNotification stub. explorer: Scale element sizes by DPI.
gdiplus: Fix misplaced parentheses. shell32: Scale explorer browser sizes by DPI.
shell32: Size ShellView column widths by font width.
André Hentschel (3): Andrey Gusev (6):
mpr/tests: Allow values from Win8+. hidclass.sys: Remove check for negative value.
loader: Build the preloader for ARM64. iphlpapi: Change variable type.
loader: Don't warn for limited user address space on ARM64. usp10: Remove worthless check.
mf: Add MFGetSupportedMimeTypes stub.
d3dx10: Add D3DX10PreprocessShaderFromMemory stub.
d3dx11: Fix D3DX11CompileFromMemory spec entry.
Austin English (1): Andrey Semakin (3):
api-ms-win-shcore-scaling-l1-1-1: Add stub dll. winemine: Add WM_RBUTTONUP to cases of TestMines().
winemine: Save board without need to correctly finish the app.
winemine: Add Reset Results button.
Daniel Lehman (3): Aric Stewart (2):
msvcp120: Implement concurrent_vector::_Internal_throw_exception. usp10/tests: Add fingerprint to help ensure proper font for testing.
msvcirt/tests: Add more exception tests. hidclass.sys: Handle opportunistic reads.
msvcp60: Only use name for internal string in exception.
Dmitry Timoshkov (5): Aurimas Fišeras (1):
kerberos: Add a stub for Kerberos5 Authentication Package. po: Update Lithuanian translation.
secur32: Add an initial implementation of the authentication package manager.
ole32/tests: Add a test for saving an IOleCache storage.
ole32/tests: Add a test for IOleCache storage contents created by IPersistStorage_Save().
ole32: Remove an optimization from DataCache_Save() that copies whole original storage.
Fabian Maurer (4): Austin English (2):
dx8vb: Add COM classfactory. readme: Clarify the wording a bit.
dx8vb: Add D3DX8 coclass and ID3DX8 interface. preloader: Fix a typo in error message.
dx8vb: Add DirectX8 coclass and IDirectX8 interface.
wineboot: In ProcessRunKeys use correct parentheses in condition.
Gijs Vermeulen (1): Dmitry Kislyuk (1):
msvcrt: Add vf[w]printf_p & vf[w]printf_p_l. vbscript: Improve parsing of separators in functions and classes.
Hans Leidekker (2): Dmitry Timoshkov (1):
secur32: Don't allocate a context handle in AcceptSecurityContext if new and passed in context are the same. ws2_32/tests: Add some tests for sockets bound to a completion port.
webservices: Fix handling of namespace attributes in WsWriteNode.
Donna Whisnant (2):
oleaut32: Add ARM support to DispCallFunc().
oleaut32: Fix DispCallFunc() stdcall test to be ABI not x64 specific.
Fabian Maurer (2):
comctl32/tests: Add taskdialog callback tests.
comctl32/taskdialog: Added support for nDefaultButton.
Gerald Pfeifer (3):
fusion: Remove unused to_multibyte function.
advapi32/tests: Fix two clang warnings in test_LookupAccount SID_NAME_USE being out of range.
configure: Use the -Wno-packed-not-aligned compiler option if available.
Hans Leidekker (4):
include: Add missing BCRYPT_CHAIN_MODE definitions.
advapi32: Fix EnumServicesStatus on Wow64.
advapi32: Fix EnumServicesStatusEx on Wow64.
advapi32: Fix QueryServiceConfig2 on Wow64.
Hugh McMaster (2): Hugh McMaster (2):
regedit: Correctly import hex values with no data. regedit: Correctly export hex values with no data.
reg/tests: Correctly import hex values with no data. regedit: Correctly export REG_DWORD values with no data.
Huw D. M. Davies (12): Huw D. M. Davies (2):
dwrite: Avoid using RegQueryInfoKey(). rpcrt4: Don't free the argument if the freer was called, unless it's a simple ref.
strmbase: Remove unnecessary WS_ICONIC. ole32: Correctly track the number of inits when auto-joining the MTA.
user32: Use WS_MINIMIZE instead of WS_ICONIC.
user32: Trace the full NCCALCSIZE_PARAMS info if present.
winefile: Initialize length before calling GetWindowPlacement().
user32: Initialize length before calling GetWindowPlacement().
ole32: Adding a view cache for DVASPECT_ICON produces a CF_METAFILEPICT cache entry.
ole32: A presentation cache for DVASPECT_ICON must have format CF_METAFILEPICT.
ole32: TYMED_NULL is not valid.
ole32: There's no need to store a separate clip format for the data.
ole32: Implement IOleCache2_UpdateCache().
ole32: Implement IOleCache_InitCache().
Jacek Caban (45): Jacek Caban (10):
mshtml: Use window event target instead of body only for selected event properties. jscript: Added support for VT_UI2 VARIANT types.
mshtml: Fire message event with window as a target. mshtml: Added support for VT_UI2 in IDispatchEx.
mshtml: Use separated struct for event target vtbl. mshtml: Added DOMContentLoaded event implementation.
mshtml: Use vtbl to get ConnectionPointContainer from event target. mshtml: Expose IEventTarget to scripts.
mshtml: Always use event target as script this in call_event_handlers. mshtml/tests: Added script IE9+ event tests.
mshtml: Call default event handles through event target vtbl. mshtml: Introduce variant_bool helper.
mshtml: Store event target as EventTarget in HTMLEventObj. mshtml: Added IDOMEvent::get_defaultPrevented implementation.
mshtml: Update event_info array. mshtml: Use variant_bool helper where appropriate.
mshtml: Use event target vtbl to construct target chain in fire_event_obj. mshtml: Added IDocumentSelector::querySelector implementation.
mshtml: Use event target vtbl to set current window event in fire_event_obj. mshtml: Merge hlink.c into persist.c.
mshtml: Set current event target in fire_event_obj.
mshtml: Added IDocumentEvent::createEvent implementation.
mshtml: Store DOMEvent instead of nsIDOMEvent in HTMLEventObj.
mshtml: Store event id in DOMEvent.
mshtml: Pass DOMEvent instead of event id to fire_event_obj.
mshtml: Store event target in DOMEvent.
mshtml: Pass DOMEvent to call_event_handlers.
mshtml: Implement IDOMEvent::preventDefault and use it where appropriate.
mshtml: Implement IDOMEvent::stopPropagation and use it where appropriate.
mshtml: Store current IHTMLEventObj in DOMEvent and create it in fire_event_obj if needed.
mshtml: Use fire_event_obj to dispatch XHR readystatechange event.
mshtml: Don't use fire_event to dispatch contextmenu event.
mshtml: Don't use fire_event to dispatch window load event.
mshtml: Use create_event_from_nsevent in handle_htmlevent.
mshtml: Don't use fire_event in postMessage.
mshtml: Don't use fire_event to dispatch help event.
mshtml: Don't use fire_event to dispatch focusin and focusout events.
mshtml: Don't use fire_event to dispatch document load event.
mshtml: Don't use fire_event to dispatch script readystatechange event.
mshtml: Don't use fire_event to dispatch document and frame element readystatechange event.
mshtml: Rename fire_event_obj and dispatch_event.
mshtml/tests: Fixed tests on some versions of IE.
mshtml/tests: Fixed tests on old IE versions.
mshtml/tests: Skip postMessage test on IE7.
mshtml: Added IDOMEvent:get_eventPhase implementation.
mshtml: Store all attached listeners before calling them in call_event_handlers.
mshtml: Store all event listeners in a list.
mshtml/tests: Added a few more event tests.
mshtml: Properly invoke event listeners in IE9+ mode.
mshtml: Added IDOMEvent::addEventListener implementation.
mshtml: Added IDOMEvent::removeEventListener implementation.
mshtml: Added support for capturing event phase.
mshtml/tests: Added addEventListener tests.
mshtml: Don't set no_event_obj for XHR events.
mshtml: Release listeners in call_event_handlers.
Józef Kucia (12): Józef Kucia (28):
wined3d: Use correct data type for immediate constants. wined3d: Add ARB_draw_indirect extension.
d3d11/tests: Add test for immediate constant UAV stores. wined3d: Factor out acquire_graphics_pipeline_resources().
wined3d: Unroll SM4+ pixel shader inputs. wined3d: Implement indirect draws.
wined3d: Use GLSL 4.40 if available. d3d11: Implement d3d11_immediate_context_DrawInstancedIndirect().
wined3d: Implement interpolation mode when GLSL 4.40 is available. d3d11: Implement d3d11_immediate_context_DrawIndexedInstancedIndirect().
wined3d: Implement SM4+ interpolation modifiers for GLSL < 4.40. include/d3d11: Add definitions for indirect draw arguments.
wined3d: Pack interpolation modes. wined3d: Add support for R8_UNORM vertex format.
d3d11/tests: Add test for shaders interstage interface. d3d11/tests: Add test for SV_InstanceID.
d3d10core/tests: Add test for shaders interstage interface. wined3d: Add 4.4 to supported OpenGL versions.
wined3d: Skip unhandled stream output components. d3d11/tests: Add test for indirect draws with index buffer offset.
wined3d: Get rid of unneeded includes. wined3d: Add FIXME() for unimplemented index buffer offsets.
wined3d: Factor out draw_indirect() function.
wined3d: Bail out when ARB_draw_indirect is not supported.
wined3d: Require ARB_draw_indirect for SM5.
wined3d: Disable ARB_draw_indirect if ARB_base_instance is not available.
d3d10core/tests: Add test for SV_InstanceID.
wined3d: Create textures views for depth views.
wined3d: Use textureGrad*() to implement sample_c_lz for array and cube textures.
d3d11/tests: Add test for sample_c_lz instruction.
wined3d: Use wined3d_insert_bits().
wined3d: Use wined3d_extract_bits().
wined3d: Get rid of compute_shader_init().
wined3d: Get rid of domain_shader_init().
wined3d: Get rid of hull_shader_init().
wined3d: Disable pixel shader when rasterization is disabled.
wined3d: Handle stream output components when rasterization is disabled.
d3d11/tests: Add test for stream output components.
wined3d: Invalidate pixel shader only when rasterization is toggled.
Lauri Kenttä (1):
po: Update Finnish translation.
Marcus Meissner (4):
user32/tests: Check GetClipboardFormatName length.
ole32: Clipboard format in the datacache is with trailing \0.
ieframe/tests: Avoid crash on missing IID_IWebBrowser2 interface.
oleaut32/tests: Fixed 64-bit crash on tmarshal test.
Martin Storsjo (1):
msvcrt: Back up and restore the FPU state in setjmp/longjmp on ARM.
Matteo Bruni (2):
d3dx10: Remove redundant header include.
d3dx10: Fix tracing of shader source data.
Michael Müller (2):
wined3d: Add support for start instance in draw_primitive_arrays().
advapi32: Added a stub for LsaLookupPrivilegeDisplayName().
Michael Stefaniuc (4):
ddraw/tests: Use ARRAY_SIZE() in the ddraw1 tests.
ddraw/tests: Use ARRAY_SIZE() in the ddraw2 tests.
ddraw/tests: Use ARRAY_SIZE() in the ddraw4 tests.
wined3d: Use ARRAY_SIZE(). wined3d: Use ARRAY_SIZE().
Lauri Kenttä (2): Nikolay Sivov (22):
readme: Fix word order. dwrite: Set lfItalic style to get more compatible results for gdiinterop.
readme: Update Finnish translation. gdiplus/metafile: Simplify EmfPlusARGB definition.
gdiplus/metafile: Support hatch brushes in playback.
gdiplus/metafile: Support texture brushes playback.
gdiplus/metafile: Support hatch brushes for recording.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeDrawImage.
advapi32/tests: Remove dynamic function binding from LSA tests.
advapi32/tests: Merge some test code.
advapi32: Partially implement LsaLookupPrivilegeName().
gdiplus/metafile: Implement EmfPlusRecordTypeDrawPie playback.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeDrawRects.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeFillEllipse.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeFillPie.
gdiplus/metafile: Add brush object if needed in FillRectangles().
xmllite/tests: Fix clang warning.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeDrawArc.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeDrawEllipse.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeFillClosedCurve.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeSetCompositingMode.
msvcrt: Implement _memicmp_l().
gdiplus/metafile: Support linear gradient brushes in playback.
d3dx9: Implement D3DXFrameFind().
Marcus Meissner (2): Paul Gofman (1):
po: Update German translation. d3dx9: Zero constantinfo_reserved on error in get_constants_desc().
user32/tests: Removed a unreliable test.
Martin Storsjo (3): Piotr Caban (13):
api-ms-win-core-file-l1-2-2: Add dll. wine.inf: Add Windows Messaging Subsystem MAPI registry key.
api-ms-win-core-synch-ansi-l1-1-0: Add dll. hhctrl.ocx: Set window owner in HtmlHelp function if WS_CHILD flag is not specified.
api-ms-win-core-libraryloader-l1-2-1: Add dll. vbscript: Add UBound implementation.
oleaut32: Fix automatic value getting in ITypeInfo::Invoke.
oleaut32: Ignore underflows in VarR8FromStr.
vbscript: Add support for "for each" on arrays.
vbscript: Add for each tests on array.
vbscript: Don't return error on VBScript_SetScriptState(SCRIPTSTATE_DISCONNECTED) call.
vbscript: Don't leak IEnumVARIANT in interp_enumnext.
fusion: Respect buffer size in IAssemblyNameImpl_GetProperty.
fusion: Add support for ASM_NAME_ARCHITECTURE in IAssemblyNameImpl_GetProperty.
fusion: Fix IAssemblyNameImpl_GetDisplayName behavior on too small buffer.
fusion: Fix IAssemblyNameImpl_GetDisplayName behavior on PublicKeyToken containing 0.
Michael Stefaniuc (1): Rafał Harabień (2):
wmvcore: Print the debug string and not the pointer to it. riched20: Protect read-only Richedit against pasting and cutting data.
user32: Protect single-line edit against pasting new line character.
Mingcong Bai (1): Stefan Dösinger (1):
po: Update Simplified Chinese translation. d3d9/tests: Windows 10 17.09 added an undocumented query type.
Nikolay Sivov (21):
dwrite/tests: Fix object instance leak (Valgrind).
qedit/tests: Fix some leaks in tests (Valgrind).
gdiplus/metafile: Implement EmfPlusImage deserialization for bitmaps.
gdiplus/metafile: Implement EmfPlusRecordTypeDrawImagePoints record playback.
gdiplus/metafile: Partially implement EmfPlusPath deserialization.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeFillPath.
gdiplus/metafile: Support serialized brushes in EmfPlusFillRects.
gdiplus/metafile: Validate data size when playing back EmfPlusClear.
gdiplus/metafile: Added support for EmfPlusFont objects.
dwrite: Reuse streams when initializing font data and creating faces.
include: Fix DWRITE_FONT_PROPERTY_ID enum.
dwrite/tests: Some tests for font set properties.
gdiplus/metafile: Partially implement EmfPlusPen support for playback.
gdiplus/metafile: Implement playback for EmfPlusRecordTypeDrawPath records.
gdiplus/metafile: Implement EmfPlusRegion deserialization.
ntdll: Added RtlDosPathNameToNtPathName_U_WithStatus().
ntdll: RtlGetCurrentDirectory_U() returns length, not status.
msxml3: Partially implement transformNodeToObject().
gdiplus/metafile: Implement EmfPlusRecordTypeSetClipRegion playback.
gdiplus/metafile: Implement EmfPlusRecordTypeSetClipPath playback.
gdiplus: Implement GdipSetImageAttributesNoOp.
Pierre Schweitzer (2):
msi: Don't leak memory on failure.
msi: Don't leak memory on failure.
Piotr Caban (14):
msvcp120: Fix _Xtime_diff_to_millis2 overflow behavior.
msi: Fix installations with only INSTALLSTATE_SOURCE features.
msvcrt: Don't define type_info structures as const so we can set demangled class name.
msvcp: Fix logic_error and runtime_error class layout if _MSVCP_VER>90.
msi: Improve feature action value evaluation in conditions.
msi: Improve "full uninstall" detection code.
msi: Improve installation with no argument of already installed product.
msi: Add install test with no arguments on already installed product.
msi: Add more feature action tests.
user32: Don't do the painting if combobox is not visible in CBPaintText.
msi: Move condition integer handling into value_i.
msi: Define special types for condition operators, identifiers and expressions.
msi: Store condition intermediate values in union.
msi: Add error handling when retriving component/feature state/action in condition.
Sergio Gómez Del Real (1):
uxtheme: Add a stub for IsCompositionActive().
Stefan Dösinger (6):
d3d8/tests: Use a borderless window for test_cursor_pos.
d3d9/tests: Use a borderless window for test_cursor_pos.
msvcp120/tests: Test _Xtime_diff_to_millis2 overflow behavior.
d3d9/tests: Make test_reset more resilient against DPI scaling.
d3d8/tests: Make test_reset more resilient against DPI scaling.
d3d9/tests: Windows 10 15.07 doesn't detect external mode changes.
Vijay Kiran Kamuju (1): Vijay Kiran Kamuju (1):
msvcp100: Add time_get::do_get and time_get::get functions. msvcp100: Add time_get::get function with format parameters.
Vincent Povirk (4): Vincent Povirk (1):
maintainers: Add myself for TWAIN libraries. tdh: Stub TdhLoadManifest.
wine.inf: Put 64-bit .ds fakedlls in windows/twain_64.
twain_32: Notify data sources of their assigned Id.
twain_32: Add support for DAT_NULL commands.
Zebediah Figura (3): Zebediah Figura (10):
gdiplus/tests: Mark broken bitmap background tests. regedit: Always start the GUI as 64-bit when on a 64-bit prefix.
mfplat/tests: Skip MFTRegister() tests if permissions are too low. dinput/tests: Remove a no longer needed workaround.
version: Use the string value length when converting strings. dinput/tests: Don't pump messages in test_acquire().
quartz/tests: GetDestinationPosition() returns the actual window width.
quartz/tests: Avoid Sleep().
user32: Use the given string length when converting strings in WM_GETTEXT.
user32/tests: Simplify test_SendMessage_other_thread().
quartz/tests: Remove thread-counting tests.
quartz/tests: Skip tests if CLSID_NullRenderer is not available.
quartz/tests: Add test AVI and MPG files.
Zhiyi Zhang (2):
kernel32/tests: Add more tests for LocaleNameToLCID and LCIDToLocalName.
kernel32/nls: Add LOCALE_SPARENT entries.
Ziqing Hui (3):
mlang/tests: Add IMultiLanguage2_GetCodePageInfo tests.
mlang: Fix font name of Chinese code pages.
mlang: Add more Chinese code pages support.
-- --
Alexandre Julliard Alexandre Julliard

View File

@ -387,6 +387,7 @@ Dmitry Timoshkov
Dominik Strasser Dominik Strasser
Donat Enikeev Donat Enikeev
Don Kelly Don Kelly
Donna Whisnant
Donn Miller Donn Miller
Douglas Ridgway Douglas Ridgway
Doug Paul Doug Paul
@ -1599,7 +1600,9 @@ Zhangrong Huang
Zhan Jianyu Zhan Jianyu
Zhenbo Li Zhenbo Li
Zheng Chen Zheng Chen
Zhiyi Zhang
Zimler Attila Zimler Attila
Ziqing Hui
Zoltan Kovacs Zoltan Kovacs
Zoltan Nagy Zoltan Nagy
Zoran Dzelajlija Zoran Dzelajlija

View File

@ -1 +1 @@
Wine version 2.20 Wine version 2.21

18
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Wine 2.20. # Generated by GNU Autoconf 2.69 for Wine 2.21.
# #
# Report bugs to <wine-devel@winehq.org>. # Report bugs to <wine-devel@winehq.org>.
# #
@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='Wine' PACKAGE_NAME='Wine'
PACKAGE_TARNAME='wine' PACKAGE_TARNAME='wine'
PACKAGE_VERSION='2.20' PACKAGE_VERSION='2.21'
PACKAGE_STRING='Wine 2.20' PACKAGE_STRING='Wine 2.21'
PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='http://www.winehq.org' PACKAGE_URL='http://www.winehq.org'
@ -2291,7 +2291,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures Wine 2.20 to adapt to many kinds of systems. \`configure' configures Wine 2.21 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -2361,7 +2361,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of Wine 2.20:";; short | recursive ) echo "Configuration of Wine 2.21:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -2577,7 +2577,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
Wine configure 2.20 Wine configure 2.21
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -3095,7 +3095,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by Wine $as_me 2.20, which was It was created by Wine $as_me 2.21, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -19792,7 +19792,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by Wine $as_me 2.20, which was This file was extended by Wine $as_me 2.21, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -19863,7 +19863,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
Wine config.status 2.20 Wine config.status 2.21
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"