-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ChangeLog. Pre-release version bump.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
2023-04-09 Lars Windolf <[email protected]> | ||
|
||
Version 1.14.5 | ||
|
||
* Dropping tray icon plugin from list of per-default activated plugins | ||
|
||
* Fixes #1127: corrupted double-linked list | ||
(reported by Paul Gevers) | ||
|
||
* Fixes #1229: assertion when deleting feeds too quickly | ||
(reported by Tasos Sahanidis) | ||
|
||
* Fixing format and cast errors (#1223) | ||
(reported by Paul Gevers) | ||
|
||
|
||
2023-03-31 Lars Windolf <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.14.4],[[email protected]]) | ||
AC_INIT([liferea],[1.14.5],[[email protected]]) | ||
AC_CANONICAL_HOST | ||
AC_CONFIG_SRCDIR([src/feedlist.c]) | ||
|
||
|