From cf62c04533490f48cccab22f4c21b2a70ca00577 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 9 Jul 2020 12:47:08 +0200 Subject: release 1.25.0 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f04c124..a58f9d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +### mate-session-manager 1.25.0 + + * Build: disable Serbian translations to fix building + * Translations update + * Change some icons by other always available + * gsm-properties-dialog: Refactor notebook scroll event + * Update compilation instructions + * Using #include with system libraries + * use libegg submodule + * Add git.mk to generate .gitignore + * Add tab scrolling support for GTK3 + * build: silent build warnings for distcheck + * Accept Desktop Entry Specification v1.1 + * build: do not override the default value for MATE_COMPILE_WARNINGS + * build: make libglesv2 optional + ### mate-session-manager 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 896a2d5..b681460 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.24.0], [https://mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.25.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1