Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 11, 2022
1 parent 74dad91 commit 3a216ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### mate-settings-daemon 1.27.0

* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* a11y-keyboard: migrate from dbus-glib to GDBus
* Relax High DPI limits
* tx: update resource
* tx: migrate config file
* msd-keyboard-xkb: use G_N_ELEMENTS macro
* Add setting for adjustment of audio volume above 100 per cent: Part 3
* build warning: AC_OUTPUT should be used without arguments
* mate-settings-manager: fix memory leak
* Fix implicit conversion changes signedness: 'gboolean' to 'guint'
* datetime: declaration shadows a variable in the global scope
* Fix build warnings about missing field initializer
* Cppcheck: function parameter can be declared with const
* Use GLib's new g_clear_signal_handler() function to simplify code
* housekeeping: disconnect manager's changed settings signal on finalize
* ci: drop -Wunused-parameter compiler cflag from debian build
* xrdb: wrong type field in printf format string
* datetime: fix memory leak
* build: show configure summary using a pretty format
* Use a blank line at most
* tx: update resource
* xrandr: fix typo reported by translators

### mate-settings-daemon 1.26.0

* update translations
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])

m4_define([msd_api_version_major],[1])
m4_define([msd_api_version_minor],[26])
m4_define([msd_api_version_minor],[27])
m4_define([msd_api_version_micro],[0])
m4_define([msd_api_version],
[msd_api_version_major.msd_api_version_minor.msd_api_version_micro])
Expand Down

0 comments on commit 3a216ce

Please sign in to comment.