Release 9.16
Added 2024-08-24 03:22:12 +0000 UTCODBC32 is finally taking shape, and maybe by next release wine with support ODBC v2.0 drivers. Which would be awesome.
Binary packages for various distributions will be available from:
https://www.winehq.org/download
Summary since last release
* Rebased to current wine 9.16 (355 patches are applied to wine vanilla)
Upstreamed (Either directly from staging or fixed with a similar patch).
* odbc32: Support freeing SQL handles for ODBC v2 drivers.
* odbc32: Support Allocating SQL handles for ODBC v2 drivers.
* odbc32: Support Driver in connection string.
* odbc32: SQLSetDescFieldW pass correct handle onto driver.
* odbc32: Use SQLAllocHandle to allocate a STMT handle.
* odbc32: Call drivers SQLBindCol function.
* printdlg: Allow button id psh1 for "Properties" button.
* odbc32: Store handles when requesting information of Columns.
* odbc32: Pass statment when creating a descriptor.
* odbccp32: Support System wide ODBC DSN keys.
* odbccp32: SQLWritePrivateProfileStringW check for existing DSN first.
* odbc32: SQLSetEnvAttr isnt supported in ODBC v2.0.
* odbc32: set_con_attr return success by default.
* odbc32: SQLColAttributeW support fallback function.
* odbc32: SQLGetDiagRec/W handle fallback function.
* setupapi: Add stub for DriverStoreFindDriverPackageW.
* winex11.drv: Update a candidate window's position with over-the-spot style.
Removed (No longer required).
* None
Added:
* None
Updated:
* vkd3d-latest
* eventfd_synchronization
* ntdll-WRITECOPY