Module: vkd3d
Branch: master
Commit: c78fe643a85cfd1cc95778ce5dd2603f3b599100
URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=c78fe643a85cfd1cc95778c…
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Fri Sep 25 16:52:58 2020 -0500
vkd3d-shader: Use the same message context for scanning and compiling in vkd3d_shader_compile().
So that messages from scanning are not lost.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
libs/vkd3d-shader/vkd3d_shader_main.c | 98 ++++++++++++++++++++---------------
1 file changed, 55 insertions(+), 43 deletions(-)
Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=c78fe643a85cfd1cc95…
Module: website
Branch: master
Commit: 158dbaef5bc2c69f0514a4b1234072d0bceddcce
URL: https://source.winehq.org/git/website.git/?a=commit;h=158dbaef5bc2c69f0514a…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 25 21:54:00 2020 +0200
Wine release 5.18
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2020092501.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/news/en/2020092501.xml b/news/en/2020092501.xml
new file mode 100644
index 00000000..fa716720
--- /dev/null
+++ b/news/en/2020092501.xml
@@ -0,0 +1,18 @@
+<news>
+<date>September 25, 2020</date>
+<title>Wine 5.18 Released</title>
+<body>
+<p> The Wine development release 5.18 is now available.</p>
+<p> <a href="{$root}/announce/5.18">What's new</a> in this release:
+<ul>
+ <li>Vulkan shader compilation using the new vkd3d-shader library.</li>
+ <li>USER32 library converted to PE.</li>
+ <li>Console no longer requires the curses library.</li>
+ <li>Support for display modes with various orientations.</li>
+ <li>A number of syntax fixes in the WIDL compiler.</li>
+ <li>Non-recursive makefiles.</li>
+ <li>Various bug fixes.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/5.x/wine-5.18.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>