- updated to 4.6 development release

- Beginnings of a Vulkan backend for WineD3D.
  - Support for loading Mono libraries from a shared location.
  - Libwine.dll no longer needed when using Wine DLLs on Windows.
  - Regression tests compiled directly to PE format.
  - Support for the Split Button Common Control.
  - Complex structs support in the typelib marshaller.
  - Video capture ported to Video4Linux version 2.
  - Initial version of the Debug Engine DLL.
  - Various bug fixes.
- updated staging to 4.6

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=613
This commit is contained in:
2019-04-13 16:27:08 +00:00
committed by Git OBS Bridge
parent 1b8ba59977
commit 103282fc89
6 changed files with 36 additions and 21 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Apr 13 16:26:34 UTC 2019 - Marcus Meissner <meissner@suse.com>
- updated to 4.6 development release
- Beginnings of a Vulkan backend for WineD3D.
- Support for loading Mono libraries from a shared location.
- Libwine.dll no longer needed when using Wine DLLs on Windows.
- Regression tests compiled directly to PE format.
- Support for the Split Button Common Control.
- Complex structs support in the typelib marshaller.
- Video capture ported to Video4Linux version 2.
- Initial version of the Debug Engine DLL.
- Various bug fixes.
- updated staging to 4.6
-------------------------------------------------------------------
Sat Mar 30 05:37:47 UTC 2019 - Marcus Meissner <meissner@suse.com>