summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-12-04 12:19:53 +0100
committerraveit65 <[email protected]>2019-12-04 12:19:53 +0100
commit144678da64621dbb26e29345369afc82abc7c556 (patch)
tree65951bada144a4bf93ce36e27221ed9660746519
parent3c51af1c27166c8835eadc3ad127be129ff5a5a8 (diff)
downloadeom-144678da64621dbb26e29345369afc82abc7c556.tar.bz2
eom-144678da64621dbb26e29345369afc82abc7c556.tar.xz
release 1.23.1v1.23.1
-rw-r--r--NEWS60
-rw-r--r--configure.ac2
2 files changed, 45 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index dbc1955..412aa7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,24 +1,52 @@
+### eom 1.23.1
+
+ * Translations update
+ * help: fix Italian translation
+ * help: fix Russian translation
+ * Add translator hint
+ * migrate from intltools to gettext
+ * add missing format specifier for ngettext
+ * egg_editable_toolbar: avoid 'g_type_class_add_private'
+ * egg-toolbar-editor: avoid 'g_type_class_add_private'
+ * egg-toolbars-model: avoid 'g_type_class_add_private'
+ * remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]
+ * remove warnings: incorrect usage of abs() [-Wabsolute-value]
+ * remove warnings: redundant redeclaration [-Wredundant-decls]
+ * remove warning: variable ‘priv’ set but not used
+ * reload-plugin: suppress GtkAction warnings
+ * properties-dialog: suppress GtkAction warnings
+ * eom-window: suppress GtkAction warnings
+ * egg-toolbar-editor: suppress GtkAction warnings
+ * egg-editable-toolbar: suppress GtkAction warnings
+ * 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
+ * Remove trailing whitespaces
+
### eom 1.23.0
- tx: sync with transifex
- require GLib 2.52
- Update FSF address
- 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.
- [ci] Add cppcheck html report
- update image of eom_toolbar_editor_window
- Use ITS in docbook article info, validate with dbits schemas
- store: Add any image file in the current directory to the store
- Simplify the installation process of the icons
- enable clang analyzer
- help: update copyright
- Upgrade the manual to docbook 5.0
- Use persistent page setup
+ * Translations update
+ * require GLib 2.52
+ * Update FSF address
+ * 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.
+ * [ci] Add cppcheck html report
+ * update image of eom_toolbar_editor_window
+ * Use ITS in docbook article info, validate with dbits schemas
+ * store: Add any image file in the current directory to the store
+ * Simplify the installation process of the icons
+ * enable clang analyzer
+ * help: update copyright
+ * Upgrade the manual to docbook 5.0
+ * Use persistent page setup
### eom 1.22.0
- * tx: sync with transifex
+ * Translations update
* Add update-authors.pl script which helps to update eom.about
* Read authors (updated) and documenters (updated) from eom.about gresource
* Initialize Travis CI support
diff --git a/configure.ac b/configure.ac
index 7a09a92..e358b31 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, 23)
-m4_define(eom_micro_version, 0)
+m4_define(eom_micro_version, 1)
m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version)
AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom])