Skip to content

Commit

Permalink
release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 30, 2021
1 parent c4d7e30 commit d0f25ee
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
### mate-settings-daemon 1.25.1

* update translations
* xsettings: Improve Qt HiDPI environment settings
* xsettings: Set Xft.dpi in X resources to scaled_dpi
* rfkill: g_memdup is dreprecated from glib 2.68
* media-keys: memory leak
* keyboard: Remove warning -Wcast-function-type
* xsettings: Remove warning -Wcast-function-type
* background: Remove conversion warnings
* media-keys: Remove conversion warnings
* housekeeping: Remove warning -Wcast-function-type
* housekeeping: override finalize method in MsdHousekeepingManager
* housekeeping: promote MsdHousekeepingManager class to final type
* typing-break: promote MsdTypingBreakManager class to final type
* sound: promote MsdSoundManager class to final type
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* cppcheck warning: struct member is never used
* background: promote MsdBackgroundManager class to final type
* mate-settings-daemon: Remove warning -Wcast-function-type
* mate-settings-daemon: Remove conversion warnings
* cppcheck warning: Variable is assigned a value that is never used
* cppcheck warning: known condition is always true
* cppcheck warning: null pointer redundant check
* housekeeping: Do not use deprecated gtk_image_new_from_stock
* Remove warning -Wshadow
* Use g_slist_free_full
* msd-background-manager: use g_list_free_full
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* msd-media-keys-manager: 'GTimeVal' is deprecated
* a11y-keyboard: Add support for togglekeys-backend setting
* a11y-keyboard: Delay registration of the plugin
* a11y-keyboard: Add sanity checks on beep sequence preferences
* a11y-keyboard: Manually beep for togglekeys

### mate-settings-daemon 1.25.0

* update translations
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 @@ AC_PREREQ([2.60])

m4_define([msd_api_version_major],[1])
m4_define([msd_api_version_minor],[25])
m4_define([msd_api_version_micro],[0])
m4_define([msd_api_version_micro],[1])
m4_define([msd_api_version],
[msd_api_version_major.msd_api_version_minor.msd_api_version_micro])

Expand Down

0 comments on commit d0f25ee

Please sign in to comment.