Skip to content

Commit 6a82d73

Browse files
authored
Merge pull request #743 from fastfetch-cli/dev
Release: v2.8.7
2 parents c935527 + 7504484 commit 6a82d73

File tree

13 files changed

+251
-135
lines changed

13 files changed

+251
-135
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.8.7
2+
3+
Bugfixes:
4+
* Fix max CPU frequency detection for some cases (CPU, Linux)
5+
* Fix some memory leaks
6+
* Fix ddcutil 2.1 compatibility (Brightness, Linux)
7+
* Workaround `permission denied` error when reading `/proc/uptime` (Uptime, Android)
8+
9+
Features:
10+
* Support zellij version detection (Linux, Terminal)
11+
12+
Logo:
13+
* Fix PostMarketOS
14+
115
# 2.8.6
216

317
Changes:

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.8.6
4+
VERSION 2.8.7
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
@@ -122,7 +122,7 @@ if(ENABLE_ASAN)
122122
set(FASTFETCH_FLAGS_DEBUG "${FASTFETCH_FLAGS_DEBUG} -fsanitize=address")
123123
endif()
124124
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} ${FASTFETCH_FLAGS_DEBUG}")
125-
set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} ${FASTFETCH_FLAGS_DEBUG}")
125+
set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} ${FASTFETCH_FLAGS_DEBUG} -fstack-protector-all -fno-delete-null-pointer-checks")
126126
if(NOT WIN32)
127127
set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} -rdynamic")
128128
endif()

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fastfetch (2.8.6) jammy; urgency=medium
2+
3+
* Update to 2.8.6
4+
5+
-- Carter Li <[email protected]> Wed, 28 Feb 2024 10:01:40 +0800
6+
17
fastfetch (2.8.4) jammy; urgency=medium
28

39
* Update to 2.8.4

debian/files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fastfetch_2.8.4_source.buildinfo universe/utils optional
1+
fastfetch_2.8.6_source.buildinfo universe/utils optional

0 commit comments

Comments
 (0)