space-wine 2026-03-31
Prepare review-ready 11.5/10.0 baselines with restructured patch series
35 files · 723+ · 868-

Patch series management

6 files changed
  • series-10.0.txt Patch application order for Wine 10.0 baseline
  • series-11.5.txt Patch application order for Wine 11.5 baseline
  • README.md Documentation for patch organization
  • ntdll-fix-NtLockFile-FIXMEs.patch Wine 10.0 specific ntdll lock patch
  • series-10.0.txt Workaround application order for Wine 10.0
  • series-11.5.txt Workaround application order for Wine 11.5
  • Introduced series files to define ordered patch application per Wine version, enabling multi-version maintenance interface architectural
    4 files
    • series-10.0.txt
    • series-11.5.txt
    • series-10.0.txt
    • series-11.5.txt

Repository structure reorganization

4 files changed
  • README.md Explanation of historical test results archive
  • README.md Index of archived test results
  • README.md TWGS test documentation
  • README.md Results directory documentation
  • Moved historical test results to support/history/results and TWGS tests to support/twgs for cleaner top-level layout streamline internal
    2 files
    • README.md
    • README.md

Tooling and validation

3 files changed
  • apply-series.sh Script to apply patches from a series file
  • check-series.sh Script to validate series file references exist
  • repo_surface_test.sh Surface-level repo structure validation test
  • Added apply-series.sh and check-series.sh for automated patch management, plus repo surface test for CI qualify internal
    3 files
    • apply-series.sh
    • check-series.sh
    • repo_surface_test.sh

CI and documentation simplification

5 files changed
  • prove.yml Simplified CI to use series-based patch application
  • BUILDING.md Streamlined build instructions
  • README.md Simplified project overview
  • CLAUDE.md Reduced guidance document
  • TRADEOFFS.md Simplified tradeoff documentation
  • Simplified CI workflow and documentation to focus on review-ready upstream submission streamline internal
    5 files
    • prove.yml
    • BUILDING.md
    • README.md
    • CLAUDE.md
    • TRADEOFFS.md