From 6e44a88d13c308bb68c9dd2d9ce2106acac5ec62 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Mon, 18 Dec 2023 11:22:18 +0000 Subject: [PATCH] 3.8.5 --- debian/changelog | 18 ++++++++++++++++++ meson.build | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9ee3efe7..c09d44b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +xreader (3.8.5) virginia; urgency=medium + + [ Michael Webster ] + * dvi: Don't manually escape the exported filename. + * ev-window.c: Don't create the epub webview until the doc type is known. + + [ Paulynomial ] + * Djvu file rotation direction fixed (#628) + + [ Michael Webster ] + * epub: Prevent path traversal when extracting files [CVE-2023-44451] + * comics: Use libarchive to unpack documents [CVE-2023-44452]. + + [ Clement Lefebvre ] + * Revert "ev-window.c: Don't create the epub webview until the doc type" + + -- Clement Lefebvre Mon, 18 Dec 2023 11:22:04 +0000 + xreader (3.8.4) virginia; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index a2e12efe..46cd7be5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xreader', 'c', 'cpp', version : '3.8.4') +project('xreader', 'c', 'cpp', version : '3.8.5') gnome = import('gnome') i18n = import('i18n')