summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-12-13 21:47:40 +0100
committerraveit65 <[email protected]>2020-12-13 22:30:46 +0100
commita28479d294dcef50fa5f980f5c359382820997ce (patch)
treed9d4b1a44e5b18c9f28727a6fc7518b3851d1d7b
parent5232ccea092b9c0afa9e020362b78de444dd20d5 (diff)
downloadmate-applets-a28479d294dcef50fa5f980f5c359382820997ce.tar.bz2
mate-applets-a28479d294dcef50fa5f980f5c359382820997ce.tar.xz
release 1.25.2v1.25.2
-rw-r--r--NEWS47
-rw-r--r--configure.ac2
2 files changed, 48 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 58e12032..0563af02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+### mate-applets 1.25.2
+
+ * tx:sync with transifex
+ * mateweather: Use common subdirs - src, data
+ * netspeed: show ipv6 address in tooltip if ipv4 address is not used
+ * multiload: Use common subdirs - src, data
+ * stickynotes: Add stickynotes-applet-menu.xml into resource bundle
+ * drivemount: Use common subdirs - data, src
+ * geyes: Do not use dirent
+ * geyes: define GEYES_SETTINGS_THEME_PATH_KEY & GEYES_SETTINGS_SCHEMA
+ * geyes: Use g_clear_error
+ * geyes: use returned value by load_theme
+ * geyes: Remove duplicated NULL check
+ * geyes: Use g_debug instead of printf for logging
+ * geyes: format code
+ * trashapplet: load menu and ui files from resource bundle
+ * cpufreq: Remove /proc/cpufreq support (Linux 2.4)
+ * build: Remove legacy variable MATE_ICONDIR
+ * update issue template
+ * update issue template
+ * geyes: signal 'dispose' is invalid for instance 'ID' of type 'GtkBox'
+ * remove dead function mate_panel_applet_set_background_widget
+ * trashapplet: Remove warning about missing initializer
+ * build: Do not define M4_FILES twice
+ * ac-define-dir.m4: Remove execution bit
+ * fix build warning caused by several translations
+ * build: make maintainer-clean
+ * drivemount: improve code-style
+ * build: replace acinclude.m4 with original as-ac-expand.m4
+ * timer: i18n label
+ * Cpufreq: improve code-style
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * charpick: improve code-style
+ * timerapplet: Use common subdirs - src, data
+ * battstat: improve code-style
+ * mateweather: Warn about accessing an undefined property of object
+ * accessx-status: improve code-style
+ * multiload: improve code-style
+ * accessx-status: array subscript 128 is above array bounds
+ * drivemount: Load menu from resources
+ * multiload: do not count shared memory twice on Linux
+ * multiload: Remove legacy variable 'show_frame'
+ * multiload: do not use a computed compound key for graph visibility
+ * multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoad
+ * multiload: Remove dead function - GetPage
+ * timerapplet: Use gtk_spin_button_get_value_as_int for int values
+
### mate-applets 1.25.1
* update translations
diff --git a/configure.ac b/configure.ac
index b48b1015..e42a271c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
-AC_INIT(mate-applets, 1.25.1)
+AC_INIT(mate-applets, 1.25.2)
AC_PREREQ(2.59)
AC_CONFIG_HEADERS(config.h)