From 0ba98fd1691157c9cce1f9910df09d8ee9daa444 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 22 Aug 2023 18:55:37 +0200 Subject: release 1.27.1 --- NEWS | 14 +++++++++++++- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4cbb799..a591c29 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ +### mate-terminal 1.27.1 + + * update translations + * Double-click tab to set title + * Do not set DISPLAY, inherit it instead + * terminal-screen: fix pointer type when referencing profile + * terminal-window: explicitly draw window frame and bg + * terminal-screen: set widget app-paintable when transparent bg is enabled + * convert docbook to mallard help docs + * terminal-profile: fix warning -Wstring-conversion + * Add GTK Style Class to context menu + ### mate-terminal 1.27.0 - * tx: sync with transifex + * update translations * tx: update resource * tx: migrate config file * configure.ac: The macro 'AC_HELP_STRING' is obsolete diff --git a/configure.ac b/configure.ac index ac48821..8c489b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define(mt_major_version, 1) m4_define(mt_minor_version, 27) -m4_define(mt_micro_version, 0) +m4_define(mt_micro_version, 1) m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version) m4_define(mt_api_version, 0) diff --git a/meson.build b/meson.build index 2314ba8..9c9f1a0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-terminal', 'c', - version: '1.27.0', + version: '1.27.1', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- cgit v1.2.1