From be43c58b8b81dfc209a41464e2139e680c17e9fc Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Wed, 30 Aug 2023 12:14:16 +0200 Subject: [PATCH] Pre-release version bump. Updated Changelog. --- ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ddc795f65..3f7553d27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2023-08-14 Lars Windolf + + Version 1.15.1 + + * Update to libsoup3 and libwebkit2gtk-4.1 + (Lars Windolf) + + * Fixes #1285: HTTP 304 incorrectly caused error state + (Rich Coe) + + * Fixes #1272: Crash on moving feed into new folder + (Lars Windolf, reported by Jakub T. Jankiewicz) + + * Fixes #1262: Plugin installer: duplicate punctuation + (Christian Stadelmann) + + * Fixes #1250: Incorrect item_id when downloading AMP URLs + (Alexandre Erwin Ittner) + + * Fixes #1248: Can't maximize for reading feeds + (Lars Windolf) + + * Fixes #1242: Dropping not-functioning Pocket bookmark URL + (Lars Windolf) + + * Fixes #1241: Dropping not-functioning identi.ca bookmark URL + (Lars Windolf) + + * Fixes #1240: TypeError on add-bookmark-site preferences + (Lucidiot) + + * Many fixes for static code analysis warnings + (Lars Windolf) + + * Simplified debug handling. Drop --debug-performance + --debug-trace and --debug-verbose CLI parameters. + (Lars Windolf) + + * Removed stale Deutsche Welle Brasil feed from pt-BR default feed list + (Alexandre Erwin Ittner) + + * Updated appdata description and summary + (bbhtt) + + * Add Russian user documentation (slichtzzz) + * Updated Czech translation (Amerey) + * Updated Brazilian Portugese translation (FĂșlvio Alves) + + 2023-04-16 Lars Windolf Version 1.15.0 diff --git a/configure.ac b/configure.ac index 078688610..7f6009e80 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.0],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.15.1],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])