From e252e96dd8ba373033100a73cc480835ffc6b6ab Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 24 Jun 2020 17:59:28 +0200 Subject: release 1.25.0 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5e66fcde..b6ffd893 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +### marco 1.25.0 + + * update translations + * Remove enum conversion warnings + * workspace: Don't try to use per-workspace MRU lists as a hint for focusing + * stack: make meta_window_raise() and meta_window_lower() smarter + * compositor: fix possible crash closing/destroying window . Fixes to previous commit. + * window: fix crash if workspace is null + * In the pop-up workspace switcher, show the selected workspace + * Use rounded values instead of truncate them + * build: silent build warnings for distcheck + * build: do not override the default value for MATE_COMPILE_WARNINGS + * Remove unnecessary warnings about visible region + * meson: improvements + * Guard against null changes introduced by previous commit + * Introduce nullpointer checks and return null if validation fails + * util: meta_bug raises SIGABRT so it shouldn't return + * add meson build files to EXTRA_DIST + * remove warning: 'GTimeVal' is deprecated + * theme: avoid deprecated g_memmove + * frames: don't bother painting the background + ### marco 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index 6ace2144..04b9f9a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.50) m4_define([marco_major_version], [1]) -m4_define([marco_minor_version], [24]) +m4_define([marco_minor_version], [25]) m4_define([marco_micro_version], [0]) m4_define([marco_version], diff --git a/meson.build b/meson.build index 821d515a..384aef53 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.23.2', + version: '1.25.0', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- cgit v1.2.1