Skip to content

Commit e7f179e

Browse files
committed
doc: NEWS for 2.15.1
1 parent fbc890f commit e7f179e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Release history for libmodulemd
22

3+
2.15.1 2025-05-09
4+
5+
Fixes:
6+
- A new "g_variant_store: assertion 'data != NULL' failed" warning added to
7+
GLib 2.84.1 when processing modulemd YAML documents with /data/xmd field with
8+
an empty flow map ({}) value was fixed.
9+
- Building documentation now works with GLib 2.80.1 at the expense of missing
10+
cross links from libmodulemd to GLib. If it still fails you, you can disable
11+
building the documentation with "-Dwith_docs=false" meson option.
12+
- A number of warnings printed by recent Meson was reduced.
13+
14+
315
2.15.0 2023-05-10
416

517
Enhancements:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project(
1313
'modulemd',
1414
'c',
15-
version : '2.15.0',
15+
version : '2.15.1',
1616
default_options : ['buildtype=debugoptimized', 'c_std=c11', 'warning_level=1', 'b_asneeded=true'],
1717
license : 'MIT',
1818
meson_version : '>=0.55.0'

0 commit comments

Comments
 (0)