diff options
author | raveit65 <[email protected]> | 2023-08-23 08:25:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-23 08:25:12 +0200 |
commit | 8563ff36e4d92fb1691ccf89c9050a4832c59950 (patch) | |
tree | efdf6e46c963ea388697996011464043e091f54e | |
parent | 2f4a9a59ee91bdd5f32558e495162f428cdf5baf (diff) | |
download | mate-applets-8563ff36e4d92fb1691ccf89c9050a4832c59950.tar.bz2 mate-applets-8563ff36e4d92fb1691ccf89c9050a4832c59950.tar.xz |
release 1.27.1v1.27.1
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 29 insertions, 2 deletions
@@ -1,6 +1,33 @@ +### mate-applets 1.27.1 + + * update translations + * trashapplet: Remove animation that hasn't worked in years + * trash, in-process: fix segfault with glib2.77.1 + * use button-press-event as signal name + * timerapplet: fix build warning + * timer: fix in-process ATK warning + * Timer-catch the left click when under wayland + * Allow building all applets in or out of process + * Battstat: Port to in-process for wayland compatability + * timerapplet: port to in-process for wayland + * netspeed: port to in-process for wayland + * stickynotes: port to in-process for wayland + * multiload: port to in-process for wayland + * mate-weather-applet: port to in-process for wayland support + * drivemount-applet: port to in-process for wayland + * command: Port to in-process for wayland compatability + * charpick: port to in-process for wayland compatability + * geyes: Add support for building in-process + * cpufreq: port to in-process for wayland compatablity + * trash: port to in-process for wayland support + * battstat: Use libtool to build libapm + * Remove redundant case + * Add click-hide key to the stickynotes GSettings + * trashapplet: Replace the deprecated function (g_io_scheduler...) and remove the compilation warning + ### mate-applets 1.27.0 - * tx: sync with transifex + * update translations * tx: migrate config file * configure.ac: The macro 'AC_HELP_STRING' is obsolete * stickynotes: bump gtksourceview 4 diff --git a/configure.ac b/configure.ac index b44cb1b7..0ed74fea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT([mate-applets], [1.27.0], [https://github.com/mate-desktop/mate-applets/issues], +AC_INIT([mate-applets], [1.27.1], [https://github.com/mate-desktop/mate-applets/issues], [mate-applets], [https://mate-desktop.org]) AC_PREREQ(2.59) |