Release 5.0.1.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable wine-5.0.1
Michael Stefaniuc 2020-05-25 00:10:59 +02:00 committed by Alexandre Julliard
parent 515c1f7cb2
commit 6ed1d04b13
4 changed files with 235 additions and 416 deletions

628
ANNOUNCE
View File

@ -1,25 +1,14 @@
The Wine team is proud to announce that the stable release Wine 5.0 The Wine maintenance release 5.0.1 is now available.
is now available.
This release represents a year of development effort and over 7,400 What's new in this release (see below for details):
individual changes. It contains a large number of improvements that - Fix compilation with gcc 10
are listed in the release notes below. The main highlights are: - Add some timezones
- Various bug fixes
- Builtin modules in PE format.
- Multi-monitor support.
- XAudio2 reimplementation.
- Vulkan 1.1 support.
This release is dedicated to the memory of Józef Kucia, who passed
away in August 2019 at the young age of 30. Józef was a major
contributor to Wine's Direct3D implementation, and the lead developer
of the vkd3d project. His skills and his kindness are sorely missed by
all of us.
The source is available from the following locations: The source is available from the following locations:
https://dl.winehq.org/wine/source/5.0/wine-5.0.tar.xz https://dl.winehq.org/wine/source/5.0/wine-5.0.1.tar.xz
http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0.tar.xz http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0.1.tar.xz
Binary packages for various distributions will be available from: Binary packages for various distributions will be available from:
@ -35,393 +24,220 @@ AUTHORS in the distribution for the complete list.
---------------------------------------------------------------- ----------------------------------------------------------------
What's new in Wine 5.0 Bugs fixed in 5.0.1 (total 37):
======================
36059 Multiple Steam games fail to install DirectX runtime prerequisite, resulting in repeated install attempt on startup ('xinput1_3.dll' locked by client)
42038 Cannot scroll documents being compared in winmerge (Followup to bug 20695)
*** PE modules 42585 Final Fantasy V Corrupt Fonts
45049 Multiple programs need d2d1 CreateRoundedRectangleGeometry (playchessV7, Paint.Net 4.*)
- Most modules are built in PE format (Portable Executable, the 45481 Spintires: MudRunner crashes at launch
Windows binary format) instead of ELF when the MinGW compiler is 46005 Multiple games and applications fail due to missing interface proxy information in registry (oleautomation/dual interfaces referenced in coclass section inside of library block)
available. This helps various copy protection schemes that check 46735 Multiple applications need Direct3DShaderValidatorCreate9() implementation (The Sims 2 demo, Armed Assault)
that the on-disk and in-memory contents of system modules are 47288 Gaea 1.0.19 (.NET 4.7 WPF app) diagnostic tool 'Watson.exe' crashes due to 'kernel32.SetConsoleScreenBufferInfoEx' stub
identical. 47668 Logos 8 (.NET/WPF 4.7.2 application) fails to download resources (needs ReOpenFile implementation)
48018 QuickTime 7.0.x installer fails, 'rundll32.exe "C:\Program Files (x86)\QuickTime\QTSystem\QTJava.dll,QTPostInstallProc"' crashes due to invalid cdecl dll entry
- The actual PE binaries are copied into the Wine prefix instead of 48338 DIB images with bpp <= 8 get wrong palette when converted to GpBitmap
the fake DLL files. This makes the prefix look more like a real 48371 Home Designer Suite 21.3.1.1x64 reports "Error #272000009 A serious error occurred (SEH)."
Windows installation, at the cost of some extra disk space. 48386 Some CPU features are not reported for Intel CPU (Detroit: Become Human is affected)
48387 User shared data area should have NumberOfPhysicalPages field filled in (used by Detroit: Become Human)
- Modules that have been converted to PE can use standard wide-char C 48480 dlls/krnl386.exe16 - thunk.c argument logic incorrect for CallProcEx32W16
functions, as well as wide-char character constants like L"abc". 48484 winecfg doesn't allow disabling Desktop Integration for Downloads
This makes the code easier to read. 48491 _searchenv & co do not understand quoted directories
48510 Lotus Organizer 97 crashes when selecting a Backup folder using 'Browse' button
- Not all modules have been converted to PE yet; this is an ongoing 48549 Arma Cold War Assault: Cursor stuck at low fps since Wine 5.0-rc6
process that will continue during the Wine 5.x development series. 48557 Multiple installers crash (Hot Wired, Croc installer) : Setup is unable to initialize the language dialogbox: Error 106
48561 Cadence Allegro Professional 16.6 crashes at startup
- The Wine C runtime is updated to support linking to MinGW-compiled 48569 Infinite drag & drop loop crashes WinSCP
binaries; it is used by default instead of the MinGW runtime when 48571 Firefox 72.0.* crashes on every tab (unless dwrite is disabled)
building DLLs. 48577 DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY and other enums are the wrong size
48580 Discord connecting to voice needs unimplemented function qwave.dll.QOSAddSocketToFlow
48594 AnyDesk crashes directly on startup (low WORD of instance handle must be ignored when looking up window classes)
*** Graphics 48635 Asuka 120% Return BURNING Fest: Crashes after character selection.
48639 Shrew Soft VPN client needs setupapi.dll.SetupDiGetSelectedDriverA()
- Multiple display adapters and monitors are properly supported, 48646 QQMusicAgent crashes when started after installation
including dynamic configuration changes. 48648 Gothic II Night of the Raven:unhandled exception in Wine 5.2
48664 kernel32:process - Intermittent test_Toolhelp() failure
- The Vulkan driver supports up to version 1.1.126 of the Vulkan spec. 48669 iphlpapi.NotifyUnicastIpAddressChange() should call the callback initially if requested (required for Far Cry 5 online mode)
48694 The Bat! (64bit) crashes right after start
- The WindowsCodecs library is able to convert more bitmap formats, 48706 Wineconsole freezes when restoring from minimized to maximized window
including palette-indexed formats. 48723 Torchlight - Loading times are excessively long
48735 Wine builtin services.exe process_send_command: OVERLAPPED struct for control pipe has uninitialized Offset and OffsetHigh fields
48846 msvcr90/tests/msvcr90.c: error: variadic functions must use the base AAPCS variant
*** Direct3D
----------------------------------------------------------------
- Fullscreen Direct3D applications inhibit the screensaver.
Changes since 5.0:
- DXGI swapchain presents inform the application when the
corresponding window is minimized. This typically allows Aaro Altonen (3):
applications to reduce CPU usage while minimized, and is in some kernel32/tests: Add tests for SetConsoleScreenBufferInfoEx().
cases required to allow the application window to be restored again. kernelbase: Implement SetConsoleScreenBufferInfoEx().
urlmon: Add URLOpenPullStreamW() stub.
- Switching between fullscreen and windowed modes using the standard
Alt+Enter combination is implemented for DXGI applications. Akihiro Sagawa (3):
dsound/tests: Add a test whether the buffer is a valid global memory.
- The following features are implemented for Direct3D 12 applications: dsound: Make GlobalHandle() for the sound buffer failed.
- Switching between fullscreen and windowed. po: Update Japanese translation.
- Changing display modes.
- Scaled presents. Alexandre Julliard (2):
- Swap intervals. rundll32: Add wrapper to call entry point on i386.
These features were previously already implemented for earlier ver: Use the 16-bit resource function in GetFileVersionInfo16().
versions of the Direct3D API.
Alistair Leslie-Hughes (3):
- The handling of various edge cases is improved. Among others: d3dx9: Implement D3DXCreateKeyframedAnimationSet.
- Out of range reference values for the alpha and stencil tests. dmstyle: IDirectMusicStyle8 GetDefaultBand return S_FALSE.
- Sampling 2D resources with 3D samplers and vice versa. qwave: Add QOSAddSocketToFlow stub.
- Drawing with mapped textures and buffers.
- Usage of invalid DirectDraw clipper objects. Aurimas Fišeras (3):
- Creating Direct3D devices on invalid Windows, like the desktop po: Update Lithuanian translation.
window. po: Update Lithuanian translation.
- Viewports with a minimum Z larger than or equal to the maximum Z. po: Update Lithuanian translation.
- Resources bound through both shader-resource views and
render-target or depth-stencil views at the same time. Brendan Shanks (4):
- Blits between formats with and without alpha components. include: Fix size of DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY enum.
Since well-behaved applications don't rely on these edge cases, they include: Fix size of tomConstants enum.
typically only affect one or two applications each. There are include: Fix size of RecordCreateOptionsEnum.
nevertheless quite a number of them. wined3d: Add GPU information for NVIDIA GeForce GTX 1060 3GB.
- Dirty texture regions are tracked more accurately for Direct3D 8 and 9 Charles Davis (1):
texture uploads. msvcrt: Correct return value of ___mb_cur_max_l_func().
- Uploads of S3TC-compressed 3D textures require less address space. Damjan Jovanovic (1):
Since 3D textures can be potentially large, and address space gdiplus: In CompositingModeSourceCopy, fully transparent pixels are drawn black.
exhaustion is a concern for 32-bit applications, S3TC-compressed 3D
textures are uploaded per-slice, instead of in a single upload. Daniel Lehman (5):
tzres: Add Haiti Time Zone.
- The ID3D11Multithread interface is implemented. tzres: Add Aleutian Time Zone.
loader: Add Chatham Islands Standard Time Zone.
- Various lighting calculation fixes and improvements for older loader: Add Bougainville Standard Time Zone.
DirectDraw applications have been made. loader: Add Marquesas Standard Time Zone.
- Limited support for blits across swapchains is implemented. Dirk Niggemann (1):
krnl386.exe: Make CallProcEx32W16 clear CPEX_DEST_CDECL flag before looping over arguments.
- More shader reflection APIs are implemented.
Dmitry Timoshkov (4):
- The wined3d CPU blitter can handle compressed source resources. schedsvc/tests: Fix compilation with recent gcc/clang versions.
Support for compressed destination resources was already implemented gdiplus: Reimplement GdipCreateBitmapFromGdiDib by using GdipCreateBitmapFromHBITMAP.
in a previous release. user32/tests: Add some tests for classes with non-zero low word instance.
server: Ignore low word of a class instance when looking up for a window class.
- The Direct3D graphics card database recognizes more graphics cards.
François Gouget (1):
- New HKEY_CURRENT_USER\Software\Wine\Direct3D registry keys: kernel32/tests: Fix test_Toolhelp()'s nested process lookup.
- "shader_backend" (REG_SZ)
The shader backend to use. Possible values are "glsl" (default) Gerald Pfeifer (2):
for GLSL, "arb" for ARB vertex/fragment programs and "none" to winedump: Add a default case to numeric_leaf().
disable shader support. msi: Properly declare variables in msi/tests/utils.h as extern.
- "strict_shader_math" (REG_DWORD)
Enable (0x1) or disable (0x0, default) stricter translation of Gijs Vermeulen (1):
Direct3D shaders, potentially at a performance cost. This kernelbase: Set req->mask in SetConsoleScreenBufferInfoEx.
currently only makes a difference with the default GLSL shader
backend in combination with the proprietary NVIDIA drivers. Giovanni Mascellani (1):
d2d1: Implement rounded rectangle drawing.
- Deprecated HKEY_CURRENT_USER\Software\Wine\Direct3D registry key:
- "UseGLSL" Hans Leidekker (1):
This has been superseded by the "shader_backend" setting above. wbemprox: Implement Win32_DesktopMonitor.Name.
Henri Verbeet (1):
*** D3DX wined3d: Properly validate the stage index in wined3d_stateblock_set_texture_stage_state() (Coverity).
- Support for compressing textures using S3TC-compression is Jacek Caban (1):
implemented. rpcrt4: Use MustFree for all non-base types in get_param_pointer_info.
- Various operations, like e.g. texture fills, on unmappable surfaces Jefferson Carpenter (1):
are implemented more correctly. Previously their implementation services: Initialize OVERLAPPED Offset and OffsetHigh.
relied on the underlying Direct3D implementation not enforcing
mapping restrictions. Kevin Puetz (1):
rpcrt4: Fix ITypeInfo leak in get_iface_info.
- Various improvements and fixes have been made to the effect
framework. Lauri Kenttä (2):
po: Update Finnish translation.
po: Update Finnish translation.
*** Kernel
Lukáš Horáček (1):
- Most of the functions that used to be in Kernel32 are moved to wined3d: Add GTX 1660 SUPER as a card.
KernelBase, to follow the architecture of recent Windows versions.
Matteo Bruni (1):
- Libraries of the wrong 32/64-bitness are ignored when found in the maintainers: Drop Józef Kucia.
search path, to enable loading the correct one if it's found further
in the path. Michael Cronenworth (12):
crypt32: Global variable compatibility update for gcc 10.
- Kernel objects are better emulated for device drivers that expect to dsound: Global variable compatibility update for gcc 10.
manipulate objects from the kernel side. mshtml: Global variable compatibility update for gcc 10.
secur32: Global variable compatibility update for gcc 10.
- The kernel-level synchronization objects like spin locks, fast winebus: Global variable compatibility update for gcc 10.
mutexes, remove locks, and resource variables are implemented. wbemprox: Global variable compatibility update for gcc 10.
xinput: Global variable compatibility update for gcc 10.
- The system battery state is properly reported to applications. twain_32: Global variable compatibility update for gcc 10.
msi: Global variable compatibility update for gcc 10.
webservices: Global variable compatibility update for gcc 10.
*** User interface gphoto2.ds: Global variable compatibility update for gcc 10.
sane.ds: Global variable compatibility update for gcc 10.
- Minimized windows are displayed using their title bar instead of the
old Windows 3.1-style icons. Michael Müller (1):
setupapi: Implement SP_COPY_IN_USE_NEEDS_REBOOT.
- The new button styles Split Buttons and Command Links are
implemented. Michael Stefaniuc (1):
tools: Get the ANNOUNCE bug list from the stable-notes git notes.
- The Edit control sets margins correctly also for CJK fonts.
Mingcong Bai (1):
po: Update Simplified Chinese translation.
*** Desktop integration
Nikolay Sivov (5):
- Symbolic links to the corresponding Unix directories are created for ucrtbase: Add _query_new_handler() and _query_new_mode().
the 'Downloads' and 'Templates' folders. dwrite: Add partial implementation for IDWriteFontFaceReference1::CreateFontFace().
user32: Improve window state handling in SetScrollInfo().
ole32: Fix a leak when creating pointer moniker through activation.
*** Input devices ole32: Fix a leak when creating antimoniker through activation.
- Plug & Play device drivers can be installed and loaded on startup. Olivier F. R. Dierick (1):
winecfg: Add Downloads and Templates to shell folders UI interface.
- Game controllers are better supported, including proper support for
hat switch, wheel, gas and brake controls. Paul Gofman (6):
ntdll: Fill NumberOfPhysicalPages field in user shared data area.
- The old joystick API of Linux versions earlier than 2.2 is no longer ntdll: Report rdtsc processor feature if supported.
supported. iphlpapi: Support InitialNotification flag in NotifyUnicastIpAddressChange().
ntdll: Zero init reg_tzi in find_reg_tz_info().
include: Add Vista+ PEB_LDR_DATA structure fields.
*** .NET wined3d: Support sRGB reads for WINED3DFMT_B5G6R5_UNORM.
- The Mono engine is updated to version 4.9.4, including parts of the Piotr Caban (11):
Windows Presentation Foundation (WPF) framework. msvcrt: Add support for quoted paths in _searchenv.
msvcrt: Add support for quoted paths in _searchenv_s.
- The Gecko and Mono add-ons support shared installation, where the msvcrt: Don't duplicate _searchenv_s code in _searchenv.
files are used directly from a global location under /usr/share/wine msvcrt: Add support for quoted paths in _wsearchenv_s.
instead of being copied into every new prefix. msvcrt: Don't duplicate _wsearchenv_s code in _wsearchenv.
msvcp90: Don't pass NULL as reference in runtime_error and logic_error constructors.
msvcrt: Optimize _strnicmp_l implementation.
*** Internet and networking msvcr90/tests: Fix swscanf tests compilation on arm.
winemac: Fix leaks in macdrv_surface_destroy.
- The Gecko engine is refreshed to support recent toolchains. gdiplus: Fix gdi handles leak in GdipMeasureCharacterRanges.
gdiplus: Fix leak in SOFTWARE_GdipDrawDriverString.
- A number of new HTML APIs are implemented.
Roman Pišl (3):
- MSHTML supports some SVG elements. shell32: Avoid crash on WM_WINDOWPOSCHANGING in BrsFolderDlgProc.
ole32: Avoid calling QueryContinueDrag recursively.
- Error object and exception propagation are supported in VBScript. wineconsole: Allow maximization.
- A number of VBScript builtin functions are implemented. Rémi Bernon (1):
dinput: Increase device buffer size to 1024.
- JScript EcmaScript compliant mode is extended to support more
features. Sven Baars (1):
wined3d: Avoid accessing freed memory in wined3d_view_gl_destroy() (Valgrind).
- JScript and VBScript script objects expose type info interfaces.
Vijay Kiran Kamuju (3):
- The HTTP proxy configuration can be retrieved through DHCP. include: Add missing defines to icm.h.
mscms: Add stub for WcsGetDefaultColorProfileSize.
- Passport HTTP redirects are supported. mscms: Add stub for WcsGetDefaultRenderingIntent.
- The HTTP service and corresponding client-side library (HTTPAPI) are Zebediah Figura (5):
partially implemented. widl: Output a registry script for all interfaces written into the typelib.
kernelbase: Implement ReOpenFile().
d3d9: Return a stub interface from Direct3DShaderValidatorCreate9().
*** Cryptography setupapi: Implement SetupDiGetSelectedDriver().
ddraw: Avoid leaking the primary stateblock.
- ECC (elliptic-curve) keys are supported when using GnuTLS.
Zhiyi Zhang (1):
- Importing keys and certificates from PFX blobs is implemented. wined3d: Add GPU information for NVIDIA GeForce GTX 1650 SUPER.
- The PBKDF2 key derivation algorithm is supported.
*** Text and fonts
- OpenType positioning features are supported in DirectWrite, and
enabled for Latin script by default, including kerning.
- Font data access is made safer by validating the various data tables
before using them.
- DirectWrite interfaces are updated to a recent SDK, implementing
some of the latest API additions.
*** Audio / Video
- The XAudio2 libraries are reimplemented to use the external FAudio
library, for better compatibility.
- The Media Foundation libraries are fleshed out, including:
- Support for builtin and user async work queues.
- Ability to submit periodic callbacks, waiting, scheduled, and
regular work items, with support for item priority.
- Support for media event queues.
- Various core API to handle media type objects, stream and
presentation descriptors, object attributes, byte stream objects,
samples and buffers.
- Initial Source Resolver implementation.
- Initial implementation of Source Reader API.
- Implementation for Sample Grabber object.
- Core support for building topology objects.
- Builtin presentation clock implementation, started implementing
Media Session functionality.
- The video capture filter has been ported to use v4l2 instead of the
deprecated v4l1 API, allowing the use of some cameras which do not
support v4l1.
- Support for YUV to RGB translation and reading from v4l2 devices
using mmap() has been removed; we now depend on libv4l2 for both of
these things.
- The builtin AVI, MPEG-I, and WAVE decoders have been removed; we now
depend on GStreamer or the Mac QuickTime Toolkit to decode such
media files.
- Some more VMR7 configuration APIs are implemented.
- The sound drivers support per-channel volume adjustments.
*** Internationalization
- Unicode character tables are based on version 12.1.0 of the Unicode
Standard.
- Unicode normalization is implemented.
- The geographic region id is automatically set in the registry based
on the current locale. It can be modified if necessary under
HKEY_CURRENT_USER\Control Panel\International\Geo.
- The Sinhalese and Asturian locales are supported.
- Codepage 28601 (Latin/Thai) is supported.
*** RPC/COM
- The typelib marshaller supports complex structs and arrays.
- There is an initial implementation of the Windows Script runtime
library.
- There is an initial implementation of the Microsoft ActiveX Data
Objects (ADO) library.
*** Installers
- Microsoft Installer (MSI) Patch Files are supported.
- The WUSA tool (Windows Update Standalone Installer) supports
installing .MSU update files.
*** ARM platforms
- Exception unwinding is implemented for ARM64, using the libunwind
library.
- OLE stubless proxies are supported on ARM64.
*** Development tools / Winelib
- The Visual Studio remote debugger can be used to debug applications
running under Wine.
- The Debug Engine library (DBGENG) is partially implemented.
- Binaries built for a Windows target no longer depend on the libwine
library, to enable them to run on Windows without any extra
dependencies. The libwine library is no longer built for Windows at
all.
- The Resource Compiler and IDL Compiler support a '--sysroot' option
to allow locating header files in cross-compile environments.
- Winegcc supports the options '--target', '--wine-objdir',
'--winebuild' and '-fuse-ld' that make it easier to use as a
cross-compiler, or with custom toolchains.
- The wine/unicode.h header is no longer available to applications,
since the functions will ultimately be removed and replaced by the
standard C runtime wide character functions.
*** Build infrastructure
- Test binaries are built in PE format if MinGW is available, so the
same test binary can run on both Wine and Windows. The 'crosstest'
make target is no longer needed or supported.
- The 'fastcall' calling convention is supported in spec files. It
uses the correct name mangling for Windows builds.
- A '-import' entry point flag is supported in spec files, to mark
functions that need a hotpatch code prefix to be generated for their
import thunks.
- Winebuild supports a '--builtin' option to add a special signature
to PE binaries to mark them as Wine builtins.
*** Builtin applications
- The CHCP tool is implemented. It allows setting the console codepage.
- The MSIDB tool is implemented. It allows manipulating MSI databases.
*** Performance improvements
- The various time functions use higher performance system clocks if
available, to reduce the overhead in the rendering loop of many
games.
- File lookups take advantage of the ext4 filesystem case folding
support if it's enabled on the directory being searched.
- No-data style listboxes (LBS_NODATA) have better performance for
large numbers of items.
- Slim Reader/Writer locks, keyed events, and condition variables use
futexes on Linux to avoid wineserver round trips.
*** New external dependencies
- The MinGW-w64 cross-compiler is used to build modules in PE format.
- The FAudio library is used to implement XAudio2.
- The Inotify library is used for file change notifications on BSD
platforms.
- The Unwind library is used for exception handling on ARM64.
- The Video4Linux version 2 library is used instead of version 1.
-- --
Alexandre Julliard Michael Stefaniuc
julliard@winehq.org mstefani@winehq.org

