Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 22, 2024
1 parent 1143c32 commit a519784
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
### mate-utils 1.28.0

* Translations update
* replace deprecated gtk_image_menu_item*
* dictionary applet: fix in-process build warning
* fix warnings in id, uk and ru translations
* wayland: dictionary applet: confine popup dialog to monitor dimensions
* wayland: dictionary: Make the panel applet usable in wayland
* Wayland: Fix position and behavior of dictionary applet popup window
* dictionary applet: allow building in-process
* Remove init_stock_icons code and replace gtk_drag_set_icon_stock with gtk_drag_set_icon_name
* mate-dictionary: Replace deprecated functions fix compilation warnings
* baobab-remote-connect-dialog: fix -Wformat-nonliteral warning
* logview: Replace deprecated functions fix compilation warnings

### mate-utils 1.27.0

* tx: sync with transifex
* Translations update
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* tx: update resource
* tx: migrate config file
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with MATE Utils. If not, see <https://www.gnu.org/licenses/>.

m4_define([mate_utils_major], [1])
m4_define([mate_utils_minor], [27])
m4_define([mate_utils_minor], [28])
m4_define([mate_utils_micro], [0])

m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])
Expand Down

0 comments on commit a519784

Please sign in to comment.