Skip to content

Commit 6f2c992

Browse files
committed
ChangeLog. Pre-release version bump.
1 parent cfd74bb commit 6f2c992

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
2023-04-09 Lars Windolf <[email protected]>
2+
13
Version 1.14.5
24

35
* Dropping tray icon plugin from list of per-default activated plugins
46

7+
* Fixes #1127: corrupted double-linked list
8+
(reported by Paul Gevers)
9+
10+
* Fixes #1229: assertion when deleting feeds too quickly
11+
(reported by Tasos Sahanidis)
12+
13+
* Fixing format and cast errors (#1223)
14+
(reported by Paul Gevers)
15+
516

617
2023-03-31 Lars Windolf <[email protected]>
718

configure.ac

+1-1
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.14.4],[[email protected]])
3+
AC_INIT([liferea],[1.14.5],[[email protected]])
44
AC_CANONICAL_HOST
55
AC_CONFIG_SRCDIR([src/feedlist.c])
66

0 commit comments

Comments
 (0)