|
| 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 | + |
0 commit comments