forked from wine-mirror/wine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathANNOUNCE
49 lines (33 loc) · 1.79 KB
/
ANNOUNCE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
The Wine development release 4.12.1 is now available.
What's new in this release (see below for details):
- Fixes for broken 64-bit prefix initialization.
The source is available from the following locations:
https://dl.winehq.org/wine/source/4.x/wine-4.12.1.tar.xz
http://mirrors.ibiblio.org/wine/source/4.x/wine-4.12.1.tar.xz
Binary packages for various distributions will be available from:
https://www.winehq.org/download
You will find documentation on https://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check https://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 4.12.1 (total 5):
46473 Settlers IV History Edition
47403 ALT+TAB results in a sticky ALT in the application when switching back
47464 64-bit WINEPREFIX creation/update fails with Wine 4.12 (wineboot crashes after building as PE file)
47467 WINEPREFIX creation/update: setupapi fails to register several dlls after building as PE file starting with Wine 4.12
47468 LINE 5.x launcher crashes on startup
----------------------------------------------------------------
Changes since 4.12:
Alexandre Julliard (5):
wineboot: Fix do_cpuid() calling convention.
kernel32: Set the path environment variables according to the WoW64 environment.
include: Make sure the JUMP_BUFFER structure is correctly aligned on x86-64
gdi32: Make GDI driver functions cdecl.
d3dcompiler: Make varargs functions WINAPIV.
Henri Verbeet (1):
wined3d: Handle context acquisition failure in wined3d_device_create_primary_opengl_context_cs().
--
Alexandre Julliard