diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 63 |
1 files changed, 62 insertions, 1 deletions
@@ -1,7 +1,68 @@ -### mate-screensaver 1.25.0 +### mate-screensaver 1.28.0 * Translations update + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + +### mate-screensaver 1.27.0 + * Translations update + * tx: update resource + * tx: migrate config file + * build warning: AC_OUTPUT should be used without arguments + * gs-prefs: macros instead of static methods of one sentence + * Fix implicit conversion changes signedness: 'gboolean' to 'guint' + * gs-window-x11: Fix -Wshorten-64-to-32 warning + * gs-watcher-x11: Fix -Wshorten-64-to-32 warning + * gs-lock-plug: Fix -Wshorten-64-to-32 warning + * xdg-user-dir-lookup: Fix -Wshorten-64-to-32 warning + * mate-screensaver-preferences: Fix -Wfloat-conversion warnings + * gs-fade: Fix -Wfloat-conversion warnings + * mate-screensaver-preferences: fix memory leak + * Unnecessary G_OBJECT cast when calling signal connect function + * Fix build warnings about missing field initializer + * gs-listener-dbus: GTimeVal deprecation + * floaters: GTimeVal deprecation + * Don't build the path to mate-screensaver-dialog + * Don't build the path to mate-screensaver-gl-helper + * ci: drop -Wunused-parameter compiler cflag from debian build + * mate-screensaver-preferences: fix memory leak + * build: show configure summary using a pretty format + * Use a blank line at most + * gs-theme-manager: reload on menu_tree changed + * Prompt-driven auth. helper + * tx: update resource + * tx: fix typos reported by translators + +### mate-screensaver 1.26.0 + + * Translations update + * Allow change of time and date formats on lock screen v4 + * update copyright to 2021 + * xdg-user-dir-lookup: missing include guard + * i18n: Do not collect the translation for Icon (data folder) + * i18n: Do not collect the translation for Icon + * i18n: Do not prepend 'GNU ' prefix to the package name + * Removed translation for icon file name + * mate-screensaver.directory.desktop: The Encoding key is deprecated + * Remove warning -Wshadow + * lock-dialog-default: fix deprecations reported by glade + * Add Show/Hide password emblem in password entry + * mate-screensaver-preferences: Show lock image preview on file chooser + +### mate-screensaver 1.25.0 + + * Translations update + * add git.mk to generate .gitignore + * Fix invalid gnome-logo-white.svg + * build: silent build warnings for distcheck + * gs-lock-plug: remove function casting + * Remove function casting for g_idle_add (function, data) + * build: do not override the default value for MATE_COMPILE_WARNINGS + * Custom background image for lock screen + * Remove warnings: cast between incompatible function types + * Remove warning function declaration isn’t a prototype + * gs-window-x11: Remove warning "variable ‘widget’ set but not used" + * floaters: use fabs instead of abs for doubles ### mate-screensaver 1.24.0 |