From 361089d94a4f9415e50ec2cdcf504c55c69bcf322199fb63ebca1ab7ca0b5f8b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 6 Jun 2021 06:26:08 +0000 Subject: [PATCH] - Mono engine updated to version 6.2.0, with upstream updates. - Shell folders naming scheme follows recent Windows. - WinePulse library converted to PE. - More math functions from Musl in the C runtime. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=855 --- wine.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wine.changes b/wine.changes index b379b27..7932913 100644 --- a/wine.changes +++ b/wine.changes @@ -2,11 +2,11 @@ Sat Jun 5 12:27:57 UTC 2021 - Marcus Meissner - updated to 6.10 development release - - Mono engine updated to version 6.2.0, with upstream updates. - - Shell folders naming scheme follows recent Windows. - - WinePulse library converted to PE. - - More math functions from Musl in the C runtime. - - Various bug fixes. + - Mono engine updated to version 6.2.0, with upstream updates. + - Shell folders naming scheme follows recent Windows. + - WinePulse library converted to PE. + - More math functions from Musl in the C runtime. + - Various bug fixes. - update staging to 6.10 release -------------------------------------------------------------------