Module: wine
Branch: master
Commit: fbb57d4176d5f42140ceb0b15d3bee2c2cca270c
URL: https://source.winehq.org/git/wine.git/?a=commit;h=fbb57d4176d5f42140ceb0b1…
Author: Andrey Gusev <andrey.goosev(a)gmail.com>
Date: Mon Jan 8 13:43:44 2018 +0200
ddraw: Fix typos in comments.
Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ddraw/device.c | 2 +-
dlls/ddraw/vertexbuffer.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ddraw/device.c b/dlls/ddraw/device.c
index 542f23a..28bb2fb 100644
--- a/dlls/ddraw/device.c
+++ b/dlls/ddraw/device.c
@@ -1170,7 +1170,7 @@ static HRESULT WINAPI d3d_device3_EnumTextureFormats(IDirect3DDevice3 *iface,
* IDirect3DDevice2::EnumTextureformats
*
* EnumTextureFormats for Version 1 and 2, see
- * IDirect3DDevice7::EnumTexureFormats for a more detailed description.
+ * IDirect3DDevice7::EnumTextureFormats for a more detailed description.
*
* This version has a different callback and does not enumerate FourCC
* formats
diff --git a/dlls/ddraw/vertexbuffer.c b/dlls/ddraw/vertexbuffer.c
index cc676f3..6a9544b 100644
--- a/dlls/ddraw/vertexbuffer.c
+++ b/dlls/ddraw/vertexbuffer.c
@@ -254,7 +254,7 @@ static HRESULT WINAPI d3d_vertex_buffer7_Unlock(IDirect3DVertexBuffer7 *iface)
* SrcIndex: Index of the first vertex in the src buffer to process
* D3DDevice: Device to use for transformation
* Flags: 0 for default, D3DPV_DONOTCOPYDATA to prevent copying
- * unchaned vertices
+ * unchanged vertices
*
* Returns:
* D3D_OK on success
Module: website
Branch: master
Commit: a0f5318afb9d84ba907df1979817936715fb9789
URL: https://source.winehq.org/git/website.git/?a=commit;h=a0f5318afb9d84ba907df…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jan 5 21:02:19 2018 +0100
Wine release 3.0-rc5
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2018010501.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/news/en/2018010501.xml b/news/en/2018010501.xml
new file mode 100644
index 0000000..6ff20b8
--- /dev/null
+++ b/news/en/2018010501.xml
@@ -0,0 +1,12 @@
+<news>
+<date>January 5, 2018</date>
+<title>Wine 3.0-rc5 Released</title>
+<body>
+<p> The Wine development release 3.0-rc5 is now available.</p>
+<p> <a href="{$root}/announce/3.0-rc5">What's new</a> in this release:
+<ul>
+ <li>Bug fixes only, we are in code freeze.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/3.0/wine-3.0-rc5.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>