summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-23 19:22:44 +0100
committerraveit65 <[email protected]>2020-01-23 19:22:44 +0100
commit50f307c5752dcdde89baadcf80cc4eadefada87d (patch)
treee1babfbd36f1c72cb63a93081e754cb63e8aa0fe
parentd7925139f0e8daca1e9d099bf46fa413b03e435d (diff)
downloadmate-settings-daemon-1.23.3.tar.bz2
mate-settings-daemon-1.23.3.tar.xz
release 1.23.3v1.23.3
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2c659c1..53a0145 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+### mate-settings-daemon 1.23.3
+
+ * update translations
+ * require DBUS >= 1.10.0
+ * actually use the configured dbus directory
+ * Default DBUS_SYS_DIR to ${datadir}/dbus-1/system.d
+ * avoid redundant redeclarations
+ * xrandr: add bigger icon sizes for tray-applet
+ * Hide MATE Settings Daemon from Startup Applications capplet
+ * setup GETTEXTDATADIRS environment variable for xgettext
+ * add its files for marco keybindings xml file
+ * switch to use gettext
+ * Fix placeholder in Spanish translation
+
+
### mate-settings-daemon 1.23.2
* update translations
diff --git a/configure.ac b/configure.ac
index 094ac04..27cc2e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.60])
m4_define([msd_api_version_major],[1])
m4_define([msd_api_version_minor],[23])
-m4_define([msd_api_version_micro],[2])
+m4_define([msd_api_version_micro],[3])
m4_define([msd_api_version],
[msd_api_version_major.msd_api_version_minor.msd_api_version_micro])