diff options
author | monsta <[email protected]> | 2015-10-05 13:37:24 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-05 13:37:24 +0300 |
commit | d0088f4b8cad01ba03b91421082eb543c6794308 (patch) | |
tree | 3adff958f4ca26c1e8e83595cb2261ced45bf792 | |
parent | 3259401936afff640656c276648c4f769b3b969c (diff) | |
download | eom-d0088f4b8cad01ba03b91421082eb543c6794308.tar.bz2 eom-d0088f4b8cad01ba03b91421082eb543c6794308.tar.xz |
Bump version to 1.10.4eom-1.10.4
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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]) |