Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerald Pfeifer
wine
Commits
9008e655
Commit
9008e655
authored
3 months ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
Release 10.0-rc4.
parent
dfc47189
No related branches found
Tags
wine-10.0-rc6
Tags containing commit
No related merge requests found
Pipeline
#40601
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ANNOUNCE.md
+72
-91
72 additions, 91 deletions
ANNOUNCE.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
configure
+9
-9
9 additions, 9 deletions
configure
with
82 additions
and
101 deletions
ANNOUNCE.md
+
72
−
91
View file @
9008e655
The Wine development release 10.0-rc
3
is now available.
The Wine development release 10.0-rc
4
is now available.
What's new in this release:
-
Bug fixes only, we are in code freeze.
The source is available at
<https://dl.winehq.org/wine/source/10.0/wine-10.0-rc
3
.tar.xz>
The source is available at
<https://dl.winehq.org/wine/source/10.0/wine-10.0-rc
4
.tar.xz>
Binary packages for various distributions will be available
from the respective
[
download sites
][
1
]
.
...
...
@@ -15,97 +15,78 @@ See the file [AUTHORS][3] for the complete list.
[
1
]:
https://gitlab.winehq.org/wine/wine/-/wikis/Download
[
2
]:
https://gitlab.winehq.org/wine/wine/-/wikis/Documentation
[
3
]:
https://gitlab.winehq.org/wine/wine/-/raw/wine-10.0-rc
3
/AUTHORS
[
3
]:
https://gitlab.winehq.org/wine/wine/-/raw/wine-10.0-rc
4
/AUTHORS
----------------------------------------------------------------
### Bugs fixed in 10.0-rc3 (total 15):
-
#11674 Dual-core unsupported in WoW and SC2
-
#49473 Chaos Legion videos are played upside down
-
#52738 No keyboard input in "STREET CHAVES - O LUTADOR DA VILA"
-
#56319 Parallel Port Tester won't start (fails to locate driver "System32
\D
rivers
\i
npoutx64.sys", but changing to absolute path works)
-
#56348 Bricks: moving a brick causes it to rapidly alternate positions
-
#56471 starting of native program with "start /unix ..." is broken
-
#56632 Explorer cannot run any files in Windows ME compatibility mode (or below)
-
#56714 Startopia is stuck on a black screen on launch
-
#57227 IL-2 1946 crash at startup
-
#57286 Dark Age of Camelot - camelot.exe required igd10umd32.dll but the .dll file is not found.
-
#57319 Painting in a proprietary application is broken with vulkan renderer
-
#57515 desktop mode did not show taskbar anymore
-
#57523 PokerTracker 4: cannot launch anymore
-
#57525 Systray icons cannot be interacted with
-
#57541 CMake doesn't find toolchain
### Changes since 10.0-rc2:
### Bugs fixed in 10.0-rc4 (total 13):
-
#37372 Unexpected order of results in wildcard expansion
-
#48877 Melodyne crashes when using the Pitch tool
-
#51656 Gaea Installer crashes in riched when pressing enter
-
#52447 64-bit .NET framework 2.0 installer hangs while generating/installing native images of 'System.Windows.Forms' assembly into GAC
-
#53405 Into The Breach freezes when enabling fullscreen
-
#54342 ws2_32:sock - test_WSARecv() sometimes fails with "got apc_count 1." on Windows
-
#56531 Final Fantasy XI Online: Some textures are transparent, malformed, or misplaced.
-
#56533 Final Fantasy XI Online: Incorrect/corrupt textures shown on models.
-
#56885 WinCatalog has a crash at startup
-
#57248 Rhinoceros 8.11 installer crashes on start
-
#57568 Arcanum (and many other titles) crashes on start
-
#57577 Minimised applications are restored with -4 vertical pixels.
-
#57587 10.0-rc1 regression (dsoundrender): no audio or hangs in some videos
### Changes since 10.0-rc3:
```
Akihiro Sagawa (1):
po: Update Japanese translation.
Alanas Tebuev (1):
comctl32/tests: Initialize hwnd to NULL before calling rebuild_toolbar().
Alexandre Julliard (6):
ntdll: Align heap virtual allocations to a multiple of the page size.
shell32: Don't call AW functions internally.
shell32: Return the file itself without extension if it exists.
propsys/tests: Fix a test that fails on some Windows versions.
win32u/tests: Mark the foreground thread test as flaky.
advapi32/tests: Use the correct key handle in the notify thread.
Alistair Leslie-Hughes (1):
msxml3: Correct looping of Document Element node map.
Bernhard Übelacker (4):
server: Avoid crash when handle table is allocated but not yet filled.
crypt32: Avoid stack-use-after-scope in CSignedEncodeMsg_GetParam (ASan).
d3dx9_36/tests: Fix logging of expected bytes in check_vertex_components. (ASan).
xmllite/tests: Avoid buffer overflow by using LONG_PTR (ASan).
Elizabeth Figura (2):
wined3d: Add nop state entries for states now invalidated on the client side.
Revert "wined3d: Use bindless textures for GLSL shaders if possible.".
Eric Pouech (3):
cmd/tests: Add more tests about variable expansion.
cmd: Fix regression in variable search in expansion.
winedump: Fix variable overwrite when dumping exception.
Esme Povirk (1):
gdiplus: GdipPathAddRectangle should close the path.
Gerald Pfeifer (1):
capstone: Avoid GCC being treated as old VisualStudio.
Jacek Caban (1):
mshtml: Ignore Gecko events on detached nodes.
Louis Lenders (1):
kernelbase: Don't try to print the path in the FIXME in GetTempPath2.
Nikolay Sivov (9):
windowscodecs/tests: Added some tests for Exif and Gps IFDs embedded in App1 blob.
windowscodecs/tests: Add some tests for CreateMetadataWriterFromReader().
windowscodecs/tests: Add some tests for CreateMetadataWriter().
windowscodecs/tests: Add some tests for metadata stream objects handling.
windowscodecs/tests: Add loading tests for the writers.
windowscodecs/tests: Check persist options after Load().
windowscodecs: Fix a typo in interface name.
include: Add methods arguments annotations for DirectWrite types.
dwrite/tests: Allocate test inline objects dynamically.
Owen Rudge (2):
odbc32: Avoid crashing if str is null in debugstr_sqlstr.
odbc32: Add null pointer checks to update_result_lengths helpers.
Paul Gofman (2):
winex11: Use NtUserReleaseDC() with hdc.
server: Cleanup all the global hooks owned by terminating thread.
Rémi Bernon (5):
winex11: Sync gl drawable outside of the win_data mutex.
winex11: Use DCX_USESTYLE when checking DC clipping regions.
winex11: Move GL/VK offscreen if the clipping region is NULLREGION.
dinput: Copy the device format if the user format is a subset of it.
dinput: Check that the device format data fits in the user format data.
Alexandre Julliard (3):
Update copyright info for 2025.
ntdll: Set the processor architecture variable from the current arch.
xml: Disable the non-determinist schema check.
André Zwing (6):
bluetoothapis/tests: Don't test functions directly when reporting GetLastError().
kernel32/tests: Don't test functions directly when reporting GetLastError().
iphlpapi/tests: Don't test functions directly when reporting GetLastError().
msvcr120/tests: Don't test function directly when reporting GetLastError().
msvcp140/tests: Don't test function directly when reporting GetLastError().
msvcp120/tests: Don't test function directly when reporting GetLastError().
Bernhard Übelacker (7):
mfplat/tests: Fix copy-paste release calls.
dwrite: Avoid stack-buffer-overflow in arabic_setup_masks.
comctl32/tests: Fix test array size (ASan).
comctl32/tests: Use sufficient user data buffer in the Tab tests (ASan).
comctl32/tests: Mark a test as broken on Windows.
dwrite: Fix off-by-one clustermap indexing (ASan).
uiautomationcore: Fix a double-free of advisers array (ASan).
Elizabeth Figura (1):
qasf/dmowrapper: Acquire new output samples for each ProcessOutput() call.
Eric Pouech (1):
kernelbase: Don't free pathname if query failed.
Etaash Mathamsetty (1):
nsiproxy: Set rcv/xmit speed to 1000000 on linux.
Floris Renaud (1):
po: Update Dutch translation.
Jinoh Kang (1):
user32/tests: Force window to be visible in subtest_swp_paint_regions.
Piotr Caban (2):
msvcr120/tests: Skip _fsopen tests if file can't be created.
msvcp120/tests: Skip _Fiopen tests if file can't be created.
Rémi Bernon (6):
winex11: Improve GetWindowStateUpdates traces.
win32u: Check window state updates again after applying new state.
win32u: Don't overwrite dummy vulkan window.
win32u: Always update the surface regions in apply_window_pos.
server: Remove now unnecessary needs_update member.
winex11: Don't re-create the GL drawable if pixel format didn't change.
Zhiyi Zhang (2):
d2d1/tests: Remove a duplicate test.
dxgi: Support more feature levels in debug_feature_level().
```
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
9008e655
Wine version 10.0-rc
3
Wine version 10.0-rc
4
This diff is collapsed.
Click to expand it.
configure
+
9
−
9
View file @
9008e655
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for Wine 10.0-rc
3
.
# Generated by GNU Autoconf 2.72 for Wine 10.0-rc
4
.
#
# Report bugs to <wine-devel@winehq.org>.
#
...
...
@@ -603,8 +603,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Wine'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='10.0-rc
3
'
PACKAGE_STRING='Wine 10.0-rc
3
'
PACKAGE_VERSION='10.0-rc
4
'
PACKAGE_STRING='Wine 10.0-rc
4
'
PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='https://www.winehq.org'
...
...
@@ -2414,7 +2414,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 10.0-rc
3
to adapt to many kinds of systems.
'configure' configures Wine 10.0-rc
4
to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
...
...
@@ -2484,7 +2484,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Wine 10.0-rc
3
:";;
short | recursive ) echo "Configuration of Wine 10.0-rc
4
:";;
esac
cat <<\_ACEOF
...
...
@@ -2796,7 +2796,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Wine configure 10.0-rc
3
Wine configure 10.0-rc
4
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
...
...
@@ -3261,7 +3261,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 10.0-rc
3
, which was
It was created by Wine $as_me 10.0-rc
4
, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
...
...
@@ -23846,7 +23846,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 10.0-rc
3
, which was
This file was extended by Wine $as_me 10.0-rc
4
, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
...
...
@@ -23910,7 +23910,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Wine config.status 10.0-rc
3
Wine config.status 10.0-rc
4
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment