From e349842dcf11a843b2c69c5dc98608dc8073b1c5 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sun, 19 Nov 2023 16:38:37 +0000 Subject: [PATCH] 3.8.3 --- debian/changelog | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c766badc..4f4c4838 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +xreader (3.8.3) virginia; urgency=medium + + [ kacperpaczos ] + * I removed the exclamation mark because we want to insert a link, not an image as link. (#605) + + [ Michael Webster ] + * ev-window.c: Only close after save-as if it's spawned as a result of the exit document-modified dialog. + * Add link for existing issues to the bug report template. + * Fix building with meson 1.2. + * ev-message-area.c: Check that the GtkStockItem is initialized before attempting to access it. + + -- Clement Lefebvre Sun, 19 Nov 2023 16:37:31 +0000 + xreader (3.8.2) victoria; urgency=medium * Add a setting to control window maximization on new documents diff --git a/meson.build b/meson.build index a65d9581..32ef5066 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xreader', 'c', 'cpp', version : '3.8.2') +project('xreader', 'c', 'cpp', version : '3.8.3') gnome = import('gnome') i18n = import('i18n')