summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@hpjansson.org>2024-10-25 22:52:48 +0200
committerHans Petter Jansson <hpj@hpjansson.org>2024-10-25 22:52:48 +0200
commitbc403b7e9ea4847b1590c41eb1581aa3f1d24b36 (patch)
treee699182306eb94a29735a6ba75a93f8e08687ee0
parent242d888b9aa0fdde776c9697aacff590d07df8a0 (diff)
Release 0.280.28
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4577a7..4b2f2e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
============
+Version 0.28
+============
+
+ common
+ - Increase GLib requirement to 2.26 (Corentin Noël).
+ - Fix install failing on second run (Raziel Anarki).
+ - Fix use of deprecated Meson feature resulting in a warning (Raziel
+ Anarki).
+
+ desktop-file-validate
+ - Allow groups with the same name as interfaces in Implements (Corentin
+ Noël).
+ - Add support for the COSMIC environment (Ryan Brue).
+
+============
Version 0.27
============
diff --git a/meson.build b/meson.build
index 07b1ebf..d984307 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('desktop-file-utils',
'c',
- version: '0.27',
+ version: '0.28',
meson_version: '>=0.61.0',
default_options: [
'c_std=gnu11',