diff options
author | raveit65 <[email protected]> | 2018-11-17 12:33:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-17 12:33:23 +0100 |
commit | e90936ece6b341fbaa82e451da335a2eb070eb56 (patch) | |
tree | 239d47602b67a4eb85b40591af8f9c6321fed242 | |
parent | e0793643e9d81e996501f2092546654cba472e0d (diff) | |
download | mate-applets-e90936ece6b341fbaa82e451da335a2eb070eb56.tar.bz2 mate-applets-e90936ece6b341fbaa82e451da335a2eb070eb56.tar.xz |
release 1.21.1v1.21.1
-rw-r--r-- | NEWS | 44 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 45 insertions, 1 deletions
@@ -1,3 +1,47 @@ +### mate-applets 1.21.1 + + * update translations + * tx: update drivemount source for transifex + * Use make functions for HELP_LINGUAS + * Netspeed Manual: clean up + * Manual: Linux and UNIX systems -> Linux and other Unix-like systems + * tx: update sources for transifex + * Use orderedlist to describe the steps to add the applet to a panel + * Manual: Fix Add to Panel dialog title + * Eyes Applet: Fix window title and factory name + * Manual: OK -> Add (Add to Panel dialog) + * trashapplet manual: Open Trash guimenuitem + * Add/Update Catalan screenshots + * transifex: update pot files: + * Fix name of Eyes applet + * Refer to the fstab(5) man page for more information... + * Remove unused png files + * Fix url of ulink to point to mate-user-guide + * tx: update translation sources + * Fix spelling and grammar mistakes + * update legal.xml + * tx: add help from applets to transifex config + * accessx-status: fix another leak + * Fix memory leak on accessx-status. + * sticky-notes: fix a memory leak + * timerapplet: Allow reseting timer when inactive + * Avoid newly deprecated gtk_css_provider_get_default + * Weather: apply a widget name to the textview + * weather: add cssprovider for widget not for screen + * mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font' + * cpufreq: stop segfault with gtk3.23 + * trash applet: avoid deprecated 'gtk_window_set_wmclass' + * cpufreq: fix a -Wimplicit-function-declaration + * trash: fix a -Wincompatible-pointer-types warning + * weather-applet: replace deprecated GtkAlignment + * weather-dialog: replace deprecated GtkAlignment + * weather-prefs: replace deprecated gtk_alignment_new + * stickynotes: replace deprecated gdk_error_trap_push/pop functions + * cpu-freq: replace deprecated gtk_menu_popup + * sticknotes: replace deprecated gtk_menu_popup + * drivemount: replace deprecated gtk_menu_popup + * charpick: replace deprecated gtk_menu_popup + ### mate-applets 1.21.0 * Translations update diff --git a/configure.ac b/configure.ac index 75c87bc6..6a1049b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.21.0) +AC_INIT(mate-applets, 1.21.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |