summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-18 14:48:43 +0200
committerraveit65 <[email protected]>2019-09-18 14:48:43 +0200
commite7a0a8db12796c51b38dd01cd7a4939a81d56b12 (patch)
tree95480e9c3635cc33e908b81066f411d6b2c7df09
parent88bb26517e898a5b7e3a4ae8b9d020a488eeeda6 (diff)
downloadeom-1.22.2.tar.bz2
eom-1.22.2.tar.xz
release 1.22.2v1.22.2
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 24c7400..757ffc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+### eom 1.22.2
+
+ * Translations update
+ * remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]
+ * Allow color correcting images with alpha channel
+ * EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMA
+ * EomMetadataReaderPNG: Only build profile from cHRM if gAMA is present
+ * Assume sRGB if no display profile is set
+ * EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGB
+ * Assume sRGB when image doesn't have an ICC profile attached
+ * require GLib 2.52
+ * Restore image types list and add wildcard
+ * Disconnect callbacks for "Open with" menu items before connecting new ones.
+ * Unref GtkUIManager so "Open with" menu is freed.
+
### eom 1.22.1
* Translations update
diff --git a/configure.ac b/configure.ac
index 789f6f1..0575e2a 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, 22)
-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])