Skip to content

Commit

Permalink
Pre-release version bump. ChangeLog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Mar 31, 2023
1 parent 47e226c commit a0ab1c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
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
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.14.3],[[email protected]])
AC_INIT([liferea],[1.14.4],[[email protected]])
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/feedlist.c])

Expand Down

0 comments on commit a0ab1c7

Please sign in to comment.