summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-03 22:11:25 +0100
committermbkma <[email protected]>2022-11-03 22:13:00 +0100
commitb0b97b65544d15a8f82b87a1edc687e6285dfa5d (patch)
treec61006a87dd5d5effa80e34267b9ae5cb6a83e60
parenta3297502a584b1295910a8c0839283097351c8bb (diff)
downloadeom-b0b97b65544d15a8f82b87a1edc687e6285dfa5d.tar.bz2
eom-b0b97b65544d15a8f82b87a1edc687e6285dfa5d.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
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)