View File

@ -1,5 +1,6 @@
Wine is available thanks to the work of: Wine is available thanks to the work of:
Aaro Altonen
Aaron Arvey Aaron Arvey
Aaron Barnes Aaron Barnes
Aaron Brazener Aaron Brazener
@ -399,6 +400,7 @@ Diego Nieto Cid
Diego Pettenò Diego Pettenò
Dietmar Kling Dietmar Kling
Dimitrie O. Paun Dimitrie O. Paun
Dirk Niggemann
Dirk Thierbach Dirk Thierbach
Divan Burger Divan Burger
Dmitrij Sinukov Dmitrij Sinukov
@ -980,6 +982,7 @@ Luis Javier Merino
Luis Sahagun Luis Sahagun
Luiz Otavio L. Zorzella Luiz Otavio L. Zorzella
Lu Jiashu Lu Jiashu
Lukáš Horáček
Lukáš Krejčí Lukáš Krejčí
Łukasz Wojniłowicz Łukasz Wojniłowicz
Luke Benstead Luke Benstead

View File

@ -1 +1 @@
Wine version 5.0 Wine version 5.0.1

18
configure vendored
View File

@ -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 5.0. # Generated by GNU Autoconf 2.69 for Wine 5.0.1.
# #
# 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='5.0' PACKAGE_VERSION='5.0.1'
PACKAGE_STRING='Wine 5.0' PACKAGE_STRING='Wine 5.0.1'
PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='https://www.winehq.org' PACKAGE_URL='https://www.winehq.org'
@ -2445,7 +2445,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 5.0 to adapt to many kinds of systems. \`configure' configures Wine 5.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -2515,7 +2515,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 5.0:";; short | recursive ) echo "Configuration of Wine 5.0.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -2764,7 +2764,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 5.0 Wine configure 5.0.1
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.
@ -3448,7 +3448,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 5.0, which was It was created by Wine $as_me 5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -21783,7 +21783,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 5.0, which was This file was extended by Wine $as_me 5.0.1, 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
@ -21854,7 +21854,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 5.0 Wine config.status 5.0.1
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\\"