Release 6.0-rc5.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
10f7230220
commit
9b12eae9ea
151
ANNOUNCE
151
ANNOUNCE
|
@ -1,12 +1,12 @@
|
||||||
The Wine development release 6.0-rc4 is now available.
|
The Wine development release 6.0-rc5 is now available.
|
||||||
|
|
||||||
What's new in this release (see below for details):
|
What's new in this release (see below for details):
|
||||||
- Bug fixes only, we are in code freeze.
|
- Bug fixes only, we are in code freeze.
|
||||||
|
|
||||||
The source is available from the following locations:
|
The source is available from the following locations:
|
||||||
|
|
||||||
https://dl.winehq.org/wine/source/6.0/wine-6.0-rc4.tar.xz
|
https://dl.winehq.org/wine/source/6.0/wine-6.0-rc5.tar.xz
|
||||||
http://mirrors.ibiblio.org/wine/source/6.0/wine-6.0-rc4.tar.xz
|
http://mirrors.ibiblio.org/wine/source/6.0/wine-6.0-rc5.tar.xz
|
||||||
|
|
||||||
Binary packages for various distributions will be available from:
|
Binary packages for various distributions will be available from:
|
||||||
|
|
||||||
|
@ -22,110 +22,95 @@ AUTHORS in the distribution for the complete list.
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
Bugs fixed in 6.0-rc4 (total 29):
|
Bugs fixed in 6.0-rc5 (total 21):
|
||||||
|
|
||||||
24116 Cannot save game in Rainblood: Town of Death
|
21987 Acrobat 7 tryout installer complains: "This Postscript Driver or Windows Platform (Win9x/Me) not supported" (winspool.drv missing level 8/global default printer settings handling)
|
||||||
25409 Windows Live Essentials for XP installer crashes
|
38166 Heroes of Might and Magic V performance issue: severe fps drop on certain maps
|
||||||
27229 printf() newline missing with multibyte strings
|
41593 Molot VST 0.3.1 UI: some knobs are not rendered
|
||||||
31942 Microsoft Office 2003 and Office 2003 Editions Resource Kit installers crash on startup
|
43852 Monkey Island Special Edition Collection: White screen and crash when starting Monkey1.exe
|
||||||
32061 Guild Wars: Launcher hangs sometimes
|
44243 Spire and Serum VST plugins using Direct2D render very slowly
|
||||||
39731 Assassin's Creed IV Black Flag crashes
|
44367 Multiple applications need d2d FillEllipse/DrawEllipse implementation (OP-X PRO II VST)
|
||||||
40430 Multiple NVIDIA installers abort due to failure to process xml config (PhysX 9.x, GeForce Now, GeForce Experience 3.x, RTX Voice)
|
44454 Windows Media Encoder 9 refuses to install
|
||||||
41298 Battlefield 3 crashes during loading
|
44574 Microsoft Office 2013 client area is rendered black (Direct2D)
|
||||||
41450 timestamp is missing from some debug messages
|
45096 MPC-HC 1.7.13 displays a message box: "Error creating EVR Custom renderer", "DXVA2CreateDirect3DDeviceManager9 failed"
|
||||||
43329 Multiple applications fail to get selected path after double click last path element in IFileDialog2 folder selection dialog (Wargaming.net Game Center, Adobe DNG Converter 10.x/11.x)
|
47770 Waves Central plugin installation fails
|
||||||
43412 World of Warships: CEF screens cannot be displayed
|
47824 Remote Life 1.2 demo terminates with 'Cannot load library nw_elf.dll'
|
||||||
44185 DragonAgeOrigins autorun.exe crash inside winegstreamer
|
48142 shell32:appbar tests fail on some Windows 10 machines
|
||||||
44538 Tales of Zestiria doesn't start
|
49010 ilok license manager: doesn't connect to the activation server as in 4.0.2
|
||||||
45950 RedMon 1.9 (Redirection Port Monitor) does not work (missing support for monitors providing the MONITOR2 interface)
|
49356 Saya No Uta (a.k.a. The Song of Saya) crashes when launching
|
||||||
48587 httpapi tests are broken on Windows 8
|
49771 ntdll:exception causes an unhandled segmentation fault
|
||||||
49143 RTF Editor does not support cyrillic letters using MS Sans Serif Font
|
50241 Vertical Text in NL5 schematic doesn't display correctly
|
||||||
49347 Settlers III: mouse not working on start screen, game entry and statistics screen after a game, if "Automatically capture the mouse in full-screen windows" is on in winecfg
|
50304 Control-C exits winedbg instead of stopping the inferior
|
||||||
49493 Children Of Morta stays at blue stars screen after starting game.
|
50397 dlls/d3dcompiler_43/tests/hlsl_d3d11.c: error: unknown field ‘Texture2D’ specified in initializer
|
||||||
49545 Current working directory reset to "/" executing a winegcc/wineg++ compiled program
|
50408 wineboot crash to due getaddrinfo() returning NULL ai_canonname
|
||||||
49563 Adobe DNG converter 12.4 crashes after upgrade to Wine 5.12
|
50420 Divinity: Original Sin - Enhanced Edition crashes on startup
|
||||||
49650 Bunch of Heroes (Steam) hangs with a black screen at startup
|
50423 dlls/devenum/mediacatenum.c: | function ‘property_bag_Read’ | error: unknown field ‘cPins2’ specified in initializer
|
||||||
49683 Kingdom Come Deliverance crashes
|
|
||||||
49782 Elite Dangerous Horizons: crashes with wine64 5.16
|
|
||||||
49789 Tina 11 Demo crashes when run in a 64-bit prefix
|
|
||||||
50126 Writing VT_UI8 property type to a stream is not currently supported
|
|
||||||
50291 World of Warcraft Classic Fails to Close Cleanly
|
|
||||||
50354 Team Fortress 2 crashes during loading
|
|
||||||
50373 Touhou Shinpiroku trial terminates immediately
|
|
||||||
50378 dlls/amstream/tests/amstream.o error: unknown field ‘dwBitMasks’ specified in initializer
|
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
Changes since 6.0-rc3:
|
Changes since 6.0-rc4:
|
||||||
|
|
||||||
Akihiro Sagawa (2):
|
Akihiro Sagawa (1):
|
||||||
po: Update Japanese translation.
|
readme: Update Japanese translation.
|
||||||
d3dx9: Avoid closing invalid handles.
|
|
||||||
|
|
||||||
Alexandre Julliard (2):
|
Alex Henrie (1):
|
||||||
gdi32: Don't fail font creation when we are out of handles.
|
winebus: Remove redundant preprocessor check for libsdl2.
|
||||||
dwrite: Avoid a compiler warning when FreeType is missing.
|
|
||||||
|
|
||||||
Alistair Leslie-Hughes (4):
|
Alexandre Julliard (1):
|
||||||
include: Add DB_LRESERVE type.
|
Update copyright info for 2021.
|
||||||
include: Add ExecuteOptionEnum typedef.
|
|
||||||
msado15: Set row_set point to NULL on close.
|
|
||||||
msado15/tests: Add test for interface ADOConnectionConstruction15.
|
|
||||||
|
|
||||||
Andrey Gusev (1):
|
Alistair Leslie-Hughes (1):
|
||||||
po: Update Ukrainian translation.
|
include: Add DBACCESSORFLAGSENUM/DBBINDSTATUSENUM values.
|
||||||
|
|
||||||
André Hentschel (2):
|
Anton Baskanov (1):
|
||||||
opengl32/tests: Don't test function directly when reporting GetLastError().
|
winegstreamer: Unmap and unref the buffer and release the sample before returning.
|
||||||
kernel32/tests: Don't test functions directly when reporting GetLastError().
|
|
||||||
|
|
||||||
Biswapriyo Nath (2):
|
Byeong-Sik Jeon (1):
|
||||||
include: Add more Media Foundation error codes.
|
po: Update Korean translation.
|
||||||
include: Add IAMCameraControl definition in axextend.idl.
|
|
||||||
|
|
||||||
Can Taşan (1):
|
Damjan Jovanovic (1):
|
||||||
po: Update Turkish translation.
|
ws2_32: Deal with getaddrinfo() returning NULL ai_canonname despite AI_CANONNAME.
|
||||||
|
|
||||||
Dmitry Timoshkov (6):
|
Dean M Greer (2):
|
||||||
wbemprox/tests: Run StdRegProv tests using ROOT\\DEFAULT connection point.
|
readme: Update OS X requirements.
|
||||||
wbemprox/tests: Add some tests for SystemRestore class.
|
configure: Remove Xcode 3.x check.
|
||||||
gdi32/tests: Add some tests to show that GetGlyphIndices() should avoid best fit chars.
|
|
||||||
fonts: Correct default glyph index for MS Sans Serif font to match Windows.
|
|
||||||
shell32/tests: Remove no longer used parameter.
|
|
||||||
shell32/tests: Remove workarounds for shell32 < 5.0.
|
|
||||||
|
|
||||||
Huw D. M. Davies (1):
|
Esme Povirk (1):
|
||||||
qcap: Avoid unused variable warning if v4l is absent.
|
user32/tests: Don't kill explorer to test shell window.
|
||||||
|
|
||||||
Jacek Caban (1):
|
Jacek Caban (2):
|
||||||
conhost: Fix copy-paste typos in selection coordinates.
|
condrv: Don't requre write access for IOCTL_CONDRV_CTRL_EVENT ioctl.
|
||||||
|
conhost: Ignore CONTROL_C_EXIT exceptions in Unix mode.
|
||||||
|
|
||||||
Martin Storsjo (6):
|
Jefferson Carpenter (1):
|
||||||
asm: Separate .def/.scl/.type/.endef with newlines instead of semicolons.
|
ntdll/tests: Clear AC flag in align check test.
|
||||||
winebuild: Pass -m options to dlltool for arm and arm64.
|
|
||||||
asm: Use SEH assembly when building with clang in MSVC mode.
|
Lauri Kenttä (1):
|
||||||
include: Fix the signature of _InterlockedCompareExchange128.
|
readme: Update Finnish translation.
|
||||||
include: Check whether the ms_abi attribute is supported on aarch64.
|
|
||||||
ntdll: Implement a no-op __chkstk for arm64.
|
|
||||||
|
|
||||||
Michael Stefaniuc (1):
|
Michael Stefaniuc (1):
|
||||||
winspool/tests: Use wide-char string literals.
|
msscript.ocx/tests: Use wide-char string literals.
|
||||||
|
|
||||||
Nikolay Sivov (1):
|
Nikolay Sivov (1):
|
||||||
dwrite: Add a notice regarding HarfBuzz.
|
readme: Update Russian translation.
|
||||||
|
|
||||||
Paul Gofman (2):
|
Paul Gofman (2):
|
||||||
ntdll: Always copy context in call_user_apc_dispatcher() on x86.
|
ntdll: Use WINAPI calling convention for stub_entry_point().
|
||||||
ntdll: Preserve syscall frame when calling async IO system APC.
|
user32: Add stub for SetDisplayConfig().
|
||||||
|
|
||||||
|
Qijia Liu (1):
|
||||||
|
winedbg: Remove arm_disasm_branchreg.
|
||||||
|
|
||||||
|
Sveinar Søpler (1):
|
||||||
|
readme: Update Norwegian translation.
|
||||||
|
|
||||||
Zebediah Figura (3):
|
Zebediah Figura (3):
|
||||||
amstream/tests: Define NONAMELESSUNION.
|
httpapi/tests: Avoid some test failures with newer Windows 10.
|
||||||
ucrtbase: Do not add MSVCRT_ prefix to the exported function name of _lrot*.
|
devenum: Avoid initializing nameless unions in designated initializers.
|
||||||
d3dcompiler/tests: Avoid initializing nameless unions in designated initializers.
|
server: Pass the correct size to sockaddr_from_unix() (Valgrind).
|
||||||
|
|
||||||
Zhiyi Zhang (2):
|
Zhiyi Zhang (1):
|
||||||
gdi32/tests: Fix possible test failures in test_clip_box().
|
winex11.drv: Check that there are connected outputs before using XRandR 1.4.
|
||||||
gdi32/tests: Fix test failures on Win10 1909+.
|
|
||||||
|
|
||||||
--
|
--
|
||||||
Alexandre Julliard
|
Alexandre Julliard
|
||||||
|
|
1
AUTHORS
1
AUTHORS
|
@ -1359,6 +1359,7 @@ Porot Mo
|
||||||
Przemysław Białek
|
Przemysław Białek
|
||||||
Przemyslaw Bruski
|
Przemyslaw Bruski
|
||||||
Qian Hong
|
Qian Hong
|
||||||
|
Qijia Liu
|
||||||
Qingchuan Wang
|
Qingchuan Wang
|
||||||
Qingdoa Daoo
|
Qingdoa Daoo
|
||||||
Rafael Kitover
|
Rafael Kitover
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69 for Wine 6.0-rc4.
|
# Generated by GNU Autoconf 2.69 for Wine 6.0-rc5.
|
||||||
#
|
#
|
||||||
# Report bugs to <wine-devel@winehq.org>.
|
# Report bugs to <wine-devel@winehq.org>.
|
||||||
#
|
#
|
||||||
|
@ -580,8 +580,8 @@ MAKEFLAGS=
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='Wine'
|
PACKAGE_NAME='Wine'
|
||||||
PACKAGE_TARNAME='wine'
|
PACKAGE_TARNAME='wine'
|
||||||
PACKAGE_VERSION='6.0-rc4'
|
PACKAGE_VERSION='6.0-rc5'
|
||||||
PACKAGE_STRING='Wine 6.0-rc4'
|
PACKAGE_STRING='Wine 6.0-rc5'
|
||||||
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
||||||
PACKAGE_URL='https://www.winehq.org'
|
PACKAGE_URL='https://www.winehq.org'
|
||||||
|
|
||||||
|
@ -2492,7 +2492,7 @@ if test "$ac_init_help" = "long"; then
|
||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# Omit some internal or obsolete options to make the list less imposing.
|
||||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures Wine 6.0-rc4 to adapt to many kinds of systems.
|
\`configure' configures Wine 6.0-rc5 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -2562,7 +2562,7 @@ fi
|
||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of Wine 6.0-rc4:";;
|
short | recursive ) echo "Configuration of Wine 6.0-rc5:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -2816,7 +2816,7 @@ fi
|
||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
Wine configure 6.0-rc4
|
Wine configure 6.0-rc5
|
||||||
generated by GNU Autoconf 2.69
|
generated by GNU Autoconf 2.69
|
||||||
|
|
||||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||||
|
@ -3500,7 +3500,7 @@ cat >config.log <<_ACEOF
|
||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by Wine $as_me 6.0-rc4, which was
|
It was created by Wine $as_me 6.0-rc5, which was
|
||||||
generated by GNU Autoconf 2.69. Invocation command line was
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -21656,7 +21656,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by Wine $as_me 6.0-rc4, which was
|
This file was extended by Wine $as_me 6.0-rc5, which was
|
||||||
generated by GNU Autoconf 2.69. Invocation command line was
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -21727,7 +21727,7 @@ _ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
Wine config.status 6.0-rc4
|
Wine config.status 6.0-rc5
|
||||||
configured by $0, generated by GNU Autoconf 2.69,
|
configured by $0, generated by GNU Autoconf 2.69,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue