Release 9.13
Added 2024-07-14 23:57:31 +0000 UTCWith the new ODBC32 changes upstream which now supports Native and UnixODDBC drivers, we have rewritten the odbc32-remote-unixodbc to support the older ODBC 2.0 drivers that upstream currently doesn't support. The ODBC32 is now taking shape and hopefully in the near we will have all this upstreamed.
Summary since last release
* Rebased to current wine 9.13 (355 patches are applied to wine vanilla)
Upstreamed (Either directly from staging or fixed with a similar patch).
* ntdll: Implement virtual_map_shared_memory.
* server: Implement support for global and local shared memory blocks based on memfd.
* user32: Get rid of wineserver call for GetInputState.
* ntdll: Only enable wineserver shared memory communication when a special environment variable is set.
* server: Store a list of associated queues for each thread input.
* user32: Get rid of wineserver call for GetActiveWindow, GetFocus, GetCapture.
* user32: Avoid unnecessary wineserver calls in PeekMessage/GetMessage.
* user32: Get rid of wineserver call for GetLastInputInfo.
Removed (No longer required).
* None
Added:
* odbc32-fixes (replacement of odbc-remove-unixodbc)
Updated:
* vkd3d-latest