@@ -7,21 +7,23 @@ To maintain expected behavior I only needed to make a small adjustment to the sc
77This essentially completes the transition from the legacy script to the current without any breaking changes.
88
99fixed:
10- - install binary function was not working correctly and has been updated.
11- - fixed building glibc in debug mode due to incorrect flags
12- - fixed glibc utf-8 warning when building qbittorrent. install the locale C.UTF-8 from glibc source dir
13- - fix alpine version check properly compare versions.
14- - fixed boost version check that was creating a malformed url for github and beta releases.
10+
11+ - install binary function was not working correctly and has been updated.
12+ - fixed building glibc in debug mode due to incorrect flags
13+ - fixed glibc utf-8 warning when building qbittorrent. install the locale C.UTF-8 from glibc source dir
14+ - fix alpine version check properly compare versions.
15+ - fixed boost version check that was creating a malformed url for github and beta releases.
1516
1617updated:
17- - apply patches function is more capable now.
18- - source folder has top priority
19- - local patch files has next priority
20- - you can now have multiple patch/diff files in the dir as well as a url file.
21- - They will be merged into a single file called ` patch ` and applied.
22- - remote that third priority and will mirror the remote to the local dir when it is treated as a local patch files.
23- - Download file and folder functions tweaked.
24- - Set -a removed.
18+
19+ - apply patches function is more capable now.
20+ - source folder has top priority
21+ - local patch files has next priority
22+ - you can now have multiple patch/diff files in the dir as well as a url file.
23+ - They will be merged into a single file called ` patch ` and applied.
24+ - remote that third priority and will mirror the remote to the local dir when it is treated as a local patch files.
25+ - Download file and folder functions tweaked.
26+ - Set -a removed.
2527
2628### v2.2.1 - 13/08/2025
2729
0 commit comments