Skip to content

Commit 3d95504

Browse files
committed
Version bump
1 parent 1981e1e commit 3d95504

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2023-03-12 Lars Windolf <[email protected]>
2+
3+
Version 1.14.1
4+
5+
* Fixes CVE-2023-1350: RCE vulnerability on feed enrichment
6+
(patch by Alexander Erwin Ittner)
7+
8+
* Fixes #1200: Crash on double free
9+
(mozbugbox)
10+
11+
* Improve #1192 be reordering widget creation order
12+
(Lars Windolf)
13+
14+
115
2023-01-10 Lars Windolf <[email protected]>
216

317
Version 1.14.0

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

0 commit comments

Comments
 (0)