From f1be211ff6bd585bfa0d5fadc260cfc1d93eff02 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 6 May 2017 16:59:01 +0200 Subject: update to 1.18.2 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a0bcbab..d0bdbf9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +### eom 1.18.2 + + * sync with transifex + * EomWindow: Set file open dialog transient for its parent window + * EomCloseConfirmationDialog: set max width chars for primary label + * EomCloseConfirmationDialog: Fix size request for the image list + * Printing paper orientation should default based on image dimensions + * Avoid recompressing JPEGs as PNG when printing + * other bug fixes + ### eom 1.18.1 * fix comment diff --git a/configure.ac b/configure.ac index db49ad7..b3dfb23 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, 18) -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]) -- cgit v1.2.1