From a6ae322b606584765ce2298891011c8e87041180 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 2 Feb 2024 22:22:24 +0100 Subject: releases 1.27.4 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 12267d2..c20d41d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +### mate-desktop 1.27.4 + + * Translations update + * mate-colorsel: Fix compilation warnings use rgba replace color + * meson: Add meson support for static library + * Fix compilation warning replace gtk_style_context_get_background_color + * wayland: fix uninitialized variable + * mate-rr-labeler: Fix compilation warnings use css replace gtk_widget_override_color + * mate-colorseldialog: Fix compilation warnings remove deprecated function + * Add meson build libstartup-notification support type is auto + * Remove useless mate_color_button apis + * Fix MATE_DESKTOP_CHECK_VERSION + * Remove useless code + * Rename mate-desktop.h => mate-desktop.h.in add MATE_DESKTOP_VERSION marco + ### mate-desktop 1.27.3 * Translations update diff --git a/configure.ac b/configure.ac index 9cf7e07..1fe1702 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [27]) -m4_define([mate_micro], [3]) +m4_define([mate_micro], [4]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), diff --git a/meson.build b/meson.build index e9844c9..1fbcfe1 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mate-desktop', 'c', - version: '1.27.3', + version: '1.27.4', license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ], ) -- cgit v1.2.1