diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +### atril 1.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * 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' + * Fix the type for the signal identifier which is gulong + * Use GLib's new g_clear_signal_handler() function to simplify code + * Remove warnings about redefining gettext support macros + * Don't build the path to stock icons + * Use a blank line at most + * Accessibility: add button description + * Preserve compatibility with older GLib versions + ### atril 1.26.0 * update translations diff --git a/configure.ac b/configure.ac index d8815a09..dbdf2b47 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # ***************************************************************************** m4_define([ev_major_version], [1]) -m4_define([ev_minor_version], [26]) +m4_define([ev_minor_version], [27]) m4_define([ev_micro_version], [0]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) |