avicap32: Use the Unix call helpers.
[wine.git] / ANNOUNCE
blob4fa3ff1edaf9a8af84ccc6366023f981ed8c9976
1 The Wine development release 7.22 is now available.
3 What's new in this release:
4   - 32-on-64 thunks for both Vulkan and OpenGL.
5   - OpenLDAP library bundled and built as PE.
6   - Support for the RAW print processor in WinPrint.
7   - More progress on the long types printf format conversion.
8   - Various bug fixes.
10 The source is available at:
12   https://dl.winehq.org/wine/source/7.x/wine-7.22.tar.xz
14 Binary packages for various distributions will be available from:
16   https://www.winehq.org/download
18 You will find documentation on https://www.winehq.org/documentation
20 You can also get the current source directly from the git
21 repository. Check https://www.winehq.org/git for details.
23 Wine is available thanks to the work of many people. See the file
24 AUTHORS in the distribution for the complete list.
26 ----------------------------------------------------------------
28 Bugs fixed in 7.22 (total 38):
30  - #41989  Musette crashes in winex11
31  - #45233  TIDAL installer can't launch installed program in 64bit WINEPREFIX
32  - #48053  kernel32:change fails randomly (and rarely) in Wine
33  - #49091  nProtect Anti-Virus/Spyware 4.0 'TKPcFtCb64.sys' crashes on unimplemented function 'ntoskrnl.exe.KeInitializeGuardedMutex'
34  - #49297  Spark AR studio installer fails to start:Spark AR Studio is not supported in this version of Windows. Please upgrade to Windows 10
35  - #50097  comctl32:monthcal fails on Wednesdays!!!
36  - #52511  Hemekonomi hangs on exit due to deadlock between loader_section and Win16 mutex
37  - #52872  vbscript: incorrect codepage handling in Asc/Chr, causing tests failures on Hindi locale
38  - #53130  ntdll:threadpool - test_tp_instance() fails (rarely) on Windows 8+
39  - #53131  ntdll:threadpool - test_tp_multi_wait() fails (rarely) in Wine
40  - #53266  Syberia: game crashes frequently
41  - #53268  urlmon:protocol - test_protocol_terminate() fails on Windows and Wine
42  - #53288  Application compiled with MSVC 2022 ASan does not start, needs QueryVirtualMemoryInformation
43  - #53296  USB Device Remover crashes on unimplemented function mscoree.dll.StrongNameTokenFromAssembly
44  - #53387  Vernier USB sensors are not usable in WINE
45  - #53402  fake dlls such as OPENGL32.dll won't load when their unix lib is linked by LLVM lld
46  - #53429  opengl32:opengl fails on Debian 11 + Intel GPU
47  - #53474  Change in memory handling gives crash in Framemaker 8
48  - #53529  Use wine with custom ld-linux.so.2 32-bit preloader, without hacks
49  - #53670  vbscript can not compile if expressions with reversed gte, lte, (=>, =<)
50  - #53677  invalid O_WRONLY read sets errno=EACCES instead of EBADF
51  - #53741  Gothic II: Night of the Raven (v2.7) fails to start (failure to load msdbi.dll)
52  - #53782  vbscript can not compile ReDim with list of variables
53  - #53807  vbscript fails to redim original array in function when passed byref
54  - #53867  vbscript fails to retrieve property array by index
55  - #53868  vbscript fails to return TypeName for VT_DISPATCH
56  - #53870  vkGetPhysicalDeviceSurfaceCapabilities2KHR passes invalid VkSurfaceKHR handle to driver
57  - #53873  vbscript fails to compile Else If when If is on same line
58  - #53909  opengl32.dll can't be loaded if win32u.so is not initialized first
59  - #53915  Pivot animator runs into assert
60  - #53919  crypt32:cert - testVerifyRevocation() uses an outdated certificate
61  - #53923  tools/makedep during wine-7.21 build segfaults
62  - #53930  Build broken with Clang in MSVC mode due to OpenLDAP import using getopt.h
63  - #53932  ntlm_auth was not found or is outdated.
64  - #53935  __unDName doesn't support 'G' and 'H' modifiers
65  - #53940  VARA window is black when launched from RMS Express
66  - #53954  Saints Row 2022 fails with Unimplemented function KERNEL32.dll.SetProcessInformation
67  - #53967  Running anything hangs on start up
69 ----------------------------------------------------------------
71 Changes since 7.21:
73 Akihiro Sagawa (1):
74       include: Fix typo in IN4ADDR_LOOPBACK_INIT.
76 Alex Henrie (82):
77       include: Add IN4ADDR_*_INIT to mstcpip.h.
78       include: Add IN6ADDR_*_INIT to ws2ipdef.h.
79       ws2_32: Add in[46]addr_* constants to import library.
80       user32: Use standard C functions for memory allocation in combo.c.
81       include: Include limits.h in stdlib.h.
82       include: Add wspiapi.h.
83       comctl32: Fix memory leak on error path in EDIT_MakeUndoFit.
84       inetcomm: Use standard C functions for memory allocation in mimeole.c.
85       ole32: Correct warning message in composite_get_leftmost.
86       sspicli: Use standard C functions for memory allocation.
87       comdlg32: Use standard C functions for memory allocation in printdlg.c.
88       ole32: Fix memory leak on error path in CompositeMonikerImpl_CommonPrefixWith (Coverity).
89       dpnet: Use standard C functions for memory allocation in address.c.
90       localspl: Use the wcsdup function instead of reimplementing it.
91       d3dx9/tests: Use standard C functions for memory allocation in mesh.c.
92       httpapi: Use standard C functions for memory allocation.
93       msi/tests: Correct a couple of failure messages in test_msirecord.
94       msxml3: Remove unused function heap_strdupW.
95       dpnet: Use standard C functions for memory allocation in client.c.
96       dpnet: Use standard C functions for memory allocation in peer.c.
97       dpnet: Use standard C functions for memory allocation in server.c.
98       dpnet: Remove unused function heap_strdupW.
99       mstask: Use standard C functions for memory allocation in task.c.
100       ole32: Fix memory leak on error path in composite_get_(left|right)most (Coverity).
101       msado15: Use standard C functions for memory allocation in command.c.
102       msado15: Use standard C functions for memory allocation in connection.c.
103       msado15: Use standard C functions for memory allocation in recordset.c.
104       msado15: Use standard C functions for memory allocation in stream.c.
105       msado15: Remove unused functions heap_realloc_zero and strdupW.
106       inetcomm: Use standard C functions for memory allocation in protocol.c.
107       dinput/tests: Get rid of pDirectInputCreateEx.
108       oleaut32: Use standard C functions for memory allocation in olefont.c.
109       oledb32: Use standard C functions for memory allocation in datainit.c.
110       sapi: Use standard C functions for memory allocation in token.c.
111       schedsvc: Use standard C functions for memory allocation in atsvc.c.
112       schedsvc: Use standard C functions for memory allocation in schedsvc.c.
113       schedsvc: Remove unused function heap_strdupW.
114       spoolss: Use standard C functions for memory allocation in router.c.
115       jscript: Use standard C functions for memory allocation in dispex.c.
116       jscript: Use standard C functions for memory allocation in jscript.c.
117       jscript: Remove unused function heap_strdupW.
118       windowscodecs: Use standard C functions for memory allocation in metadataquery.c.
119       wldap32: Use the wcsdup function instead of reimplementing it.
120       winhttp: Use the wcsdup function instead of reimplementing it.
121       secur32: Use the wcsdup function instead of reimplementing it.
122       adsldp: Use standard C functions for memory allocation in adsldp.c.
123       oledb32: Handle memory allocation failure in rowpos_cp_Advise.
124       appwiz: Use standard C functions for memory allocation.
125       urlmon: Remove unused function heap_strdupWtoA.
126       mshtml: Handle realloc failure in add_func_info.
127       msxml3: Use standard C functions for memory allocation in saxreader.c.
128       dinput/tests: Avoid using GCC's typeof extension.
129       webservices: Remove unused function heap_realloc_zero.
130       dinput/tests: Put the calling convention inside the function pointer parentheses.
131       kernel32/tests: Avoid using GCC's typeof extension.
132       explorer: Put the calling convention inside the function pointer parentheses.
133       windows.media.speech: Put the calling convention inside the function pointer parentheses.
134       advapi32/tests: Avoid using GCC's typeof extension.
135       taskschd: Use standard C functions for memory allocation in folder_collection.c.
136       taskschd: Use standard C functions for memory allocation in regtask.c.
137       taskschd: Use standard C functions for memory allocation in task.c.
138       taskschd: Remove unused function heap_strdupW.
139       hhctrl: Handle memory allocation failure in GetChmString.
140       oledb32: Use standard C functions for memory allocation in rowpos.c.
141       shlwapi/tests: Use standard C functions for memory allocation in path.c.
142       oledlg: Use standard C functions for memory allocation in pastespl.c.
143       ucrtbase/tests: Put the calling convention inside the function pointer parentheses.
144       ieframe: Use standard C functions for memory allocation.
145       urlmon: Use standard C functions for memory allocation.
146       dnsapi: Use the strdup and wcsdup functions instead of reimplementing them.
147       pdh: Use standard C functions for memory allocation.
148       mshtml: Use standard C functions for memory allocation.
149       dmband: Don't force a calling convention on internal functions.
150       dmcompos: Don't force a calling convention on internal functions.
151       dmime: Don't force a calling convention on internal functions.
152       dmloader: Don't force a calling convention on internal functions.
153       dmscript: Don't force a calling convention on internal functions.
154       dmstyle: Don't force a calling convention on internal functions.
155       dmsynth: Don't force a calling convention on internal functions.
156       dmusic: Don't force a calling convention on internal functions.
157       wininet: Use standard C functions for memory allocation.
158       mshtml: Handle memory allocation failure in ConnectionPoint_Advise.
160 Alexandre Julliard (68):
161       winecrt0: Don't build with WINE_UNIX_LIB.
162       opengl32: Fix parsing of the DisabledExtensions option.
163       opengl32: Consistently use RtlSetLastWin32Error() everywhere.
164       win32u: Use RtlGetLastWin32Error() instead of GetLastError().
165       winex11: Use RtlGetLastWin32Error() instead of GetLastError().
166       winemac: Use RtlGetLastWin32Error() instead of GetLastError().
167       include: Disable some inline kernelbase functions when building Unix libraries.
168       configure: Don't use LDFLAGS to initialize PE flags.
169       wrc: Add support for named locales.
170       wmc: Add support for named locales.
171       configure: Skip the rest of the PE checks if the cross-compiler isn't detected.
172       ntdll: Use the unique id of the user locale for resource lookup.
173       include: Remove custom/undocumented language identifiers.
174       winegcc: Default to msvcrt mode for all PE builds.
175       winecrt0: Build without -DWINE_NO_LONG_TYPES.
176       opengl32: Build without -DWINE_NO_LONG_TYPES.
177       wineusb.sys: Build without -DWINE_NO_LONG_TYPES.
178       wineandroid: Build without -DWINE_NO_LONG_TYPES.
179       winemac: Build without -DWINE_NO_LONG_TYPES.
180       winex11: Fix int/long type mismatches.
181       winex11: Add a debug helper to print color values.
182       winex11: Use int instead of long types in a few places.
183       winex11: Build without -DWINE_NO_LONG_TYPES.
184       ntdll: Fix int/long type mismatches.
185       ntdll: Use UINT instead of ULONG in ioctl helpers.
186       ntdll: Use unsigned int instead of NTSTATUS in async callbacks.
187       ntdll: Use int instead of long types in a few places.
188       ntdll: Use unsigned int for the return value of server calls.
189       ntdll: Build the PE side without -DWINE_NO_LONG_TYPES.
190       ntdll: Build the Unix side without -DWINE_NO_LONG_TYPES.
191       ntdll: Always set WINELOADER variable to the current loader name.
192       ntdll: Always use the name of the current loader to exec a new process.
193       ntdll: Fall back to the current loader if the corresponding 32/64-bit loader isn't found.
194       configure: Don't rename the loader to wine64 for multi-arch builds.
195       makedep: Assume that all modules are built with msvcrt.
196       kernel32/tests: Don't filter out the WINELOADER variable.
197       win32: Fix int/long type mismatches.
198       win32u: Add a debug helper to print color values.
199       win32u: Use int instead of long types for font sizes and flags.
200       win32u: Use int instead of long types for monitor index and flags.
201       win32u: Use int instead of long types in a few places.
202       win32u: Build without -DWINE_NO_LONG_TYPES.
203       makedep: Unify the search for static and import libs.
204       makedep: Pass the actual name of the module in the delay load flags.
205       winecrt0: Add a helper function and macro to simplify Unix library usage.
206       winex11.drv: Use the Unix call helpers.
207       winemac.drv: Use the Unix call helpers.
208       wineandroid.drv: Use the Unix call helpers.
209       winealsa.drv: Use the Unix call helpers.
210       winecoreaudio.drv: Use the Unix call helpers.
211       wineoss.drv: Use the Unix call helpers.
212       winepulse.drv: Use the Unix call helpers.
213       mountmgr.sys: Use the Unix call helpers.
214       nsiproxy.sys: Use the Unix call helpers.
215       winebus.sys: Use the Unix call helpers.
216       wineusb.sys: Use the Unix call helpers.
217       bcrypt: Use the Unix call helpers.
218       crypt32: Use the Unix call helpers.
219       dwrite: Use the Unix call helpers.
220       kerberos: Use the Unix call helpers.
221       odbc32: Use the Unix call helpers.
222       opencl: Use the Unix call helpers.
223       opengl32: Use the Unix call helpers.
224       secur32: Use the Unix call helpers.
225       winegstreamer: Use the Unix call helpers.
226       winevulkan: Use the Unix call helpers.
227       ws2_32: Use the Unix call helpers.
228       winecrt0: Call __wine_unix_call through an explicit pointer in the helper macro.
230 Alexandros Frantzis (1):
231       winevulkan: Generate "in_ext" definition on demand.
233 Anton Baskanov (17):
234       wined3d: Introduce a new flag to indicate that indirect draws won't be used.
235       wined3d: Use the chunk allocator for GL element array buffers.
236       quartz/tests: Add tests for MPEG layer-3 decoder sink allocator.
237       quartz/tests: Add tests for MPEG layer-3 decoder output media type enumeration.
238       winegstreamer: Implement output media type enumeration in MPEG layer-3 decoder.
239       winegstreamer: Check whether transform is supported when creating MPEG layer-3 decoder.
240       quartz/tests: Add tests for MPEG layer-3 decoder source allocator.
241       winegstreamer: Set allocator properties for MPEG layer-3 decoder source.
242       winegstreamer: Hold the streaming lock while destroying wg_transform.
243       winegstreamer: Destroy the sample queue when stopping the quartz transform.
244       winegstreamer: Allocate at least 3 buffers for MPEG audio in quartz parser.
245       include: Add MFSampleExtension_Discontinuity to mfapi.h.
246       winegstreamer: Set the discontinuity flag in wg_transform.
247       wined3d: Factor out and expose functions to map/unmap wined3d_streaming_buffer.
248       ddraw: Use the wined3d_streaming_buffer helpers to manage the streaming vertex buffer.
249       ddraw: Use the wined3d_streaming_buffer helpers to manage the streaming index buffer.
250       wined3d: Add a lower size bound for the streaming buffer allocation.
252 Aric Stewart (1):
253       server: Take into account extra_size in get_rawinput_buffer.
255 Bartosz Kosiorek (12):
256       msvcrt: Add _scwprintf_l implementation.
257       msvcrt: Add _scwprintf_p_l implementation.
258       msvcrt: Add _scwprintf_p implementation.
259       msvcrt: Add _vcprintf_l implementation.
260       msvcrt: Add _vcwprintf_l implementation.
261       gdiplus: Add GdipSetCustomLineCapBaseCap implementation.
262       gdiplus: Remove not used LineCustomCap parameter.
263       gdiplus: Add GdipSetCustomLineCapBaseInset implementation.
264       gdiplus: Use GpPointF for drawing in widen_closed_figure.
265       gdiplus: Add support for widen path with GpCustomLineCap.
266       gdiplus: Fix shape of CustomLineCap created by GdipCreateAdjustableArrowCap.
267       gdiplus: Add GdipSetCustomLineCapStrokeCaps implementation and usage.
269 Bernhard Kölbl (1):
270       include: Add GUIDs for video decoder profiles.
272 Biswapriyo Nath (1):
273       include: Add Stg functions declaration in propvarutil.h.
275 Brendan Shanks (2):
276       configure: On macOS, build the loader targeting 10.7 when preloader is used.
277       ntdll: Add native thread renaming for macOS.
279 Connor McAdams (5):
280       uiautomationcore: Add UiaFind stub.
281       uiautomationcore: Partially implement UiaFind.
282       uiautomationcore: Add support for ExcludeRoot parameter in UiaFind.
283       uiautomationcore: Store traverse_uia_node_tree() results in a dynamic array.
284       uiautomationcore: Add support for returning multiple HUIANODEs from UiaFind.
286 Eric Pouech (27):
287       winedbg: Don't use invalid address mode in exception prolog.
288       cmd: Don't write outside of variable array.
289       kernel32/tests: Fix sporadic process test failure.
290       d3d11/tests: Introduce a clear_uav() helper.
291       d3dx9_36/tests: Introduce union to help passing float values in DWORD.
292       d3dx9_36/tests: Use correct integral type.
293       dbghelp: Fix handling of BA_OP_ChangeCodeLength (PDB).
294       dbghelp: Use same compiland's pathname as native (PDB).
295       dbghelp: Create a single compiland instance by name in PDB.
296       dbghelp: Function static variables should be found by address.
297       ntdll/tests: Adapt file tests on delete-on-close / delete disposition to Windows 10.
298       ntdll/tests: Fix share mode for some delete-on-close/delete disposition tests.
299       ntdll/tests: Extend file tests about delete-on-close and disposition.
300       dbghelp: Implement SymAddrIncludeInlineTrace().
301       dbghelp: Add partial implementation of SymQueryInlineTrace.
302       comctl32/tests: Fix monthcal selection tests.
303       ucrtbase: Extend ucrtbase's undname tests.
304       msvcrt: Rename modifier into qualifier.
305       ucrtbase: Handle undecoration of function's reference qualifiers (C++11).
306       dbghelp: Convert of couple more of string literals.
307       dbghelp: Search debug info files into local cache of debuginfod.
308       dbghelp: Locate alternate debug info files by their build id.
309       dbghelp: Fix typos in codeview_is_type_forward().
310       wined3d: Use long type for interlock variables/fields.
311       wined3d: Use pointer to non long integral type for some helpers.
312       wined3d: Change return value for *get_emul_mask() to unsigned int.
313       cmd: Use OEM code page when reading a file.
315 Erich Hoover (1):
316       ntdll: Add support for FreeBSD style extended attributes.
318 Etaash Mathamsetty (2):
319       ntoskrnl.exe: Implement KeQueryMaximumProcessorCount/Ex.
320       ntoskrnl.exe: Implement KeQueryActiveProcessorCount.
322 Evan Tang (2):
323       mshtml: Add tests for things removed in IE11.
324       mshtml: Hide things that were removed in IE11.
326 Fabian Maurer (1):
327       imm32: Prevent deadlock on unload.
329 Gabriel Ivăncescu (35):
330       mshtml/tests: Implement IServiceProvider and few other interfaces needed for navigation.
331       mshtml: Expose IEventTarget on HTMLDocumentObj and forward it to the doc node.
332       mshtml: Forward toString to the document node.
333       mshtml: Forward IDispatchEx to the document node.
334       mshtml: Handle cNames > 1 in GetIDsOfNames properly.
335       mshtml: Allow EVENT_BIND_TO_TARGET to bind to the window.
336       mshtml: Do not register Gecko load event handler twice.
337       mshtml: Dispatch Gecko events to the window if there's no node.
338       mshtml: Add visibilitychange event stub.
339       mshtml: Store the nsevent listener descs in a table.
340       mshtml: Implement pageshow event.
341       mshtml: Dispatch beforeunload event to the window.
342       mshtml: Implement unload event.
343       mshtml: Implement pagehide event.
344       jscript: Use CRT allocation functions.
345       mshtml: Fix performance variant leak.
346       mshtml: Link the performance.timing from the window at creation.
347       mshtml: Implement performance.timing.navigationStart.
348       mshtml: Implement performance.timing.redirectStart.
349       mshtml: Implement performance.timing.unloadEventStart & unloadEventEnd.
350       mshtml: Implement the remaining pre-response performance.timing props.
351       mshtml: Implement performance.timing.responseStart & responseEnd.
352       mshtml: Implement performance.timing.domLoading.
353       mshtml: Implement performance.timing.domInteractive.
354       mshtml: Implement performance.timing.domComplete.
355       mshtml: Implement performance.timing.domContentLoadedEventStart & End.
356       mshtml: Get rid of useless window check.
357       mshtml: Implement performance.timing.loadEventStart & loadEventEnd.
358       mshtml: Implement performance.timing.msFirstPaint.
359       jscript: Initialize source and lastIndex for RegExp.prototype.
360       jscript: Pass a jsval as the 'this' to jsdisp_call_value.
361       jscript: Pass a jsval as the 'this' to disp_call_value.
362       jscript: Pass correct 'this' to callbacks called by builtins.
363       jscript: Throw proper error when calling Map constructor as method.
364       jscript: Throw proper error when calling Set constructor as method.
366 Georg Lehmann (2):
367       winevulkan: Convert unions when nessecary.
368       winevulkan: Update to VK spec version 1.3.235.
370 Gerald Pfeifer (2):
371       msado15: Avoid uninitialized variable warning in fields_get_Item.
372       ntdll: Make init_builtin_dll return a value on FreeBSD.
374 Hans Leidekker (11):
375       crypt32/tests: Remove OCSP revoked cert test.
376       libs: Import code from upstream openldap 2.5.13.
377       wldap32/tests: Get rid of workarounds for old Windows versions.
378       wldap32/tests: Switch to db.debian.org.
379       wldap32: Get rid of the function documentation.
380       wldap32: Add a prefix to functions that conflict with OpenLDAP exports.
381       wldap32: Add a prefix to definitions that conflict with OpenLDAP headers.
382       wldap32: Use the bundled liblber and libldap.
383       ldap: Don't depend on the getopt.h header.
384       ldap: Mark ldap_int_destroy_global_options() as a destructor when building with Clang.
385       msv1_0: Drop the ntlm_auth version check.
387 Ivo Ivanov (8):
388       dinput: Prevent a potential array overflow error during the conversion from spherical to Cartesian coordinates.
389       dinput: Remove redundant physical range values.
390       windows.gaming.input: Add gain of 1.0 to the initialization params of (Constant|Ramp)Effect's SetParameters.
391       dinput: Always send both "Type Specific" and "Set Effect" reports on initial Download.
392       windows.gaming.input: Implement IForceFeedbackMotor_get_SupportedAxes.
393       dinput/tests: Reduce the available FFB axes to X and Y in test_windows_gaming_input.
394       windows.gaming.input: Implement the number of FFB axes according to the SupportedAxes property.
395       windows.gaming.input: Assume that joysticks with single FFB axis are racing wheels.
397 Jacek Caban (18):
398       winevulkan: Don't try to convert ignored VkWriteDescriptorSet members.
399       winevulkan: Move need for output member copy check to needs_conversion.
400       winevulkan: Align conversion_context_alloc result.
401       winevulkan: Convert all 32-bit structs containing pNext pointer.
402       winevulkan: Convert all 32-bit structs containing pointer or pointer-size members.
403       winevulkan: Convert dispatchable handle arrays in 32-bit thunks.
404       winevulkan: Convert pointers to pointer-sized variables in 32-bit thunks.
405       winevulkan: Convert dispatchable handle array struct members.
406       winevulkan: Introduce find_next_struct32.
407       winevulkan: Use PTR32 for pointer-size variables in 32-bit structs.
408       winevulkan: Always convert 32-bit pointer arrays.
409       winevulkan: Use separated implementations for all 32-bit Unix calls.
410       winevulkan: Add __wine_unix_call_wow64_funcs support.
411       winevulkan: Never copy pNext pointer in 32-bit struct conversion functions.
412       winevulkan: Return error if vkMapMemory would truncate pointer on wow64.
413       win32u: Remove __wine_get_wgl_driver PE entry point.
414       win32u: Don't use CDECL for __wine_get_wgl_driver.
415       winevulkan: Don't try to convert unions without selectors.
417 Jason Millard (3):
418       vbscript: Add support for VT_DISPATCH in Global_TypeName.
419       vbscript: Update parser to allow statements after ELSE without new line.
420       vbscript: Add support for redim byref.
422 Jinoh Kang (1):
423       ntdll: Use an acquire/release pair on the IOSB status.
425 Martin Storsjö (1):
426       ntdll: Avoid accidentally picking up ntdll's __wine_unix_call_funcs for other DLLs.
428 Matthew Tran (7):
429       dinput/tests: Add more tests for HidP_SetUsageValue.
430       dinput/tests: Fix incorrect HID STRING_INDEX tag value.
431       hidparse.sys: Fix incorrect HID STRING_INDEX tag value.
432       ntoskrnl.exe/tests: Fix incorrect HID STRING_INDEX tag value.
433       winebus.sys: Fix incorrect HID STRING_INDEX tag value.
434       winexinput.sys: Fix incorrect HID STRING_INDEX tag value.
435       hid: Fix HidP_(Get|Set)(Scaled)UsageValue with usage ranges and arrays.
437 Mohamad Al-Jaf (15):
438       mscoree: Add StrongNameTokenFromAssembly stub.
439       dbghelp: Add SymAddrIncludeInlineTrace stub.
440       include/windowscontracts: Bump contractversion to 14.
441       windows.media: Add stub DLL.
442       windows.media: Stub IClosedCaptionPropertiesStatics interface.
443       windows.media/tests: Add Closed Caption Properties tests.
444       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_FontColor.
445       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_FontOpacity.
446       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_FontSize.
447       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_FontStyle.
448       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_FontEffect.
449       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_BackgroundColor.
450       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_BackgroundOpacity.
451       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_RegionColor.
452       windows.media: Partially implement IClosedCaptionPropertiesStatics_get_RegionOpacity.
454 Nikolay Sivov (36):
455       d3drm: Use CRT allocation functions.
456       d3drm/tests: Use CRT allocation functions.
457       vbscript: Use CRT allocation functions.
458       d3dx9: Add missing path conversion call in D3DXLoadVolumeFromFileA().
459       d2d1: Silently ignore non-default state block implementations.
460       vbscript: Implement FormatCurrency().
461       vbscript: Implement FormatPercent().
462       vbscript: Implement FormatDateTime().
463       vbscript: Implement FormatNumber().
464       oleaut32/tests: Add a test for VT_NULL input for VarFormatDateTime().
465       d2d1: Derive shared bitmap format from the source bitmap.
466       d2d1/tests: Use d2d error code name for unsupported pixel format error code.
467       vbscript: Handle index read access to array properties.
468       ntdll: Do not set system locales that resolve to custom-unspecified.
469       xmllite/writer: Handle surrogate pairs.
470       xmllite/reader: Use consistent formatting for traces.
471       kernelbase: Add SetProcessInformation().
472       comctl32/animate: Use CRT allocation functions.
473       comctl32/pager: Use CRT allocation functions.
474       comctl32/updown: Use CRT allocation functions.
475       comctl32/treeview: Use CRT allocation functions.
476       comctl32/progress: Use CRT allocation functions.
477       comctl32/ipaddress: Use CRT allocation functions.
478       comctl32/hotkey: Use CRT allocation functions.
479       vbscript: Handle CP_UTF8 in Chr()/Asc().
480       ntdll: Use system language as preferred, if user language is custom-unspecified.
481       kernelbase: Forward SetThreadIdealProcessor() to ntdll.
482       kernel32/tests: Remove workarounds for SetThreadIdealProcessor().
483       kernelbase: Forward thread priority boost functions to ntdll.
484       kernelbase: Forward GetThreadIdealProcessorEx() to ntdll.
485       vbscript: Fix a typo in variable name in LBound().
486       vbscript/tests: Fix redim tests.
487       oleaut32/safearray: Fix an error code when trying to redim fixed arrays.
488       kernel32/profile: Trim spaces from section names on load.
489       vbscript/tests: Add some tests for lte/gte tokens.
490       vbscript: Accept "><" as inequality operator.
492 Paul Gofman (17):
493       winhttp: Always send Content-length with PUT.
494       ws2_32: Return success for setting SO_ERROR.
495       xinputuap.dll: Add new dll.
496       wmic: Don't set WBEM_FLAG_FORWARD_ONLY flag on query.
497       wmic: Call _BeginEnumeration() before iterating class object.
498       wmic: Handle VariantChangeType() failures.
499       wmic: Add nicconfig alias.
500       wmic: Support array of BSTRs in convert_to_bstr().
501       winhttp: Add reference counting for connection.
502       winhttp/tests: Avoid race condition on closing connection in server_thread().
503       winhttp: Send connection close notifications in finished_reading().
504       winhttp: Store connection in websocket.
505       winhttp: Move flags to websocket header.
506       winhttp: Move read buffer to websocket.
507       winhttp: Do not reference request from socket.
508       winhttp: Set name resolution timeout in download_script().
509       winhttp: Cache script in download_script().
511 Piotr Caban (16):
512       winspool.drv: Use CRT allocation functions.
513       localspl: Use wcslen instead of lstrlenW.
514       localspl: Use CRT allocation functions.
515       winspool: Remove strdupW helper.
516       winspool: Allow specifying out buffer in DEVMODEdupWtoA.
517       winspool: Use GetJobW in GetJobA implementation.
518       winprint: Add stub dll.
519       winprint: Implement RAW print processor.
520       gdi32: Don't crash in StartDoc on NULL DOCINFO.
521       gdi32: Get printer output file name in StartDoc.
522       winspool: Correctly free data allocated with GdiConvertToDevmodeW.
523       localspl: Run AddPortEx tests when InitializePrintMonitor2 is used.
524       localspl: Run EnumPorts tests when InitializePrintMonitor2 is used.
525       localspl: Run OpenPort tests when InitializePrintMonitor2 is used.
526       localspl: Remove unused OpenPortEx function pointers.
527       localspl: Run XcvOpenPort tests when InitializePrintMonitor2 is used.
529 Robert Wilhelm (1):
530       vbscript: Handle another variant of LTE/GTE tokens.
532 Rémi Bernon (52):
533       server: Remove no-op raw_msg.foreground release.
534       ntdll: Delay loading unixlibs until the functions are requested.
535       user32: Move touch related functions to input.c.
536       user32: Add GetPointerTouchInfo(History) stubs.
537       kernel32: Validate pointer before calling HeapSize.
538       kernel32: Lock heap and validate pointer in LocalHandle.
539       kernelbase: Validate pointers before calling heap functions.
540       ntdll: Cleanup heap block macro definitions.
541       opengl32: Generate wow64 thunks.
542       opengl32: Manually write glPathGlyphIndexRangeNV wow64 thunk.
543       opengl32: Implement wow64 thunk for wglGetProcAddress.
544       opengl32: Implement wow64 thunk for wglMakeCurrent (et al.).
545       opengl32: Implement wow64 thunk for wglCreateContextAttribsARB.
546       opengl32: Implement wow64 thunk for wglCreatePbufferARB.
547       opengl32: Implement wow64 thunk for wglGetPbufferDCARB.
548       opengl32: Implement wow64 thunks for input pointer arrays.
549       opengl32: Implement wow64 thunks for glFenceSync (et al.).
550       dwrite: Avoid memcpy source overflow in GetFontAxisValues.
551       opengl32: Implement wow64 thunk for glGetString (et al.).
552       opengl32: Use manual win32 thunks for glMapBuffer (et al.).
553       opengl32: Implement wow64 thunks for glMapBuffer (et al.).
554       opengl32: Cast wow64 pointers in glGet(VertexAttrib)Pointerv.
555       opengl32: Use the +opengl debug channel everywhere.
556       dinput/tests: Add more HidP_(Set|Get)UsageValue tests with array caps.
557       hid: Move (get|set)_usage_value around and use it for scaled values.
558       hidclass.sys: Add more trace messages.
559       winebus.sys: Add more trace messages.
560       server: Set missing error status for get_process_image_name.
561       kernel32/tests: Add more (Global|Local)ReAlloc tests.
562       comdlg32: Call GlobalReAlloc with GMEM_MOVEABLE flag.
563       ole32: Call GlobalReAlloc with GMEM_MOVEABLE flag.
564       riched20: Call GlobalReAlloc with GMEM_MOVEABLE flag.
565       winemac.drv: Call GlobalReAlloc with GMEM_MOVEABLE flag.
566       user32: Call GlobalReAlloc with GMEM_MOVEABLE flag.
567       kernelbase: Don't try in-place HeapReAlloc in LocalReAlloc.
568       kernelbase: Handle LMEM_MODIFY flag first in LocalReAlloc.
569       kernelbase: Handle LMEM_DISCARDABLE flag specifically in LocalReAlloc.
570       kernelbase: Avoid moving locked HLOCAL pointer without LMEM_MOVEABLE.
571       kernel32: Return success from GlobalReAlloc with locked HGLOBAL pointer.
572       kernelbase: Only discard HLOCAL with LMEM_MOVEABLE and if not locked.
573       rpcss: Use I_Rpc(Free|Allocate) in MIDL_user_(allocate|free).
574       winex11.drv: Reposition windows on desktop resize only when useful.
575       ntdll: Rename heap block ALIGNMENT macro to BLOCK_ALIGN.
576       ntdll: Use BLOCK_FLAG_LARGE rather than subheap pointer.
577       ntdll: Compute effective flags in unsafe_heap_from_handle.
578       ntdll: Compute block size before calling heap_(re)allocate.
579       ntdll: Pass a heap block pointer to initialize_block.
580       dinput/tests: Test zero-ed force feedback effect parameters.
581       windows.gaming.input: Set initial effect parameters within the CS.
582       appwiz.cpl: Free wine_get_dos_file_name memory with HeapFree.
583       mshtml: Free wine_get_dos_file_name memory with HeapFree.
584       winepath: Free wine_get_(dos|unix)_file_name memory with HeapFree.
586 Santino Mazza (5):
587       kernel32: Forward CreateFileMappingFromApp kernel32 to kernelbase.
588       kernel32: Forward MapViewOfFileFromApp kernel32 to kernelbase.
589       kernelbase: Create GetGeoInfoEx stub.
590       kernel32/tests: Test for GetGeoInfoEx.
591       kernelbase: Implement GetGeoInfoEx.
593 Sven Baars (7):
594       ntdll/tests: Add some Software\Classes subkey tests.
595       server: Recursively obtain the Wow6432Node parent.
596       ntdll/tests: Test that NtCreateKeyEx() also recursively obtains the Wow6432Node parent.
597       ntdll/tests: Add some some Software\Classes query and enumerate tests.
598       server: Don't return the actual 32-bit Software\Classes key.
599       ntdll/tests: Factor out the NtEnumerateKey() tests.
600       ntdll/tests: Refactor the Software\Classes tests.
602 Tim Clem (1):
603       winspool.drv: Ignore input in DocumentPropertiesA unless DM_IN_BUFFER is passed.
605 Zebediah Figura (16):
606       ntdll: Make the "not found" trace in nt_to_unix_file_name_no_root() less misleading.
607       setupapi/tests: Add more tests for buffer size handling in SetupDiGetDeviceInterfaceDetail().
608       setupapi: Correctly calculate the required size in SetupDiGetDeviceInterfaceDetailA().
609       setupapi: Fill the required size in SetupDiGetDeviceInterfaceDetail() also on success.
610       ntoskrnl/tests: Test retrieving SPDRP_CONFIGFLAGS.
611       setupapi: Set SPDRP_CONFIGFLAGS in SetupDiInstallDevice().
612       ntoskrnl: Set SPDRP_CONFIGFLAGS in install_device_driver().
613       d3dcompiler: Print message output with ERR() in D3DCompile2().
614       d3dcompiler: Print message output with ERR() in D3DPreprocess().
615       winex11: Print a winediag err if XComposite is missing.
616       configure: Override PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH for 32-bit builds on 64-bit hosts.
617       quartz: Use a single message thread for all filter graphs.
618       ntdll: Add a get_free_list_block_size() helper.
619       ntdll: Always trace sizes with %#x.
620       ntdll: Avoid casting a struct to its first field.
621       ntdll: Remove an unnecessary cast.
623 Zhiyi Zhang (4):
624       dwmapi: Fallback to 60Hz if the display frequency is invalid in get_display_frequency().
625       explorer/tests: Add taskbar tests.
626       explorer: Use a valid taskbar position when the taskbar is hidden.
627       win32u: Fix a memory leak.
629 Ziqing Hui (6):
630       wmvcore/tests: Add tests for IWMProfile_GetStreamByNumber.
631       winegstreamer: Implement profile_GetStreamByNumber.
632       mf/tests: Test IMediaObject_GetStreamCount for WMV decoder.
633       winegstreamer: Implement media_object_GetStreamCount for WMV decoder.
634       mf/tests: Test IMediaObject_GetInputType for WMV decoder.
635       winegstreamer: Implement media_object_GetInputType for WMV decoder.