-
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.
Pre-release version bump. ChangeLog update.
- Loading branch information
Showing
2 changed files
with
15 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,3 +1,17 @@ | ||
2023-03-31 Lars Windolf <[email protected]> | ||
|
||
Version 1.14.4 | ||
|
||
* Fixes #1217, #1224: Endless recursion in 1.14.3 | ||
(reported by uduecoder, mokraemer) | ||
|
||
* Additional fixes for #1214: crash in conf_get_bool_value_from_schema | ||
(reported by Mikel Olasagasti) | ||
|
||
* Fixes a g_object_unref warning on shutdown | ||
* Drops a debug output in the plugin installer | ||
|
||
|
||
2023-03-23 Lars Windolf <[email protected]> | ||
|
||
Version 1.14.3 | ||
|
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.3],[[email protected]]) | ||
AC_INIT([liferea],[1.14.4],[[email protected]]) | ||
AC_CANONICAL_HOST | ||
AC_CONFIG_SRCDIR([src/feedlist.c]) | ||
|
||
|