SHA256
1
0
forked from pool/wine

- Updated to 5.18 development release

- Vulkan shader compilation using the new vkd3d-shader library.
  - USER32 library converted to PE.
  - Console no longer requires the curses library.
  - Support for display modes with various orientations.
  - A number of syntax fixes in the WIDL compiler.
  - Non-recursive makefiles.
  - Various bug fixes.
- update staging to 5.18 release

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=758
This commit is contained in:
2020-09-28 06:21:13 +00:00
committed by Git OBS Bridge
parent 82e21fc160
commit 26ca4cf9ff
9 changed files with 39 additions and 26 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Sep 26 07:07:28 UTC 2020 - Marcus Meissner <meissner@suse.com>
- Updated to 5.18 development release
- Vulkan shader compilation using the new vkd3d-shader library.
- USER32 library converted to PE.
- Console no longer requires the curses library.
- Support for display modes with various orientations.
- A number of syntax fixes in the WIDL compiler.
- Non-recursive makefiles.
- Various bug fixes.
- update staging to 5.18 release
-------------------------------------------------------------------
Sat Sep 12 05:15:53 UTC 2020 - Marcus Meissner <meissner@suse.com>