Skip to content

Commit be60eaf

Browse files
authored
Merge pull request #468 from LinusDierheimer/dev
Release 1.11.3
2 parents b974264 + 2235c3e commit be60eaf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.11.3
2+
3+
Bugfixes:
4+
* Fix a segfault bug, regression of `1.11.1` (Linux, wmtheme, #467)
5+
16
# 1.11.2
27

38
This release should be the last version of fastfetch 1.x (if no serious bugs found, hopefully)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 1.11.2
4+
VERSION 1.11.3
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

src/common/settings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ static const DConfData* getDConfData(const FFinstance* instance)
181181
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_dup_string)
182182
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_boolean)
183183
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_int32)
184+
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_unref)
184185
#undef data
185186

186187
data.client = data.ffdconf_client_new();

0 commit comments

Comments
 (0)