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