diff --git a/ChangeLog b/ChangeLog index d28c9657e..a3419a7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ +2023-04-09 Lars Windolf + Version 1.14.5 * Dropping tray icon plugin from list of per-default activated plugins + * Fixes #1127: corrupted double-linked list + (reported by Paul Gevers) + + * Fixes #1229: assertion when deleting feeds too quickly + (reported by Tasos Sahanidis) + + * Fixing format and cast errors (#1223) + (reported by Paul Gevers) + 2023-03-31 Lars Windolf diff --git a/configure.ac b/configure.ac index 6fd32283f..ca8c7f62a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([liferea],[1.14.4],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.14.5],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])