Skip to content

Commit 8563ff3

Browse files
author
raveit65
committed
release 1.27.1
1 parent 2f4a9a5 commit 8563ff3

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

NEWS

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1+
### mate-applets 1.27.1
2+
3+
* update translations
4+
* trashapplet: Remove animation that hasn't worked in years
5+
* trash, in-process: fix segfault with glib2.77.1
6+
* use button-press-event as signal name
7+
* timerapplet: fix build warning
8+
* timer: fix in-process ATK warning
9+
* Timer-catch the left click when under wayland
10+
* Allow building all applets in or out of process
11+
* Battstat: Port to in-process for wayland compatability
12+
* timerapplet: port to in-process for wayland
13+
* netspeed: port to in-process for wayland
14+
* stickynotes: port to in-process for wayland
15+
* multiload: port to in-process for wayland
16+
* mate-weather-applet: port to in-process for wayland support
17+
* drivemount-applet: port to in-process for wayland
18+
* command: Port to in-process for wayland compatability
19+
* charpick: port to in-process for wayland compatability
20+
* geyes: Add support for building in-process
21+
* cpufreq: port to in-process for wayland compatablity
22+
* trash: port to in-process for wayland support
23+
* battstat: Use libtool to build libapm
24+
* Remove redundant case
25+
* Add click-hide key to the stickynotes GSettings
26+
* trashapplet: Replace the deprecated function (g_io_scheduler...) and remove the compilation warning
27+
128
### mate-applets 1.27.0
229

3-
* tx: sync with transifex
30+
* update translations
431
* tx: migrate config file
532
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
633
* stickynotes: bump gtksourceview 4

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl ***************************************************************************
22
dnl *** configure.in for MATE-APPLETS ***
33
dnl ***************************************************************************
4-
AC_INIT([mate-applets], [1.27.0], [https://github.com/mate-desktop/mate-applets/issues],
4+
AC_INIT([mate-applets], [1.27.1], [https://github.com/mate-desktop/mate-applets/issues],
55
[mate-applets], [https://mate-desktop.org])
66
AC_PREREQ(2.59)
77

0 commit comments

Comments
 (0)