Skip to content

Commit

Permalink
release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jun 5, 2021
1 parent 6fc2932 commit 2c87300
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### eom 1.25.1

* Translations update
* eom-window: Remove -Wmissing-field-initializers warnings
* build: change the message for NLS in the configure summary
* build: allow users to disable gettext support (--disable-nls)
* build: Use PACKAGE_URL variable
* build: display package name and version in configure summary
* Fix desktop file validation warning
* Remove cppcheck warning knownConditionTrueFalse
* Remove unnecessary casts on signal function calls
* Update copyright to 2021
* Remove warning -Wshadow
* eom-uri-converter: dereference of NULL 'repl_str' reported by gcc
* Do not remove the accelerators from image properties dialog
* Upgrade ui files
* eom-save-as-dialog-helper: Fix resource path
* eom-image: warning -Wexpansion-to-defined
* eom-scroll-view.c: Redundant casting GTK_WIDGET
* eom-scroll-view: Remove warning incompatible-pointer-types
* Ensure scrollbar moves when dragged to move image
* require libexif 0.6.22
* Remove unused macros

### eom 1.25.0

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4])

m4_define(eom_major_version, 1)
m4_define(eom_minor_version, 25)
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, https://github.com/mate-desktop/eom/issues, [eom], [https://mate-desktop.org])
Expand Down

0 comments on commit 2c87300

Please sign in to comment.