summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8c5ef0e..fd1a830 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+### eom 1.24.0
+
+ * Translations update
+ * thumbnailer: add --with-gdk-pixbuf-thumbnailer option
+ * Add eom-thumbnailer for webp files
+ * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
+ * Fix preprocessing warning for file: src/eom-window.c
+ * Fix preprocessing warning for file: src/eom-print.c
+ * Update MIME types supported by commonly used pixbuf-loaders
+
### eom 1.23.2
* Translations update
diff --git a/configure.ac b/configure.ac
index 2c480c9..b05c0ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ(2.59)
AC_CONFIG_MACRO_DIR([m4])
m4_define(eom_major_version, 1)
-m4_define(eom_minor_version, 23)
-m4_define(eom_micro_version, 2)
+m4_define(eom_minor_version, 24)
+m4_define(eom_micro_version, 0)
m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version)
AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom])