diff options
-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) |