From c3b9d4ce8bde140d9768b740157727e3315a10c7 Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Wed, 6 Dec 2023 16:54:17 +0000 Subject: [PATCH] Update changelog and version for 1.8 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- meson.build | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05871744..ffbadad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ +## 1.8 + +### Changes + +* Add CPU core pinning and parking capability (#416) +* Allow disabling the Linux kernel split lock mitigation (#446) +* Fix building when pidfd_open is available (Fixes build with glibc 2.36) (#379) +* Unify privileged group configuration between pam, systemd, & polkit (#375) +* Various other bugfixes and improved default configuration + +### Contributors + +* Henrik Holst @HenrikHolst +* Kira Bruneau @kira-bruneau +* James Le Cuirot @chewi +* Hugo Locurcio @Calinou +* Zoltán Nyikos @nyz93 +* @ashuntu +* @szymon-gniado + +[View the full list of contributors](https://github.com/FeralInteractive/gamemode/graphs/contributors?from=2022-07-22&to=2023-12-06&type=c) + ## 1.7 ### Changes + * Added new utility: `gamemodelist` (#346) * Run executables from `PATH` instead of `/usr/bin` (#323) * Add a trivial `gamemode.conf` file, which creates the gamemode group (#339) @@ -18,6 +41,7 @@ ## 1.6.1 ### Changes + * Use inih r53 * Packaging changes for Arch * Minor metainfo improvements @@ -30,6 +54,7 @@ ## 1.6 ### Changes + * Created new manpages for `gamemoderun` and the example, now called `gamemode-simulate-game` * Add ability to change lib directory of `gamemoderun` * Add option to use `elogind` @@ -70,7 +95,7 @@ Minor changes for Debian and Ubuntu packaging: * Alex Smith @aejsmith * Christian Kellner @gicmo -* Jason Ekstrand @jekstrand +* Faith Ekstrand @gfxstrand ## 1.4 diff --git a/meson.build b/meson.build index 074eb69c..28815383 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'gamemode', 'c', default_options : ['c_std=c11', 'warning_level=3'], - version: '1.7', + version: '1.8', license: 'BSD', )