diff --git a/ChangeLog b/ChangeLog index 63de8dd52..e5674512a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2023-09-15 Lars Windolf + + Version 1.15.3 + + * Fixes #1297: Enabling plugin 'webkit-settings' crashes Liferea + (reported by Paul Gevers) + + * Fixes #1294: Clicking 'remove item' caused a SIGSEGV + (reported by Rich Coe) + + * Fixes #1276: Old WebKitCache cache not cleaned + (reported by hasezoey) + + 2023-08-30 Lars Windolf Version 1.15.2 diff --git a/configure.ac b/configure.ac index d56df3355..7bc7e561e 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.15.2],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.15.3],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])