diff options
author | raveit65 <[email protected]> | 2021-08-05 09:34:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 09:34:13 +0200 |
commit | 2429edb6fde6f894f9cb4ddc5adc963a2c3898b0 (patch) | |
tree | ae91d139b4958028057cd5d0f62302f8356ed3d8 | |
parent | 1001d6222a8eff95157ae7e6ff627b789a0033ff (diff) | |
download | mate-screensaver-2429edb6fde6f894f9cb4ddc5adc963a2c3898b0.tar.bz2 mate-screensaver-2429edb6fde6f894f9cb4ddc5adc963a2c3898b0.tar.xz |
update to 1.26.0v1.26.0
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 28 insertions, 2 deletions
@@ -1,7 +1,33 @@ -### mate-screensaver 1.25.0 +### 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 diff --git a/configure.ac b/configure.ac index ff94fc0..65325cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.60) AC_INIT([mate-screensaver], - [1.25.0], + [1.26.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(src/mate-screensaver.c) |