Skip to content

Commit 1a032da

Browse files
committed
doc: Add NEWS file with the release notes
Previously the release notes were only availble on a GitHub web page and in a git tag annotation. The users of a release tar ball had no clue what has changed. This remediates the situation.
1 parent 0761d0b commit 1a032da

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

NEWS

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Release history for libmodulemd
2+
3+
2.13.0 2021-07-09
4+
5+
This release is fully compatible with the previous 2.12.1 version.
6+
7+
Enhancements:
8+
- Add /data/demodularized/rpms list to modulemd and modulemd-packager formats.
9+
The listed binary RPM package names will be handled by a package manager as
10+
removed from all previous module versions. This enables moving a package from
11+
a module to a non-modular package set.
12+
- modulemd-validator tool enables you to constrain a document type with a new
13+
"--type" option. Without this option, all document types recognized by
14+
a modulemd index are accepted. To validate version 3 of modulemd-packager
15+
format, use "modulemd-validator --type modulemd-packager-v3 foo.yaml"
16+
command.
17+
- Allow disabling Python 3. You can pass -Dwith_py3=false to a meson setup
18+
command to disable building a binding for Python 3. The binding is enabled
19+
by default.
20+
21+
Fixes:
22+
- Reject invalid integers. Purely non-numeric values and negative numbers where
23+
an unsigned type is mandated by a specification raise a parser error now.
24+
- Handle a failed g_setenv() call in modulemd-validator.
25+
- Prevent from dereferencing a NULL pointer when reporting invalid
26+
subdocuments.
27+
- A build script now refuses to disable Glib introspection
28+
(-Dskip_introspection=true) while a Python binding is requested
29+
(-Dwith_py3=true).
30+
- "modulemd-validator --version" command returns 0 exit code now.
31+
32+
33+
2.12.1 2021-05-03
34+
35+
This is a bug-fix release fully compatible with the previous 2.12.0
36+
version. Notable changes:
37+
38+
Enhancements:
39+
- Improve diagnostic messages for compression tests.
40+
- Tests performed in a GitHub continues integration are faster.
41+
- Use GitHub actions to perform CI tests also on ArchLinux, Mageia,
42+
Mandriva, and OpenSUSE.
43+
44+
Fixes:
45+
- Relax context value up to 13 characters including an underscore
46+
character in modulemd v2 format. This reenables scratch-builds in MBS.
47+
- Migrate Packit tests from a deprecated current_version_command to
48+
a newer actions/get-current-version.
49+
50+
51+
2.12.0 2021-01-15
52+
53+
Enhancements:
54+
- Enable component 'buildorder' for modulemd-packager v2 and v3 documents.
55+
56+
Fixes:
57+
- When adding obsoletes ensure index has stream mdversion at least 2.
58+
- Add missing @staticmethod for python2.
59+

fedora/libmodulemd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
135135

136136
%files
137137
%license COPYING
138-
%doc README.md
138+
%doc NEWS README.md
139139
%{_bindir}/modulemd-validator%{?v2_suffix}
140140
%{_mandir}/man1/modulemd-validator%{?v2_suffix}.1*
141141
%{_libdir}/%{upstream_name}.so.2*

0 commit comments

Comments
 (0)