Skip to content

Commit

Permalink
configure.ac: release 1.5.0
Browse files Browse the repository at this point in the history
No major features added. The main change is the removal of `mootif` and
`gtk` backends and the build fix for better C23 standard compatibility.

** New `-initramfs` option to pass a separate initramfs file to the
bootloader.

** `--with-gtk` and `--with-x11` `./configure` options (and backend
code) are removed. `xski` binary is not built anymore.

** Build fix against `-std=c23` toolchain.

** Pull in 'bootloader' code from `linux-4.19.241`.

** Switch from `lex` and `yacc` to `flex` and `bison` as dependencies.
  • Loading branch information
trofi committed Nov 23, 2024
1 parent be3dee3 commit 913a4d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
* What's New with Ski 1.5.0 - 2024-11-23

No major features added. The main change is the removal of `mootif` and
`gtk` backends and the build fix for better C23 standard compatibility.

** New `-initramfs` option to pass a separate initramfs file to the
bootloader.

** `--with-gtk` and `--with-x11` `./configure` options (and backend
code) are removed. `xski` binary is not built anymore.

** Build fix against `-std=c23` toolchain.

** Pull in 'bootloader' code from `linux-4.19.241`.

** Switch from `lex` and `yacc` to `flex` and `bison` as dependencies.

* What's New with Ski 1.4.0 - 2022-08-19

It's a new fork based on lates 1.3.2 version available. It's new home
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

AC_PREREQ([2.29])

AC_INIT([ski],[1.4.0],[[email protected]],[ski],[https://github.com/trofi/ski])
AC_INIT([ski],[1.5.0],[[email protected]],[ski],[https://github.com/trofi/ski])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz dist-lzip no-dist-gzip])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 913a4d0

Please sign in to comment.