summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-10-05 13:37:24 +0300
committermonsta <[email protected]>2015-10-05 13:37:24 +0300
commitd0088f4b8cad01ba03b91421082eb543c6794308 (patch)
tree3adff958f4ca26c1e8e83595cb2261ced45bf792
parent3259401936afff640656c276648c4f769b3b969c (diff)
downloadeom-d0088f4b8cad01ba03b91421082eb543c6794308.tar.bz2
eom-d0088f4b8cad01ba03b91421082eb543c6794308.tar.xz
Bump version to 1.10.4eom-1.10.4
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index acf42b2..127b254 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+eom 1.10.4
+==========
+
+ * EomScrollView: clip all types of images to the visible image area
+ * EomScrollView: enable double buffering
+ * Bump GLib/GIO required version to 2.36
+ * Drop useless dependency on mate-icon-theme
+ * Fix build with libexif when prefix is not /usr
+ * Some annotation fixes
+ * Some GTK+3 fixes and improvements
+
eom 1.10.3
==========
diff --git a/configure.ac b/configure.ac
index 2378a6e..b941ab1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_define(eom_major_version, 1)
m4_define(eom_minor_version, 10)
-m4_define(eom_micro_version, 3)
+m4_define(eom_micro_version, 4)
m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version)
AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom])