File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ * What's New with Ski 1.5.1 - 2025-08-18
2+
3+ An experimental `ski-efi` binary was added. It's an EFI applicatiion
4+ loader. See `ski-efi/README.md` for more details.
5+
6+ ** New `ski-efi` binary to load EFI applications by Vladimir Serbinenko.
7+
8+ ** Network device emulation switched from long deprecated `PF_INET` to
9+ `AF_PACKET` by Johnny Mnemonic.
10+
11+ ** The build was fixed for `glibc-2.42` systems where `termio.h` is no
12+ longer provided. Fix by Nicolas PARLANT.
13+
114* What's New with Ski 1.5.0 - 2024-11-23
215
316No major features added. The main change is the removal of `mootif` and
Original file line number Diff line number Diff line change 2121
2222AC_PREREQ ( [ 2.29] )
2323
24- AC_INIT ( [ ski] ,
[ 1.5.0 ] ,
[ [email protected] ] ,
[ ski] ,
[ https://github.com/trofi/ski] ) 24+ AC_INIT ( [ ski] ,
[ 1.5.1 ] ,
[ [email protected] ] ,
[ ski] ,
[ https://github.com/trofi/ski] ) 2525AC_CONFIG_AUX_DIR ( [ build-aux] )
2626AM_INIT_AUTOMAKE ( [ foreign subdir-objects dist-xz dist-lzip no-dist-gzip] )
2727AM_SILENT_RULES ([ yes] )
You can’t perform that action at this time.
0 commit comments