blob: 53c610bbaf912a201601c2f9fedd9e6fec45b68f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
-------------------------------------------------------
Changelog : sd-boot
Tags : 3.9.0 ➙ 4.3.0
: 2026-04-30 ➙ 2026-05-15
: 6 tags. See Docs for full changelog
-------------------------------------------------------
2026-05-15 : 4.3.0
- * Drop the bash code version and sd-boot-set-alternative since its no longer needed.
* Simplify installation.
* When adding a new kernel version, check if previous version still there before
calling *kernel-install remove* to remove the previous version since it may have
already been removed by pacman. No functional impact other than avoiding one
unnecessary fork/exec.
* Remove one unnecessary trigger from kernel update alpm hook.
2026-05-07 ⋯
- update Changelog
2026-05-07 : 4.2.2
- Small code comment clean ups - no functional change
- delete old now unused directories
- update Changelog
2026-05-07 : 4.2.1
- Make sure test suite runs in fresh set up - fixed
- update Changelog
2026-05-07 : 4.2.0
- tidy up for 4.2.0 release
- **4.0.1**
* New C-code alternative to bash tools..
Activate: /usr/lib/sd-boot/set-alternative binary
Bash: /usr/lib/sd-boot/set-alternative bash
Bash version remains available for now, and can be re-activated
using *set-alternative*.
See Release for details
2026-04-30 ⋯
- update Changelog
2026-04-30 : 3.9.0
- Plugins - simplify getting the loader entry file location
Fix efi-tool package remove buglet getting package vers (only impacts memtest86 removal)
2026-04-24 ⋯
- update Changelog
|