diff options
| -rw-r--r-- | NEWS | 14 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | meson.build | 2 | 
3 files changed, 15 insertions, 3 deletions
| @@ -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'], | 
