summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 30af1560..c30d70c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+### mate-desktop 1.28.2
+
+ * tabpopup: Report the window as active to a11y when it's showing
+ * Fix client pid check
+ * iconcache: Use desktop_id to lookup GDesktopAppInfo
+ * Fix GTK deprecations
+ * GitHub action
+ * build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1
+ * build(deps): bump actions/checkout from 4 to 5
+ * build(deps): bump actions/cache from 3 to 4
+ * theme: Extend button clickable area to edge of screen
+ * theme: Fix left-side Fitt's Law
+
### mate-desktop 1.28.1
* fix packaging with meson
diff --git a/configure.ac b/configure.ac
index cd8a4294..58c40343 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.58)
m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [28])
-m4_define([marco_micro_version], [1])
+m4_define([marco_micro_version], [2])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
diff --git a/meson.build b/meson.build
index 7c7467be..d7e4b31b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'marco', 'c',
- version: '1.28.1',
+ version: '1.28.2',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],