Skip to content

Commit b7d8cf3

Browse files
committed
'RELEASE: 1.5.1'
1 parent 75cca26 commit b7d8cf3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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

316
No major features added. The main change is the removal of `mootif` and

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
AC_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])
2525
AC_CONFIG_AUX_DIR([build-aux])
2626
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz dist-lzip no-dist-gzip])
2727
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)