Skip to content

Commit 0add538

Browse files
committed
Pre-release version bump
1 parent ed7cc7a commit 0add538

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
To be released
1+
2024-09-26 Lars Windolf <[email protected]>
22

33
Version 1.15.8
44

5+
* #1289 Solve some Webkit deprecations
6+
(Lars Windolf)
7+
58
* Fixes #1359: Prevent passing "" as CLI argument causing a useless subscription.
69
Also checks for duplicates when subscribing from CLI/DBUS.
710
(Lars Windolf)
11+
12+
* Fixes #1372: Fix feed icon not parsing if the URL doesn't have a file extension bug
13+
(Stomern)
14+
15+
* Fixes #1382: Doesn't recognize atom:link element with no rel attribute bug
16+
(Lars Windolf, reported by Ed Davies)
17+
18+
* Update of Turkish translation (emintufan)
819

920

1021
2024-06-19 Lars Windolf <[email protected]>

configure.ac

Lines changed: 1 addition & 1 deletion
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.15.7],[[email protected]])
3+
AC_INIT([liferea],[1.15.8],[[email protected]])
44
AC_CANONICAL_HOST
55
AC_CONFIG_SRCDIR([src/feedlist.c])
66

src/subscription_icon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ subscription_icon_download_next (iconDownloadCtxtPtr ctxt)
152152
{
153153
gchar *url;
154154
UpdateRequest *request;
155-
update_result_cb callback;
156155

157156
if (g_slist_length (ctxt->doneUrls) > ICON_DOWNLOAD_MAX_URLS) {
158157
debug (DEBUG_UPDATE, "Stopping icon '%s' discovery after trying %d URLs.", ctxt->id, ICON_DOWNLOAD_MAX_URLS);

0 commit comments

Comments
 (0)