summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-07-09 16:20:33 +0200
committerraveit65 <[email protected]>2022-07-09 16:30:58 +0200
commit660168983764dc5af3bcef1cf41eacf296d7b46a (patch)
treeeefecbc4dccf15d5a3a14d0615b6ffdc38023272
parent37340741ef495ffbac9a1791648eeed3a010b14d (diff)
downloadmate-applets-1.26.1.tar.bz2
mate-applets-1.26.1.tar.xz
release 1.26.1v1.26.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a22c2dd..7207db8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+### mate-applets 1.26.1
+
+ * update Translations
+ * command: fix memory leak
+ * charpick: fix memory leak
+ * multiload: fix memory leak
+ * geyes: consider the offset widget <-> window
+ * netspeed/src/backend.c: Typo fix.
+ * Sticky Notes applet: add documentation
+ * stickynotes: Popup the note menu with the keyboard
+ * stickynotes: Restore note popup menu that got lost in 37a85e35448f8
+ * Mate Trash applet: add accessible Atk object with proper label.
+ * Mate Timer applet: add accessible Atk object with proper label.
+ * Mate Sticky notes applet: enable keyboard navigation through F6
+ * Mate Sticky notes applet: make dialogs accessible.
+ * Mate Sticky notes applet: fix segfault when Caja isn’t running
+ * Mate Netspeed applet: make dialog accessible.
+ * Mate Netspeed applet: add accessible Atk object with proper label.
+ * Mate Multiload applet: add accessible Atk object with proper label.
+ * Mate Cpufreq applet: enable standard keyboard navigation
+ * Mate Command applet: add accessible Atk object with proper label.
+ * Mate Weather applet: make dialog accessible.
+ * Charpick-applet: use GtkInvisible widget
+
### mate-applets 1.26.0
* update translations
diff --git a/configure.ac b/configure.ac
index fedebdd7..4c93932e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
-AC_INIT([mate-applets], [1.26.0], [https://github.com/mate-desktop/mate-applets/issues],
+AC_INIT([mate-applets], [1.26.1], [https://github.com/mate-desktop/mate-applets/issues],
[mate-applets], [https://mate-desktop.org])
AC_PREREQ(2.59)