Skip to content

Commit

Permalink
chore: master is now 5.10
Browse files Browse the repository at this point in the history
Signed-off-by: Federico DI Pierro <[email protected]>
  • Loading branch information
Federico DI Pierro committed Mar 9, 2024
1 parent d4e88b1 commit bc3b2e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
18 changes: 3 additions & 15 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit bc3b2e5

Please sign in to comment.