From 197b4bd396590cb5df61eb54ec6a1dadf1115a5d Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 20 Jan 2024 17:12:03 +0000 Subject: [PATCH] Update CHANGELOG.md for v11 release Signed-off-by: Yuxuan Shui --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94458f397..31320d1edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Unreleased +# v11 (2024-Jan-20) + +## Build changes + +* Due to some caveats discovered related to setting the `CAP_SYS_NICE` capability, it is now recommended to **NOT** set this capability for picom. + ## Deprecations * Uses of `--sw-opti`, and `--respect-prop-shadow` are now hard errors. @@ -28,7 +34,7 @@ * Dependency `pcre` has been replaced by `pcre2`. * New dependency `xcb-util`. * `xinerama` is no longer used. -* `picom` now tries to give itself a real-time scheduling priority. Please consider giving `picom` the `CAP_SYS_NICE` capacity when packaging it. +* `picom` now tries to give itself a real-time scheduling priority. ~~Please consider giving `picom` the `CAP_SYS_NICE` capability when packaging it.~~ ## Deprecations