Skip to content

Commit 6e44a88

Browse files
committed
3.8.5
1 parent da4a228 commit 6e44a88

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
xreader (3.8.5) virginia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* dvi: Don't manually escape the exported filename.
5+
* ev-window.c: Don't create the epub webview until the doc type is known.
6+
7+
[ Paulynomial ]
8+
* Djvu file rotation direction fixed (#628)
9+
10+
[ Michael Webster ]
11+
* epub: Prevent path traversal when extracting files [CVE-2023-44451]
12+
* comics: Use libarchive to unpack documents [CVE-2023-44452].
13+
14+
[ Clement Lefebvre ]
15+
* Revert "ev-window.c: Don't create the epub webview until the doc type"
16+
17+
-- Clement Lefebvre <root@linuxmint.com> Mon, 18 Dec 2023 11:22:04 +0000
18+
119
xreader (3.8.4) virginia; urgency=medium
220

321
* l10n: Update translations

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('xreader', 'c', 'cpp', version : '3.8.4')
1+
project('xreader', 'c', 'cpp', version : '3.8.5')
22

33
gnome = import('gnome')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)