From bc3b2e50415e8f1d953afa1ec6433d695fc17533 Mon Sep 17 00:00:00 2001 From: Federico DI Pierro Date: Sat, 9 Mar 2024 17:21:43 +0100 Subject: [PATCH] chore: master is now 5.10 Signed-off-by: Federico DI Pierro --- CMakeLists.txt | 2 +- TODO.md | 18 +++--------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a6a237..586c161 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(clightd VERSION 5.9 LANGUAGES C) +project(clightd VERSION 5.10 LANGUAGES C) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") diff --git a/TODO.md b/TODO.md index 08eee8b..a85dda2 100644 --- a/TODO.md +++ b/TODO.md @@ -1,19 +1,7 @@ -## 5.9 +## 5.10 -### Als -- [x] add support for buffer als reads - -### Pipewire -- [x] fix source of segfault -- [x] fix node names, ose object.path instead of object id -- [x] use same algorithm as camera sensor to retrieve default camera (ie: the one with highest USEC_INITIALIZED property) - -### Camera -- [x] Do not even try to open devices without correct ID_V4L_CAPABILITIES -- [x] use USEC_INITIALIZED property instead of sysnum - -### Backlight -- [x] disable emulated_backlight by default since it is a little buggy +- [ ] fix https://github.com/FedeDP/Clightd/issues/108 +- [ ] try to improve emulated backlight backend? ## 5.x