summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])