diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-01-19 21:07:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-01-19 22:32:40 +0100 |
commit | 14094b8867a3f7e7e1012a29da49d5b2cce683d5 (patch) | |
tree | 7fbbb6c6164d9d4c9377a325ba8e2d3dd7998ebe /source/installer/ChangeLog.txt | |
parent | f493ddecac957a63e0ffb71febc2fcf454113aa3 (diff) | |
download | current-14094b8867a3f7e7e1012a29da49d5b2cce683d5.tar.gz current-14094b8867a3f7e7e1012a29da49d5b2cce683d5.tar.xz |
Thu Jan 19 21:07:32 UTC 202320230119210732
a/pkgtools-15.1-noarch-4.txz: Rebuilt.
makepkg: also let xz decide how many threads to use on ARM platforms aarch64
and riscv64. Thanks to Stuart Winter.
installpkg: fix reversed test for if a --threads option was given. It appears
that it's been wrong for years but since xz didn't support threaded
decompression yet it wasn't noticed.
a/xz-5.4.1-x86_64-2.txz: Rebuilt.
Reduce default verbosity from V_WARNING to V_ERROR to avoid sending non-fatal
memory usage information to stderr.
kde/plasma-wayland-protocols-1.10.0-x86_64-1.txz: Upgraded.
l/exiv2-0.27.6-x86_64-1.txz: Upgraded.
l/tdb-1.4.8-x86_64-1.txz: Upgraded.
x/igt-gpu-tools-1.27.1-x86_64-1.txz: Upgraded.
x/libX11-1.8.3-x86_64-2.txz: Rebuilt.
[PATCH] Fix a9e845 and 797755 Allow X*IfEvent() to reenter libX11
Thanks to marav.
Diffstat (limited to 'source/installer/ChangeLog.txt')
-rw-r--r-- | source/installer/ChangeLog.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index a1f932521..584bb9bd0 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,12 @@ +Thu Jan 19 20:44:24 UTC 2023 + build_installer.sh: Switch /bin/dd from BusyBox's implementation to + Coreutils', which offers a richer feature set. For example, the command line + parameter 'status=progress' provides realtime visibility of critical metrics + (transfer speed, ETA, % complete). This helps when working with the storage, + where the installer is used as an preparation and test environment. + Thanks to Stuart Winter. + Added "bricktick", an ncurses based game (why not, it's only 31K) ++--------------------------+ Wed Jan 18 20:30:13 UTC 2023 /usr/lib/setup/INS-all-in-one: Added. This detects the AiO (All in One Offline) partition labeled 'SLKins_aio-pkgs' |