From a5d1533f9029a6a4437b175a6bf799956d44e0d3 Mon Sep 17 00:00:00 2001 From: igo95862 Date: Sun, 12 Nov 2023 23:20:42 +0600 Subject: [PATCH] Version 1.3.0 --- CMakeLists.txt | 2 +- README.md | 2 ++ set-cfs-zen-tweaks.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7052ed6..fc4bfa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ project(cfs-zen-tweaks LANGUAGES NONE HOMEPAGE_URL "https://github.com/igo95862/cfs-zen-tweaks" DESCRIPTION "Tweak Linux kernel CFS scheduler for responsiveness" - VERSION "1.2.0" + VERSION "1.3.0" ) cmake_minimum_required(VERSION 3.16) diff --git a/README.md b/README.md index 04d21f4..fb9dba3 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ If you have Secure Boot the script might not be able to run. [See this thread fo ## Version History +* 1.3.0 + * Add support for EEVDF scheduler from kernel 6.6 * 1.2.0 * Fixed SELinux preventing systemd unit to run on Fedora (now script resides in `/usr/sbin` directory) * Gave unique name to script. (now is called `set-cfs-zen-tweaks.bash`) diff --git a/set-cfs-zen-tweaks.sh b/set-cfs-zen-tweaks.sh index 75b327b..0b3e995 100755 --- a/set-cfs-zen-tweaks.sh +++ b/set-cfs-zen-tweaks.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0-only -# Copyright (C) 2021 igo95862 +# Copyright (C) 2021-2023 igo95862 # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License