summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-05 17:41:56 +0200
committerraveit65 <[email protected]>2021-08-05 17:51:08 +0200
commit185790272183c17e84ce7b1c62b585da355c6d45 (patch)
tree17e9a6ae6c517743b4246e1bdeb9a894d9ebf8f5
parent1d033f6ee31c0514e71e9daa460583a014277477 (diff)
downloadmate-system-monitor-185790272183c17e84ce7b1c62b585da355c6d45.tar.bz2
mate-system-monitor-185790272183c17e84ce7b1c62b585da355c6d45.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4b79a4..8b28695 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index de525cc..bc0414d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])