Skip to content

Commit a0ab1c7

Browse files
committed
Pre-release version bump. ChangeLog update.
1 parent 47e226c commit a0ab1c7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2023-03-31 Lars Windolf <[email protected]>
2+
3+
Version 1.14.4
4+
5+
* Fixes #1217, #1224: Endless recursion in 1.14.3
6+
(reported by uduecoder, mokraemer)
7+
8+
* Additional fixes for #1214: crash in conf_get_bool_value_from_schema
9+
(reported by Mikel Olasagasti)
10+
11+
* Fixes a g_object_unref warning on shutdown
12+
* Drops a debug output in the plugin installer
13+
14+
115
2023-03-23 Lars Windolf <[email protected]>
216

317
Version 1.14.3

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([liferea],[1.14.3],[[email protected]])
3+
AC_INIT([liferea],[1.14.4],[[email protected]])
44
AC_CANONICAL_HOST
55
AC_CONFIG_SRCDIR([src/feedlist.c])
66

0 commit comments

Comments
 (0)