diff options
author | raveit65 <[email protected]> | 2017-05-06 16:59:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-06 16:59:01 +0200 |
commit | f1be211ff6bd585bfa0d5fadc260cfc1d93eff02 (patch) | |
tree | 8fbfb6c53c256a65357afe362c4804704a372232 | |
parent | b688cf900d559d6282447128d3a76f35c001ca5a (diff) | |
download | eom-f1be211ff6bd585bfa0d5fadc260cfc1d93eff02.tar.bz2 eom-f1be211ff6bd585bfa0d5fadc260cfc1d93eff02.tar.xz |
update to 1.18.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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]) |