diff options
| -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]) |
