diff options
author | raveit65 <[email protected]> | 2024-02-06 14:37:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-06 14:37:10 +0100 |
commit | d6641eafc5c78ddf9ae90e287245ec53304f5fc5 (patch) | |
tree | 2a24489fd9f24773ee1726a409382c442796f807 | |
parent | 9b317630bc50a55f5f3fdc895d4f6bcae0dc3204 (diff) | |
download | atril-1.27.1.tar.bz2 atril-1.27.1.tar.xz |
release 1.27.1v1.27.1
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 4 deletions
@@ -1,8 +1,25 @@ +### atril 1.27.1 + + * update translations + * fix a incompatible pointer type warning for gcc14 + * epub: Avoid crash when index list has extraneous entry + * epub: Prevent path traversal when extracting files + * comics: Use libarchive to unpack documents + * Fix build with libxml2 2.12 + * fix typo in configure.ac + * replace deprecated gtk_image_menu_item_new_from_stock + * replace deprecated gtk-image-menu-item + * drop double ui files + * Remove compilation warnings and set 'always_show_image' Properties in the UI file + * fix warnings in id,it and tr translations + * Add epub to man page + * support webkit2 4.0 and 4.1 + * use webkit2gtk-4.1 + * epub: add fallback for malformed epub files in check_mime_type + ### atril 1.27.0 - * tx: sync with transifex - * tx: update resource - * tx: migrate config file + * update translations * epub: Fix index loading for certain documents - look for epub:type instead of epub:id. * ci: drop -Wunused-parameter compiler cflag from debian build * Fix implicit conversion changes signedness: 'gboolean' to 'guint' diff --git a/configure.ac b/configure.ac index 86bc28df..50045cbf 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version], [1]) m4_define([ev_minor_version], [27]) -m4_define([ev_micro_version], [0]) +m4_define([ev_micro_version], [1]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) |