From 98f7ec6fa44e6994b4e7a532fb28c99130078182 Mon Sep 17 00:00:00 2001 From: Eduardo Hopperdietzel Date: Thu, 7 Nov 2024 00:43:09 -0300 Subject: [PATCH] Update v2.11.0-1 changes --- CHANGES | 10 +++++----- pkg/fedora/latest.spec | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index a9f99472..6d4c2225 100644 --- a/CHANGES +++ b/CHANGES @@ -2,11 +2,7 @@ Louvre (2.11.0-1) # New Protocols - * DRM Lease (for letting apps take control of displays). Thanks @Fox2Code for spotting typos! - - # Internal Changes - - * Added a more detailed LOutput::description(). + * DRM Lease: For allowing apps to take control of displays. Check the documentation for details. Thanks @Fox2Code for spotting silly mistakes! # Packaging @@ -16,6 +12,10 @@ Louvre (2.11.0-1) * Fixed layer-shell z-index ordering issue. Thanks @renhiyama for reporting it! + # API + + * Added LGPU class for accessing a driver/GPU node information. + -- Eduardo Hopperdietzel Thu, 07 Nov 2024 00:09:11 -0300 diff --git a/pkg/fedora/latest.spec b/pkg/fedora/latest.spec index d2906872..9fa54690 100644 --- a/pkg/fedora/latest.spec +++ b/pkg/fedora/latest.spec @@ -91,7 +91,7 @@ pushd repo/src %changelog * Thu Nov 07 2024 Eduardo Hopperdietzel - %{basever}-%{origrel} -- DRM Lease (for letting apps take control of displays). Thanks @Fox2Code for spotting typos! -- Added a more detailed LOutput::description(). +- DRM Lease: For allowing apps to take control of displays. Check the documentation for details. Thanks @Fox2Code for spotting silly mistakes! - Added a new Arch AUR (devel branch) to the downloads page. Thanks @kingdomkind! - Fixed layer-shell z-index ordering issue. Thanks @renhiyama for reporting it! +- Added LGPU class for accessing a driver/GPU node information.