diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-16 12:49:20 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-16 12:49:20 +0200 |
| commit | 6ae662fb92323ca4bbd2dd75062f8a38e9277ea8 (patch) | |
| tree | 75a4408e3c181499d07caa55ae00cc511a262254 /ChangeLog.md | |
| parent | 64b849ba8b0aa20b128ae317d35e27e0a71f9e16 (diff) | |
| download | sbo-dockerbuild-46fbeff584280b75c799916756b6070b93a4f0df.tar.gz sbo-dockerbuild-46fbeff584280b75c799916756b6070b93a4f0df.zip | |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'ChangeLog.md')
| -rw-r--r-- | ChangeLog.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index d07a927..cb817ed 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,15 @@ All notable changes to this project are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/), versioning is [SemVer](https://semver.org/). +## [1.1.1] - 2026-07-16 + +### Fixed +- Symlinks in the SlackBuild dir (e.g. a host-side `sbodl` source cache pointing + at `~/sbodl-cache`) are no longer copied into the build container. They copied + in dangling and made `wget -c` fail with DOWNLOAD-FAILED. The container now + copies the dir with `rsync --no-links` and downloads the source fresh; a host + warning names each ignored symlink. + ## [1.1.0] - 2026-07-16 ### Added |
