diff options
| author | Victor Kareh <[email protected]> | 2026-05-14 21:34:39 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-05-14 21:34:39 -0400 |
| commit | 41aad6fa02755dd89013353dbd42c4d69b7cfd76 (patch) | |
| tree | 13fea42cb6aa481cdcc1e814d91647e56599e00c | |
| parent | 6fcec412c36186564f2af8b94026c61b8fecb5e4 (diff) | |
| download | atril-1.26.3.tar.bz2 atril-1.26.3.tar.xz | |
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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]) |
