diff --git a/debian/changelog b/debian/changelog index 708b7bf2..a0f4175b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xreader (4.2.0) wilma; urgency=medium + + [ correctmost ] + * epub: Fix an incorrect sizeof call detected by AddressSanitizer (#635) + + [ Matthew Petroff ] + * pdf backend: Ignore FullScreen PageMode catalog entry (#633) + + -- Clement Lefebvre Wed, 05 Jun 2024 12:51:59 +0100 + xreader (4.0.2) virginia; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index 74be639c..0a764dc1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xreader', 'c', 'cpp', version : '4.0.2') +project('xreader', 'c', 'cpp', version : '4.2.0') gnome = import('gnome') i18n = import('i18n')