Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Nov 12, 2023
1 parent 75cb8c2 commit a5d1533
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion set-cfs-zen-tweaks.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a5d1533

Please sign in to comment.