diff options
author | Hans Petter Jansson <hpj@hpjansson.org> | 2024-10-25 22:52:48 +0200 |
---|---|---|
committer | Hans Petter Jansson <hpj@hpjansson.org> | 2024-10-25 22:52:48 +0200 |
commit | bc403b7e9ea4847b1590c41eb1581aa3f1d24b36 (patch) | |
tree | e699182306eb94a29735a6ba75a93f8e08687ee0 | |
parent | 242d888b9aa0fdde776c9697aacff590d07df8a0 (diff) |
Release 0.280.28
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -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', |