Skip to content

Commit b8b11b4

Browse files
committed
doc: NEWS for 2.15.2
1 parent 3eeab5a commit b8b11b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

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

3+
2.15.2 2025-06-18
4+
5+
Fixes:
6+
- module_index test now passes if RPM library is built without bzip2 or xz
7+
compression support and libmodulemd is configured to support decompression
8+
using the RPM library.
9+
10+
311
2.15.1 2025-05-09
412

513
Fixes:

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.1',
15+
version : '2.15.2',
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)