summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-08-23 10:51:29 +0200
committerraveit65 <[email protected]>2023-08-23 10:51:29 +0200
commit43b608f5b04c1917f9b02f1509cad53307841b88 (patch)
tree4408025b28d2a180456658bcfb03cb3d18272357
parent7376d0ee8bf7f8c3e30fed19f179c0eef0b1e0f5 (diff)
downloadmate-desktop-43b608f5b04c1917f9b02f1509cad53307841b88.tar.bz2
mate-desktop-43b608f5b04c1917f9b02f1509cad53307841b88.tar.xz
release 1.27.2v1.27.2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2780856..4bda4f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,17 @@
+### mate-desktop 1.27.2
+
+ * Translations update
+ * desktop-item: limit startup notification to x11
+ * Initial support for showing a caja desktop in wayland
+
### mate-desktop 1.27.1
- * tx: sync with transifex
+ * Translations update
* Add mate image menu item apis
### mate-desktop 1.27.0
- * tx: sync with transifex
+ * Translations update
* Revert "[mate-bg] small cleanup"
* tx: update resource
* tx: migrate config file
diff --git a/configure.ac b/configure.ac
index aa2c508..6a9129f 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], [1])
+m4_define([mate_micro], [2])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),
diff --git a/meson.build b/meson.build
index b51d9db..070b662 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mate-desktop',
'c',
- version: '1.27.1',
+ version: '1.27.2',
license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ],
)