Summary since last release
* Rebased to current wine 8.8 (494 patches are applied to wine vanilla)
Upstreamed (Either directly from staging or fixed with a similar patch).
* ntdll/tests: Add test for file attributes of files with names beginning with a dot.
* ntdll: Do not open-code hidden file handling in get_dir_data_entry.
* ntdll: Handle hidden file names inside get_file_info instead of after it.
* ntdll: Only infer hidden attribute from file name if xattr is not present.
* ntdll: Set xattr in NtCreateFile if inferred and requested attributes don't match.
* ntdll/tests: Increase margins in timer merging tests.
* findstr: add basic functionality (also support literal search option e.g. c:/"foo bar")
* tasklist.exe: add minimal functionality
* winemenubuilder: Blacklist desktop integration for certain associations
* ntdll/tests: Add tests for freeing a part of view.
* kernelbase: Validate nonzero size for MEM_RELEASE in VirtualFreeEx().
* ntdll: Fix size validation in NtFreeVirtualMemory().
* ntdll: Fully support unaligned views in free ranges management.
* ntdll: Factor out some view manipulation functions.
* ntdll: Support partial view release in NtFreeVirtualMemory().
* ntdll: Add logging for free ranges.
Added:
* none
Updated:
* None