Skip to content

Commit 95ff9b1

Browse files
committed
docs
1 parent c31c946 commit 95ff9b1

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

changelog.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,23 @@ To maintain expected behavior I only needed to make a small adjustment to the sc
77
This essentially completes the transition from the legacy script to the current without any breaking changes.
88

99
fixed:
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

1617
updated:
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

docs/src/pages/changelog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
3-
import CalloutProcessor from "../components/calloutProcessor.astro";
3+
import CalloutProcessor from "../components/CalloutProcessor.astro";
44
import * as myPost from "../../../changelog.md";
55
66
const headings = myPost.getHeadings().map((heading) => ({

0 commit comments

Comments
 (0)