diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-session-manager 1.19.1 + + * Translations update + * don't lose focus when displaying logout or shutdown dialog + * README: remove link to mailing list + * add style class logout-dialog + * avoid deprecated gdk_screen_make_display_name + * don't use deprecated gtk_show_uri + ### mate-session-manager 1.19.0 * Translations update diff --git a/configure.ac b/configure.ac index 59bead2..3493934 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.19.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.19.1], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) |