From 508e7a970088873f6503b8c8df08dac6ae14963c Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Sun, 22 Oct 2023 22:02:26 +0200 Subject: [PATCH] Pre-release version bump. --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5674512a..78c16dd9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2023-10-22 Lars Windolf + + Version 1.15.4 + + * Improve on #1192 by doing pane sanity checks on each resize + (Lars Windolf) + + * Fixes #1297: Reorder loading plugins and deactivating webkit-settings + (Lars Windolf) + + * #1305 Refactoring of the trayicon plugin to support + AppIndicator and libayatana + (Yuri Konotopov) + + 2023-09-15 Lars Windolf Version 1.15.3 diff --git a/configure.ac b/configure.ac index 7bc7e561e..d94f67239 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.3],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.15.4],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])