Module: wine Branch: master Commit: 54e4d51fdbda08333012040c0683394853a097e9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=54e4d51fdbda08333012040c0...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 4 19:01:08 2019 +0100
Release 4.0-rc5.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
ANNOUNCE | 93 +++++++++++++++++++++++++++++++-------------------------------- VERSION | 2 +- configure | 18 ++++++------- 3 files changed, 55 insertions(+), 58 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE index f07e6f6..f091b6f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,12 +1,12 @@ -The Wine development release 4.0-rc4 is now available. +The Wine development release 4.0-rc5 is now available.
What's new in this release (see below for details): - Bug fixes only, we are in code freeze.
The source is available from the following locations:
- https://dl.winehq.org/wine/source/4.0/wine-4.0-rc4.tar.xz - http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc4.tar.xz + https://dl.winehq.org/wine/source/4.0/wine-4.0-rc5.tar.xz + http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc5.tar.xz
Binary packages for various distributions will be available from:
@@ -22,65 +22,62 @@ AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
-Bugs fixed in 4.0-rc4 (total 10): - - 35603 Wine64 build produces extra warning in setupapi comparing to Wine32 build - 40884 Lord of the Rings Online crashes instantly or hangs on start with OSSv4. - 42719 Natsuiro Asagao Residence (demo): complains about timezone settings. - 45805 IoCreateDriver failed to insert driver L"\Driver\WineHID" in tree - 46194 Windows PowerShell Core 6.2 Preview 2 for ARM64 crashes due to decoding of instruction from incorrect PC (write watch access causes SIGSEGV) - 46244 incorrect font rendering in WinOmega splash screen - 46296 Wine 4.0-rc1 does not compile with fontconfig 2.6.0 or 2.8.0 - 46329 world of tanks hangs in hangar with winsock error - 46362 Natsuiro Asagao Residence (demo) fails to start - 46364 Gecko and Mono packages doesn't save in the target folder +Bugs fixed in 4.0-rc5 (total 14): + + 32218 LTSpice: Objects not resized when the window is resized + 32221 LTspice: component drawing issues when moving + 33719 comctl32:propsheet custom window proc test failure + 34334 MetaTester 5 never sends or receives data + 38721 Resident Evil 5 Gold Edition (Steam) fails to run + 39959 Growtopia v2.20->v2.14 fails (was v2.11 fails) to run with unhandled exception on x86-64 (2.09 & 2.13 did run ok) + 44485 Delphi 7 debugger generates new exceptions by itself + 45719 comctl32:treeview test_right_click depends on mouse pointer position + 45917 battle.net launcher and mouse position on high DPI monitor + 45984 Skyrim Special Edition does not get past loading screen on high core count or high memory systems + 46266 tzres is constantly being loaded/unloaded when TimeZone information is queried. + 46328 Installer for Tanglet 1.5.3 crashes at target directory selection + 46352 TreePad X Enterprise 12GB (single user) v7.17.0: Generates Error on Startup + 46353 TreePad X Enterprise 12GB (single user) v7.17.0: Horizontal Ruler/Scale Is Different on Startup and Margins Are Different on Open Database
----------------------------------------------------------------
-Changes since 4.0-rc3: +Changes since 4.0-rc4:
-Alexander Coffin (1): - cmd/tests: Add some tests for "choice". +Alexandre Julliard (3): + user32: Also ignore dynamic DPI awareness changes when DPI scaling is disabled. + ntdll: Also store FPU registers in RtlRaiseException(). + msi: Return an error code instead of a button id in msi_change_media().
-Alexandre Julliard (4): - include: Add more language codes. - wrc: Support more languages. - wmc: Support more languages. - user32: Clear %edi register when calling window procedure. +Andrey Gusev (1): + comctl32/tests: Remove redundant assignment.
-André Hentschel (2): - shlwapi: Remove dead code (coverity). - ntdll: Use correct PC for instruction decoding on ARM64. +Daniel Ansorregui (1): + d3d9/tests: Fix a typo in an undef.
-Dmitry Timoshkov (1): - kernel32: CreateDirectory shouldn't return ERROR_ACCESS_DENIED for the root of the drive. +Denil Verghese (1): + po: Update Malayalam translation.
-Isira Seneviratne (2): - po: Add Sinhala translation. - po: Update Sinhala translation. +Henri Verbeet (1): + wined3d: Recognise virgl.
-Józef Kucia (3): - d3d9: Fix Reset() with system memory buffers. - d3d8: Fix Reset() with system memory buffers. - wined3d: Handle unmappable buffers in wined3d_device_process_vertices() gracefully. +Huw D. M. Davies (2): + comctl32/tests: Move the cursor over the treeview to avoid random mouse move messages. + shell32/tests: Move the cursor away from the dropdown listbox.
-Mingcong Bai (1): - po: Update Simplified Chinese translation. +Isira Seneviratne (1): + po: Update Sinhala translation.
-Nikolay Sivov (1): - gdi32: Fix fontconfig objects leak (Valgrind). +Ken Thomases (1): + winemac: Fix implementation of the AllowVerticalSync registry setting.
-Sebastian Lackner (2): - urlmon/tests: Add test for opening cache file with DELETE access. - appwiz.cpl: Copy addons to cache instead of moving. +Lauri Kenttä (1): + po: Update Finnish translation.
-Sven Baars (2): - wsdapi/tests: Fix a memory leak (Valgrind). - quartz: Fix some memory leaks (Valgrind). +Paul Gofman (1): + user32/tests: Add some tests for implicit stretch mode in CopyImage().
-Zebediah Figura (2): - ntoskrnl.exe: Avoid loading a driver multiple times in ZwLoadDriver(). - ntoskrnl.exe: Handle already-loaded drivers in handle_bus_relations(). +Zhiyi Zhang (1): + riched20: Fix a use after free.
-- Alexandre Julliard diff --git a/VERSION b/VERSION index 0baf4d9..e9160c7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Wine version 4.0-rc4 +Wine version 4.0-rc5 diff --git a/configure b/configure index 6026c2e..dd613fe 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Wine 4.0-rc4. +# Generated by GNU Autoconf 2.69 for Wine 4.0-rc5. # # Report bugs to wine-devel@winehq.org. # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Wine' PACKAGE_TARNAME='wine' -PACKAGE_VERSION='4.0-rc4' -PACKAGE_STRING='Wine 4.0-rc4' +PACKAGE_VERSION='4.0-rc5' +PACKAGE_STRING='Wine 4.0-rc5' PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_URL='https://www.winehq.org'
@@ -2390,7 +2390,7 @@ if test "$ac_init_help" = "long"; then # 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. cat <<_ACEOF -`configure' configures Wine 4.0-rc4 to adapt to many kinds of systems. +`configure' configures Wine 4.0-rc5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -2460,7 +2460,7 @@ fi
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Wine 4.0-rc4:";; + short | recursive ) echo "Configuration of Wine 4.0-rc5:";; esac cat <<_ACEOF
@@ -2692,7 +2692,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<_ACEOF -Wine configure 4.0-rc4 +Wine configure 4.0-rc5 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. @@ -3376,7 +3376,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
-It was created by Wine $as_me 4.0-rc4, which was +It was created by Wine $as_me 4.0-rc5, which was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ @@ -20870,7 +20870,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Wine $as_me 4.0-rc4, which was +This file was extended by Wine $as_me 4.0-rc5, which was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -20941,7 +20941,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\""`$]/\\&/g'`" ac_cs_version="\ -Wine config.status 4.0-rc4 +Wine config.status 4.0-rc5 configured by $0, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\"