From b0b97b65544d15a8f82b87a1edc687e6285dfa5d Mon Sep 17 00:00:00 2001 From: mbkma Date: Thu, 3 Nov 2022 22:11:25 +0100 Subject: release 1.27.0 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 42e67ef..ef3a893 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +### eom 1.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * explicitly assigning value of variable of type 'int' to itself + * Use GLib's new g_clear_signal_handler() function to simplify code + * Variable 'show_image_collection' is assigned a value that is never used + * Variable 'screen' is assigned a value that is never used + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + * eom-scroll-view.c: fix -Wbad-function-cast warning + * eom-close-confirmation-dialog: fix -Wbad-function-cast warning + * Updated url in readme to point to working link + * ci: drop -Wunused-parameter compiler cflag from debian build + * eom-window: fix warning incompatible-pointer-types + * Use a blank line at most + * Accessibility: add proper mnemonic relations and labelling + * Add support for libexif 0.6.14+ libexif 0.6.22+ was previously required because the macro EXIF_TAG_GAMMA was not defined reading the NEWS file. + * tx: update resource + * user-guide: fix wrong informations + ### eom 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 3ea719d..68d20b0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59) AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) -m4_define(eom_minor_version, 26) +m4_define(eom_minor_version, 27) m4_define(eom_micro_version, 0) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) -- cgit v1.2.1