summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
2 files changed, 34 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 396fca2..0c02c37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,41 @@
+### mate-session-manager 1.22.0
+
+ * Translations update
+ * initial travis-CI support
+ * manager: restart user bus if last graphical session
+ * systemd: add api for detecting if this is the last session for a user
+ * gsm: Disconnect all dbus clients when dbus is disconnected
+ * manager: don't wait for all clients to exit before exiting
+ * [gsm-autostart-app] Migrate from dbus-glib to gdbus
+ * gsm-app-dialog: make the seconds translatables in the spinbutton
+ * disable deprecation warnings for distcheck
+ * change app startup dalay where it in system path
+ * Remove X-GNOME-Autostart-Delay support
+ * Add a delay setting to Startup Manager
+ * gsm-properties-dialog: avoid 'gtk_dialog_add_buttons' with stock ids
+ * avoid 'gtk_dialog_add_button' with stock ids
+ * mate-session-save: show icon in error dialog
+ * Migrate from dbus-glib to gdbus
+ * gsm-inhibit-dialog.ui: avoid deprecated GtkVBox
+ * session-properties.ui: avoid deprecations
+ * gsm-manager: avoid deprecated 'g_settings_list_schemas'
+ * Avoid compile warning for g_type_class_add_private
+ * Only show application name when run with --version
+ * Strip outer single quotes from string value returned by gsettings in mate-wm script.
+ * replace deprecated gdk_error_trap functions
+ * Fixed typo in --logout-dialog option
+
### mate-session-manager 1.21.0
- sync with transifex
- Fix broken link in man pages
- avoid deprecated GtkStock
+ * Translations update
+ * Fix broken link in man pages
+ * avoid deprecated GtkStock
### mate-session-manager 1.20.0
- sync with transifex
- require GTK+ 3.22 and GLib 2.50
- gsm-manager.c: Fix build warning:
+ * Translations update
+ * require GTK+ 3.22 and GLib 2.50
+ * gsm-manager.c: Fix build warning:
### mate-session-manager 1.19.1
diff --git a/configure.ac b/configure.ac
index cd63871..207ad97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-session-manager], [1.21.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-session-manager], [1.22.0], [http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR([mate-session])
AC_CONFIG_HEADERS([config.h])