From 41aad6fa02755dd89013353dbd42c4d69b7cfd76 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 14 May 2026 21:34:39 -0400 Subject: release 1.26.3 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ccac4d71..f54d8116 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +### atril 1.26.3 + + * epub: Avoid crash when index list has extraneous entry + * fix a incompatible pointer type warning for gcc14 + * Fix build with libxml2 2.12 + * fix memleak + * pdf: Always use poppler_document_save to avoid data loss + * ev-application: Quote user-supplied strings in ev_spawn command line + ### atril 1.26.2 * update translations diff --git a/configure.ac b/configure.ac index b9137d84..e07729b9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version], [1]) m4_define([ev_minor_version], [26]) -m4_define([ev_micro_version], [2]) +m4_define([ev_micro_version], [3]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) -- cgit v1.2.1