Skip to content

Commit

Permalink
Pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Sep 25, 2024
1 parent ed7cc7a commit 0add538
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
To be released
2024-09-26 Lars Windolf <[email protected]>

Version 1.15.8

* #1289 Solve some Webkit deprecations
(Lars Windolf)

* Fixes #1359: Prevent passing "" as CLI argument causing a useless subscription.
Also checks for duplicates when subscribing from CLI/DBUS.
(Lars Windolf)

* Fixes #1372: Fix feed icon not parsing if the URL doesn't have a file extension bug
(Stomern)

* Fixes #1382: Doesn't recognize atom:link element with no rel attribute bug
(Lars Windolf, reported by Ed Davies)

* Update of Turkish translation (emintufan)


2024-06-19 Lars Windolf <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([liferea],[1.15.7],[[email protected]])
AC_INIT([liferea],[1.15.8],[[email protected]])
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/feedlist.c])

Expand Down
1 change: 0 additions & 1 deletion src/subscription_icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ subscription_icon_download_next (iconDownloadCtxtPtr ctxt)
{
gchar *url;
UpdateRequest *request;
update_result_cb callback;

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

0 comments on commit 0add538

Please sign in to comment.