Skip to content

Commit

Permalink
release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 5, 2021
1 parent 1d033f6 commit 1857902
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### mate-system-monitor 1.26.0

* Translations update
* travis-Ci: use libera.chat as notification server
* update copyright to 2021
* add wayland support
* port to GtkApplication
* Use GtkBuilder for preferences dialog
* openfiles: g_memdup is dreprecated from glib 2.68
* smooth_refresh: comparison of unsigned expression in '< 0' is always false
* gsm_color_button: macro "__GSM_COLOR_BUTTON_C__" is not used
* proctable: Function 'proctable_free_table' used prior to declaration
* i18n: use _() macro instead of gettext
* i18n: Do not collect the translation for Icon
* build: display package name and version in configure summary
* build: Use PACKAGE_URL variable
* procdialogs: Do not use deprecated gtk_image_new_from_stock
* Show subvol mount option on GNU/Linux
* sysinfo: avoid adding a device more than once such as for brtfs
* pretty-table: prefer GIO to get application icons

### mate-system-monitor 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 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])

AC_INIT([mate-system-monitor],
[1.25.0],
[1.26.0],
[https://github.com/mate-desktop/mate-system-monitor/issues],
[mate-system-monitor],
[https://mate-desktop.org])
Expand Down

0 comments on commit 1857902

Please sign in to comment.