Skip to content

Commit

Permalink
update to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 5, 2021
1 parent 1001d62 commit 2429edb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2429edb

Please sign in to comment.