Skip to content

Commit

Permalink
release 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Oct 12, 2019
1 parent 3e202c4 commit 0065857
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
### mate-screensaver 1.23.1

* Translations update
* Set compiler debug flags / logging with MATE_DEBUG_CHECK
* Use WARN_CFLAGS which are only set with --enable-compiler-warnings
* Add keywords key to .desktop files
* gs_prefs: avoid 'g_type_class_add_private'
* gs-job: avoid 'g_type_class_add_private'
* gs-listener-dbus: avoid 'g_type_class_add_private'
* gs-manager: avoid 'g_type_class_add_private'
* copy-theme-dialog: avoid 'g_type_class_add_private'
* gs-theme-manager: avoid 'g_type_class_add_private'
* gs-lock-plug: avoid 'g_type_class_add_private'
* gs-fade: avoid 'g_type_class_add_private'
* gs-grab-x11: avoid 'g_type_class_add_private'
* gs-window-x11: avoid 'g_type_class_add_private'
* gs-monitor: avoid 'g_type_class_add_private'
* gs-watcher-x11: avoid 'g_type_class_add_private'
* gs-theme-engine: avoid 'g_type_class_add_private'
* gste-popsquares: avoid 'g_type_class_add_private'
* gste-slideshow: avoid 'g_type_class_add_private'
* remove old HAL remnants
* Ensure lock on suspend and unlock on resume
* Use gresources for mate-screensaver-preferences.ui
* lock-dialog: add style_provider to current screen globally
* Replace deprecated gtk_css_provider_get_default
* drop libXxf86 dependency

### mate-screensaver 1.23.0

* tx: sync with transifex
* Translations update
* Remove trailing whitespaces
* Change url project's website
* [ci] Add cppcheck html report
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.23.0],
[1.23.1],
[https://mate-desktop.org/])

AC_CONFIG_SRCDIR(src/mate-screensaver.c)
Expand Down

0 comments on commit 0065857

Please sign in to comment.