summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:19:59 +0100
committermbkma <[email protected]>2022-11-11 20:19:59 +0100
commit6ba899248d5f12c9bafaeba9ba371dd7007a9049 (patch)
treeda727311f218c7d8d12f78bc2a2257b171decea9
parent10f2b931dd56fdacc8eafd14e4cc5e05c415e51f (diff)
downloadatril-6ba899248d5f12c9bafaeba9ba371dd7007a9049.tar.bz2
atril-6ba899248d5f12c9bafaeba9ba371dd7007a9049.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e1a828b..73ff4f58 100644
--- a/NEWS
+++ b/NEWS
@@ -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])