Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
7f8391d2 by Alistair Leslie-Hughes at 2024-12-07T08:55:33+11:00
Rebase against 4161e62e478f61fdcd0365d9bd7b21e3b1a5197b.
- - - - -
4f96088b by Alistair Leslie-Hughes at 2024-12-07T09:51:57+11:00
Release v10.0-rc1
- - - - -
3 changed files:
- patches/ntdll-Hide_Wine_Exports/0001-ntdll-Add-support-for-hiding-wine-version-informatio.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/2f87552459e7d3d11de68…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/2f87552459e7d3d11de68…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2e186bf8 by Vibhav Pant at 2024-12-06T17:37:14+01:00
winebth.sys: Set radio PDO properties from the device's corresponding org.bluez.Adapter1 object properties.
- - - - -
0cd51cad by Vibhav Pant at 2024-12-06T17:37:16+01:00
winebth.sys: Create new radio PDOs on receiving InterfacesAdded for objects that implement org.bluez.Adapter1.
The unix bluetooth watcher uses a message filter on the DBus connection to listen for
"InterfacesAdded" signals on DBus. If such a signal is received for an object, and the list of
interfaces includes org.bluez.Adapter1, queue a BLUETOOTH_WATCHER_EVENT_TYPE_RADIO_ADDED event.
- - - - -
3ad96cd4 by Vibhav Pant at 2024-12-06T17:37:17+01:00
winebth.sys: Remove the corresponding radio PDO on receiving InterfacesRemoved for a org.bluez.Adapter1 object.
- - - - -
9852a4cb by Vibhav Pant at 2024-12-06T17:37:18+01:00
winebth.sys: Update radio PDO properties on receiving PropertiesChanged for an org.bluez.Adapter1 object.
- - - - -
977e00b3 by Vibhav Pant at 2024-12-06T17:39:24+01:00
winebth.sys: Implement IOCTL_BTH_GET_LOCAL_INFO.
- - - - -
7 changed files:
- dlls/winebth.sys/dbus.c
- dlls/winebth.sys/unixlib_priv.h
- dlls/winebth.sys/winebth.c
- dlls/winebth.sys/winebth_priv.h
- include/Makefile.in
- include/bthdef.h
- + include/bthioctl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/14527471c4ab2f8a09bcda7d348e0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/14527471c4ab2f8a09bcda7d348e0…
You're receiving this email because of your account on gitlab.winehq.org.