diff options
author | monsta <[email protected]> | 2016-02-15 16:19:41 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-15 16:19:41 +0300 |
commit | 8bd791fac147105d05ffedbcad7c56d54acdcaea (patch) | |
tree | 04dc64f4eb6373625b6432042aeb6508ecb9ee09 | |
parent | 94804b6c05f6e20b8bca60631d3497c230acb493 (diff) | |
download | eom-1.12.tar.bz2 eom-1.12.tar.xz |
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +eom 1.12.2 +========== + + * Print preview: avoid integer overflow when allocating a large + block of memory + * Fix build with introspection enabled + * Fix GTK+3 build when --without-cms is set + * Some more fixes + eom 1.12.1 ========== diff --git a/configure.ac b/configure.ac index 3f65f97..a9c8554 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, 12) -m4_define(eom_micro_version, 1) +m4_define(eom_micro_version, 2) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) |