On Sat Aug 26 21:47:32 2023 +0000, Chip Davis wrote:
> > Also the commit and the name that appear on gitlab is my full name,
> I'm not sure why in the mailing list it appears the user handle
> It's possible the commit itself has only your email in it. You won't see
> the problem on GitLab, because it's smart enough to map that to your
> user profile. Try looking at your local topic branch with `git log`.
@cdavis5e Thanks, it was that. I don't see a difference between the 2 commits, maybe gitlab also auto-map the commit name with the profile name if it can't find the handle.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3660#note_43508
Otherwise if a package fail to load the routine is stuck in a continuos loop trying to load the
package, resulting in a loader deadlock.
This was manifested as a regression when starting visual studio 2019, trying to load the SSO lsa package, that was failing because no SSO.dll was present (or loadable)
Restore the behaviour before commit 021547cabcb811c38060a2f7e675c25d26f16d3d (Pull Request !3472)
Signed-Off-By: Lorenzo Ferrillo <lorenzofersteam(a)live.it>
--
v2: secur32: Increment iteration index after load_package error
https://gitlab.winehq.org/wine/wine/-/merge_requests/3660
This comes from behavioral study of Windows, which doesn't seem to check if the
lock is actually exclusively held, and just simply decrement the value stored
in the lock.
This fixes a dead lock which prevents WeCom from starting up.
--
v16: ntdll: An implementation of SRWLOCK that closer matches Windows'.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3504
Since 1.20, gst_element_request_pad_simple is available and
gst_element_get_request_pad is marked as deprecated.
--
v5: winegstreamer: Add MFMPEG4SinkClassFactory.
mf/tests: Use h264 and aac in mp4 media sink tests.
mf/tests: Add tests for h264 encoder.
mf/tests: Call check_attributes in check_mft_get_output_current_type_.
winegstreamer: Add codec data to h264 format.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3636